Skip to content

Commit

Permalink
chore(release): 1.0.11 [skip ci]
Browse files Browse the repository at this point in the history
##### [Version 1.0.11](v1.0.10...v1.0.11) (2020-10-13)

- Moved onboarding to TPC
- Fixed small layout compatibility issue with Gutenberg
  • Loading branch information
pirate-bot committed Oct 13, 2020
1 parent b94a166 commit fc8785e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### [Version 1.0.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.10...v1.0.11) (2020-10-13)

- Moved onboarding to TPC
- Fixed small layout compatibility issue with Gutenberg

##### [Version 1.0.10](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.9...v1.0.10) (2020-09-21)

* Define plugin constants and remove no longer needed ones.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ No account is required to access the service template collection and the privacy

## Changelog ##

##### [Version 1.0.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.10...v1.0.11) (2020-10-13)

- Moved onboarding to TPC
- Fixed small layout compatibility issue with Gutenberg




##### [Version 1.0.10](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.9...v1.0.10) (2020-09-21)

* Define plugin constants and remove no longer needed ones.
Expand Down
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.10",
"version": "1.0.11",
"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.10';
const VERSION = '1.0.11';
/**
* 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.10",
"version": "1.0.11",
"description": "ThemeIsle Templates and Patterns Collection",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ No account is required to access the service template collection and the privacy

== Changelog ==

##### [Version 1.0.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.10...v1.0.11) (2020-10-13)

- Moved onboarding to TPC
- Fixed small layout compatibility issue with Gutenberg




##### [Version 1.0.10](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.9...v1.0.10) (2020-09-21)

* Define plugin constants and remove no longer needed ones.
Expand Down
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.10
* Version: 1.0.11
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv3
Expand Down

0 comments on commit fc8785e

Please sign in to comment.