Skip to content

Commit

Permalink
chore(release): 1.1.15
Browse files Browse the repository at this point in the history
##### [Version 1.1.15](v1.1.14...v1.1.15) (2021-08-03)

- Add filter for imported theme mods
- Fix dashboard notice on WordPress 5.8
- Fix error when refreshing the templates page with the page templates tab focused
- UX improvements
  • Loading branch information
pirate-bot committed Aug 3, 2021
1 parent 991cce1 commit fb5243c
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##### [Version 1.1.15](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.14...v1.1.15) (2021-08-03)

- Add filter for imported theme mods
- Fix dashboard notice on WordPress 5.8
- Fix error when refreshing the templates page with the page templates tab focused
- UX improvements

##### [Version 1.1.14](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.13...v1.1.14) (2021-07-05)

- Allow Page Templates Support
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ Yes, you can. You can either chose to import one template or the entire starter

## Changelog ##

##### [Version 1.1.15](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.14...v1.1.15) (2021-08-03)

- Add filter for imported theme mods
- Fix dashboard notice on WordPress 5.8
- Fix error when refreshing the templates page with the page templates tab focused
- UX improvements




##### [Version 1.1.14](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.13...v1.1.14) (2021-07-05)

- Allow Page Templates Support
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.1.14",
"version": "1.1.15",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion includes/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Main {
*
* @var string Version string.
*/
const VERSION = '1.1.14';
const VERSION = '1.1.15';
/**
* 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.1.14",
"version": "1.1.15",
"description": "ThemeIsle Templates and Patterns Collection",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ Yes, you can. You can either chose to import one template or the entire starter

== Changelog ==

##### [Version 1.1.15](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.14...v1.1.15) (2021-08-03)

- Add filter for imported theme mods
- Fix dashboard notice on WordPress 5.8
- Fix error when refreshing the templates page with the page templates tab focused
- UX improvements




##### [Version 1.1.14](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.13...v1.1.14) (2021-07-05)

- Allow Page Templates Support
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.1.14
* Version: 1.1.15
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv3
Expand Down

0 comments on commit fb5243c

Please sign in to comment.