diff --git a/CHANGELOG.md b/CHANGELOG.md index a6252ac0..c0c6e573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e0e099d8..4b93dc8f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index d5f3ec7c..ef125f44 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/includes/Main.php b/includes/Main.php index 7727b001..3324a180 100755 --- a/includes/Main.php +++ b/includes/Main.php @@ -16,7 +16,7 @@ class Main { * * @var string Version string. */ - const VERSION = '1.0.1'; + const VERSION = '1.0.2'; /** * Sites Library API URL. * diff --git a/package.json b/package.json index 6fac8b37..a5e131b8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 80327b93..08ac5eef 100644 --- a/readme.txt +++ b/readme.txt @@ -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. 🚀 + + + + diff --git a/templates-patterns-collection.php b/templates-patterns-collection.php index 0a6f4c3a..5e9036bf 100755 --- a/templates-patterns-collection.php +++ b/templates-patterns-collection.php @@ -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