Skip to content

Commit 8fdc558

Browse files
committed
chore(release): 1.1.27
##### [Version 1.1.27](v1.1.26...v1.1.27) (2022-11-03) - Feat Map for Restrict Content plugin - Feat Allow SVG during import - Feat Added performance features step - Fix plugin removal reliability - Fix the Import template button language in Elementor
1 parent 83d73b2 commit 8fdc558

File tree

7 files changed

+34
-4
lines changed

7 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### [Version 1.1.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.26...v1.1.27) (2022-11-03)
2+
3+
- Feat Map for Restrict Content plugin
4+
- Feat Allow SVG during import
5+
- Feat Added performance features step
6+
- Fix plugin removal reliability
7+
- Fix the Import template button language in Elementor
8+
19
##### [Version 1.1.26](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.25...v1.1.26) (2022-09-13)
210

311
- Fix warding on toast message when saving empty templates

README.md

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

4040
## Changelog ##
4141

42+
##### [Version 1.1.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.26...v1.1.27) (2022-11-03)
43+
44+
- Feat Map for Restrict Content plugin
45+
- Feat Allow SVG during import
46+
- Feat Added performance features step
47+
- Fix plugin removal reliability
48+
- Fix the Import template button language in Elementor
49+
50+
51+
52+
4253
##### [Version 1.1.26](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.25...v1.1.26) (2022-09-13)
4354

4455
- Fix warding on toast message when saving empty templates

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

readme.txt

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

4040
== Changelog ==
4141

42+
##### [Version 1.1.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.26...v1.1.27) (2022-11-03)
43+
44+
- Feat Map for Restrict Content plugin
45+
- Feat Allow SVG during import
46+
- Feat Added performance features step
47+
- Fix plugin removal reliability
48+
- Fix the Import template button language in Elementor
49+
50+
51+
52+
4253
##### [Version 1.1.26](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.25...v1.1.26) (2022-09-13)
4354

4455
- Fix warding on toast message when saving empty templates

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

0 commit comments

Comments
 (0)