Skip to content

Commit fbea7dc

Browse files
committed
chore(release): 1.2.18
##### [Version 1.2.18](v1.2.17...v1.2.18) (2025-01-30) - New Onboarding experience - Remove legacy notice for the Neve theme
1 parent 55f7d02 commit fbea7dc

File tree

7 files changed

+16
-9
lines changed

7 files changed

+16
-9
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.2.18](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.17...v1.2.18) (2025-01-30)
2+
3+
- New Onboarding experience
4+
- Remove legacy notice for the Neve theme
5+
16
##### [Version 1.2.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.16...v1.2.17) (2024-12-16)
27

38
- fix translation loading for javascript files

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Yes, you can choose to import either one template or the entire starter site.
3030

3131
## Changelog ##
3232

33-
##### [Version 1.2.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.16...v1.2.17) (2024-12-16)
33+
##### [Version 1.2.18](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.17...v1.2.18) (2025-01-30)
3434

35-
- fix translation loading for javascript files
35+
- New Onboarding experience
36+
- Remove legacy notice for the Neve theme
3637

3738

3839

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.2.17",
4+
"version": "1.2.18",
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
@@ -18,7 +18,7 @@ class Main {
1818
*
1919
* @var string Version string.
2020
*/
21-
const VERSION = '1.2.17';
21+
const VERSION = '1.2.18';
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.2.17",
3+
"version": "1.2.18",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Yes, you can choose to import either one template or the entire starter site.
3030

3131
== Changelog ==
3232

33-
##### [Version 1.2.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.16...v1.2.17) (2024-12-16)
33+
##### [Version 1.2.18](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.17...v1.2.18) (2025-01-30)
3434

35-
- fix translation loading for javascript files
35+
- New Onboarding experience
36+
- Remove legacy notice for the Neve theme
3637

3738

3839

templates-patterns-collection.php

Lines changed: 2 additions & 2 deletions
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.17
5+
* Version: 1.2.18
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.17' );
57+
define( 'TIOB_VERSION', '1.2.18' );
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)