Skip to content

Commit c2b3b3a

Browse files
committed
chore(release): 1.2.15
##### [Version 1.2.15](v1.2.14...v1.2.15) (2024-11-29) - Starter Sites Improvements
1 parent 4c6dbc2 commit c2b3b3a

File tree

7 files changed

+13
-15
lines changed

7 files changed

+13
-15
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 1.2.15](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.14...v1.2.15) (2024-11-29)
2+
3+
- Starter Sites Improvements
4+
15
##### [Version 1.2.14](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.13...v1.2.14) (2024-11-28)
26

37
- remove legacy Page Templates functionality

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
## Changelog ##
4141

42-
##### [Version 1.2.14](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.13...v1.2.14) (2024-11-28)
42+
##### [Version 1.2.15](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.14...v1.2.15) (2024-11-29)
4343

44-
- remove legacy Page Templates functionality
45-
- remove Template Cloud functionality for new users & users who weren't using the feature
46-
- we have launched a dedicated Templates Cloud plugin that offers advanced permission controls and additional features. which you can try from your Themeisle account
47-
- if you already have templates saved in the cloud, you can still use them in this plugin if you already have a license key set up
44+
- Starter Sites Improvements
4845

4946

5047

composer.json

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

includes/Main.php

+1-1
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.2.14';
21+
const VERSION = '1.2.15';
2222
/**
2323
* Sites Library API URL.
2424
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templates-patterns-collection",
3-
"version": "1.2.14",
3+
"version": "1.2.15",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

+2-5
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
== Changelog ==
4141

42-
##### [Version 1.2.14](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.13...v1.2.14) (2024-11-28)
42+
##### [Version 1.2.15](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.14...v1.2.15) (2024-11-29)
4343

44-
- remove legacy Page Templates functionality
45-
- remove Template Cloud functionality for new users & users who weren't using the feature
46-
- we have launched a dedicated Templates Cloud plugin that offers advanced permission controls and additional features. which you can try from your Themeisle account
47-
- if you already have templates saved in the cloud, you can still use them in this plugin if you already have a license key set up
44+
- Starter Sites Improvements
4845

4946

5047

templates-patterns-collection.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Starter Sites & Templates by Neve
44
* Description: This plugin gives you access to 100+ templates and ready-to-use starter sites. Neve theme is used for all the designs.
5-
* Version: 1.2.14
5+
* Version: 1.2.15
66
* Author: Themeisle
77
* Author URI: https://themeisle.com
88
* License: GPLv3
@@ -54,7 +54,7 @@ function ti_tpc_load_textdomain() {
5454
load_plugin_textdomain( 'templates-patterns-collection', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
5555
}
5656

57-
define( 'TIOB_VERSION', '1.2.14' );
57+
define( 'TIOB_VERSION', '1.2.15' );
5858
define( 'TIOB_URL', plugin_dir_url( __FILE__ ) );
5959
define( 'TIOB_PATH', dirname( __FILE__ ) . '/' );
6060
define( 'TIOB_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)