Skip to content

Commit bdd1ead

Browse files
committed
chore(release): 1.1.25
##### [Version 1.1.25](v1.1.24...v1.1.25) (2022-07-28) - Improvements to Workflow - Fixed plugin activation for recipe card plugin on import - Better support for WooCommerce blocks after product import - Better support for themes - Remove Neve dependencies from Template Patterns Collection - Improve display on categories for PRO licenses
1 parent 15b4a6c commit bdd1ead

File tree

7 files changed

+37
-4
lines changed

7 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
##### [Version 1.1.25](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.24...v1.1.25) (2022-07-28)
2+
3+
- Improvements to Workflow
4+
- Fixed plugin activation for recipe card plugin on import
5+
- Better support for WooCommerce blocks after product import
6+
- Better support for themes
7+
- Remove Neve dependencies from Template Patterns Collection
8+
- Improve display on categories for PRO licenses
9+
110
##### [Version 1.1.24](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.23...v1.1.24) (2022-07-12)
211

312
Release

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
## Changelog ##
4141

42+
##### [Version 1.1.25](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.24...v1.1.25) (2022-07-28)
43+
44+
- Improvements to Workflow
45+
- Fixed plugin activation for recipe card plugin on import
46+
- Better support for WooCommerce blocks after product import
47+
- Better support for themes
48+
- Remove Neve dependencies from Template Patterns Collection
49+
- Improve display on categories for PRO licenses
50+
51+
52+
53+
4254
##### [Version 1.1.24](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.23...v1.1.24) (2022-07-12)
4355

4456
Release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codeinwp/templates-patterns-collection",
33
"description": "Templates and Patterns Collection Plugin",
4-
"version": "1.1.24",
4+
"version": "1.1.25",
55
"license": "GPL-3.0-or-later",
66
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",
77
"authors": [

includes/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Main {
1919
*
2020
* @var string Version string.
2121
*/
22-
const VERSION = '1.1.24';
22+
const VERSION = '1.1.25';
2323
/**
2424
* Sites Library API URL.
2525
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templates-patterns-collection",
3-
"version": "1.1.24",
3+
"version": "1.1.25",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
== Changelog ==
4141

42+
##### [Version 1.1.25](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.24...v1.1.25) (2022-07-28)
43+
44+
- Improvements to Workflow
45+
- Fixed plugin activation for recipe card plugin on import
46+
- Better support for WooCommerce blocks after product import
47+
- Better support for themes
48+
- Remove Neve dependencies from Template Patterns Collection
49+
- Improve display on categories for PRO licenses
50+
51+
52+
53+
4254
##### [Version 1.1.24](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.23...v1.1.24) (2022-07-12)
4355

4456
Release

templates-patterns-collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Templates Patterns Collection
44
* 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.
5-
* Version: 1.1.24
5+
* Version: 1.1.25
66
* Author: ThemeIsle
77
* Author URI: https://themeisle.com
88
* License: GPLv3

0 commit comments

Comments
 (0)