Skip to content

Commit 3cbef2e

Browse files
committed
chore(release): 1.1.22
##### [Version 1.1.22](v1.1.21...v1.1.22) (2022-05-27) Enhance compatibility with Woocommerce Starter Sites Enhance compatibility with Mega menus import
1 parent e44bcfb commit 3cbef2e

File tree

7 files changed

+26
-5
lines changed

7 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 1.1.22](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.21...v1.1.22) (2022-05-27)
2+
3+
Enhance compatibility with Woocommerce Starter Sites
4+
Enhance compatibility with Mega menus import
5+
16
##### [Version 1.1.21](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.20...v1.1.21) (2022-02-21)
27

38
- Remove upsell from Gutenberg tab

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle)
33
**Tags:** neve, templates, patterns, blocks, starter, sites, demo, content, import
44
**Requires at least:** 4.7
5-
**Tested up to:** 5.9
5+
**Tested up to:** 6.0
66
**Requires PHP:** 5.6
77
**Stable tag:** trunk
88
**License:** GPLv3
@@ -39,6 +39,14 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
## Changelog ##
4141

42+
##### [Version 1.1.22](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.21...v1.1.22) (2022-05-27)
43+
44+
Enhance compatibility with Woocommerce Starter Sites
45+
Enhance compatibility with Mega menus import
46+
47+
48+
49+
4250
##### [Version 1.1.21](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.20...v1.1.21) (2022-02-21)
4351

4452
- Remove upsell from Gutenberg tab

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.21",
4+
"version": "1.1.22",
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.21';
22+
const VERSION = '1.1.22';
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.21",
3+
"version": "1.1.22",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

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

4040
== Changelog ==
4141

42+
##### [Version 1.1.22](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.21...v1.1.22) (2022-05-27)
43+
44+
Enhance compatibility with Woocommerce Starter Sites
45+
Enhance compatibility with Mega menus import
46+
47+
48+
49+
4250
##### [Version 1.1.21](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.20...v1.1.21) (2022-02-21)
4351

4452
- Remove upsell from Gutenberg tab

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.21
5+
* Version: 1.1.22
66
* Author: ThemeIsle
77
* Author URI: https://themeisle.com
88
* License: GPLv3

0 commit comments

Comments
 (0)