Skip to content

Commit c7cf904

Browse files
committed
chore(release): 1.2.27
##### [Version 1.2.27](v1.2.26...v1.2.27) (2026-04-23) - Menus and widgets are now matched more reliably, reducing the chance of things breaking or linking incorrectly. - Updated dependencies
1 parent 4f5476c commit c7cf904

7 files changed

Lines changed: 18 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 1.2.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.26...v1.2.27) (2026-04-23)
2+
3+
- Menus and widgets are now matched more reliably, reducing the chance of things breaking or linking incorrectly.
4+
- Updated dependencies
5+
16
##### [Version 1.2.26](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.25...v1.2.26) (2026-03-31)
27

38
* Added the `Slug_Mapping` helper and integrated its usage throughout the importers to register source URLs, rewrite links, and maintain a mapping from old to new slugs for pages, widgets, theme mods, and meta values. This ensures all references are consistently updated during import.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 5.5
55
**Tested up to:** 6.9
66
**Requires PHP:** 5.6
7-
**Stable tag:** 1.2.26
7+
**Stable tag:** 1.2.27
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -30,10 +30,10 @@ Yes, you can choose to import either one template or the entire starter site.
3030

3131
## Changelog ##
3232

33-
##### [Version 1.2.26](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.25...v1.2.26) (2026-03-31)
33+
##### [Version 1.2.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.26...v1.2.27) (2026-04-23)
3434

35-
* Added the helper and integrated its usage throughout the importers to register source URLs, rewrite links, and maintain a mapping from old to new slugs for pages, widgets, theme mods, and meta values. This ensures all references are consistently updated during import.
36-
* Added a new class to preserve and correctly handle Atomic Wind CSS meta values during import
35+
- Menus and widgets are now matched more reliably, reducing the chance of things breaking or linking incorrectly.
36+
- Updated dependencies
3737

3838

3939

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

readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: neve, templates, patterns, blocks, starter, sites, demo, content, import
44
Requires at least: 5.5
55
Tested up to: 6.9
66
Requires PHP: 5.6
7-
Stable tag: 1.2.26
7+
Stable tag: 1.2.27
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -30,10 +30,10 @@ Yes, you can choose to import either one template or the entire starter site.
3030

3131
== Changelog ==
3232

33-
##### [Version 1.2.26](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.25...v1.2.26) (2026-03-31)
33+
##### [Version 1.2.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.26...v1.2.27) (2026-04-23)
3434

35-
* Added the helper and integrated its usage throughout the importers to register source URLs, rewrite links, and maintain a mapping from old to new slugs for pages, widgets, theme mods, and meta values. This ensures all references are consistently updated during import.
36-
* Added a new class to preserve and correctly handle Atomic Wind CSS meta values during import
35+
- Menus and widgets are now matched more reliably, reducing the chance of things breaking or linking incorrectly.
36+
- Updated dependencies
3737

3838

3939

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.26
5+
* Version: 1.2.27
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.26' );
57+
define( 'TIOB_VERSION', '1.2.27' );
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)