Skip to content

Commit 4032735

Browse files
committed
chore(release): 1.2.28
##### [Version 1.2.28](v1.2.27...v1.2.28) (2026-05-07) - Source font pairings from the website on demo import - Update dependencies
1 parent 51961d7 commit 4032735

7 files changed

Lines changed: 20 additions & 15 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.28](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.27...v1.2.28) (2026-05-07)
2+
3+
- Source font pairings from the website on demo import
4+
- Update dependencies
5+
16
##### [Version 1.2.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.26...v1.2.27) (2026-04-23)
27

38
- Menus and widgets are now matched more reliably, reducing the chance of things breaking or linking incorrectly.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Starter Sites & Templates by Neve #
22
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle)
3-
**Tags:** neve, templates, patterns, blocks, starter, sites, demo, content, import
3+
**Tags:** starter sites, templates, block patterns, neve, gutenberg
44
**Requires at least:** 5.5
55
**Tested up to:** 6.9
66
**Requires PHP:** 5.6
7-
**Stable tag:** 1.2.27
7+
**Stable tag:** 1.2.28
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

11-
This plugin gives you access to 100+ templates and ready-to-use starter sites. Neve theme is used for all the designs.
11+
Access 100+ Gutenberg templates and ready-to-use starter sites for WordPress. All designs work with the Neve theme. One-click import, fully responsive.
1212

1313
## Description ##
1414

@@ -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.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.26...v1.2.27) (2026-04-23)
33+
##### [Version 1.2.28](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.27...v1.2.28) (2026-05-07)
3434

35-
- Menus and widgets are now matched more reliably, reducing the chance of things breaking or linking incorrectly.
36-
- Updated dependencies
35+
- Source font pairings from the website on demo import
36+
- Update 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.27",
4+
"version": "1.2.28",
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.27';
21+
const VERSION = '1.2.28';
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.27",
3+
"version": "1.2.28",
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: starter sites, templates, block patterns, neve, gutenberg
44
Requires at least: 5.5
55
Tested up to: 6.9
66
Requires PHP: 5.6
7-
Stable tag: 1.2.27
7+
Stable tag: 1.2.28
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.27](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.26...v1.2.27) (2026-04-23)
33+
##### [Version 1.2.28](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.27...v1.2.28) (2026-05-07)
3434

35-
- Menus and widgets are now matched more reliably, reducing the chance of things breaking or linking incorrectly.
36-
- Updated dependencies
35+
- Source font pairings from the website on demo import
36+
- Update 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.27
5+
* Version: 1.2.28
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.27' );
57+
define( 'TIOB_VERSION', '1.2.28' );
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)