Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
##### [Version 1.0.2](v1.0.1...v1.0.2) (2020-07-23)

> Things are getting better every day. πŸš€
  • Loading branch information
pirate-bot committed Jul 23, 2020
1 parent 41ebc06 commit bcdb031
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### [Version 1.0.2](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.1...v1.0.2) (2020-07-23)

> Things are getting better every day. πŸš€
##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)

- adds plugin code
Expand Down
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
# Templates & Patterns Collection #
# Cloud Templates & Patterns collection #
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle)
**Tags:** neve, templates, patterns, blocks, starter, sites, demo, content, import
**Requires at least:** 4.7
**Tested up to:** 5.4
**Requires PHP:** 5.4
**Requires PHP:** 5.6
**Stable tag:** trunk
**License:** GPLv3
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html

## Changelog ##
A cloud based service 100+ templates and starter sites for Neve theme.

## Description ##

### TEMPLATE SERVICE FOR ELEMENTOR, BEAVER BUILDER, BRIZY AND GUTENBERG, DIVI and THRIVE ###

##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)
A cloud based templates library which enables you to create ready-made website in no time.

- adds plugin code
## Frequently Asked Questions ##

## Changelog ##

##### [Version 1.0.2](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.1...v1.0.2) (2020-07-23)

> Things are getting better every day. πŸš€

#### Version1.0.0 (2020-07-21)

Initial Release



2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codeinwp/templates-patterns-collection",
"description": "Templates and Patterns Collection Plugin.",
"version": "1.0.1",
"version": "1.0.2",
"type": "project",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",
Expand Down
2 changes: 1 addition & 1 deletion includes/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Main {
*
* @var string Version string.
*/
const VERSION = '1.0.1';
const VERSION = '1.0.2';
/**
* Sites Library API URL.
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templates-patterns-collection",
"version": "1.0.1",
"version": "1.0.2",
"description": "ThemeIsle Templates and Patterns Collection",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@ A cloud based templates library which enables you to create ready-made website i

== Changelog ==

##### [Version 1.0.2](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.1...v1.0.2) (2020-07-23)

> Things are getting better every day. πŸš€






2 changes: 1 addition & 1 deletion templates-patterns-collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Templates Patterns Collection
* Description: This plugin is an add-on to Neve WordPress theme which offers access to Templates and Block Patterns library service to be used with the theme.
* Version: 1.0.1
* Version: 1.0.2
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv3
Expand Down

0 comments on commit bcdb031

Please sign in to comment.