Skip to content

Commit d841b99

Browse files
committed
chore(release): 1.1.8
##### [Version 1.1.8](v1.1.7...v1.1.8) (2021-04-29) - Decode HTML entities in title - Improve Templates Cloud visibility - Fix meta not saving properly
1 parent 22d93e9 commit d841b99

File tree

7 files changed

+28
-4
lines changed

7 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 1.1.8](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.7...v1.1.8) (2021-04-29)
2+
3+
- Decode HTML entities in title
4+
- Improve Templates Cloud visibility
5+
- Fix meta not saving properly
6+
17
##### [Version 1.1.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.6...v1.1.7) (2021-04-12)
28

39
- Rename to "Save to Templates Cloud" to "Neve Cloud"

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ No account is required to access the service template collection and the privacy
2727

2828
## Changelog ##
2929

30+
##### [Version 1.1.8](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.7...v1.1.8) (2021-04-29)
31+
32+
- Decode HTML entities in title
33+
- Improve Templates Cloud visibility
34+
- Fix meta not saving properly
35+
36+
37+
38+
3039
##### [Version 1.1.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.6...v1.1.7) (2021-04-12)
3140

3241
- Rename to Save

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.7",
4+
"version": "1.1.8",
55
"type": "project",
66
"license": "GPL-3.0-or-later",
77
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",

includes/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Main {
1818
*
1919
* @var string Version string.
2020
*/
21-
const VERSION = '1.1.7';
21+
const VERSION = '1.1.8';
2222
/**
2323
* Sites Library API URL.
2424
*

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.7",
3+
"version": "1.1.8",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ No account is required to access the service template collection and the privacy
2727

2828
== Changelog ==
2929

30+
##### [Version 1.1.8](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.7...v1.1.8) (2021-04-29)
31+
32+
- Decode HTML entities in title
33+
- Improve Templates Cloud visibility
34+
- Fix meta not saving properly
35+
36+
37+
38+
3039
##### [Version 1.1.7](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.6...v1.1.7) (2021-04-12)
3140

3241
- Rename to Save

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

0 commit comments

Comments
 (0)