Skip to content

Commit f532746

Browse files
committed
chore(release): 1.2.6
##### [Version 1.2.6](v1.2.5...v1.2.6) (2024-01-11) ### New Features - **New button** to import a TPC template directly into a post, page, or custom layout ### Improvements - **Updated dependencies** ### Bug Fixes - **Fixed Elementor content** on template import. - **Fixed typo** in onboarding text.
1 parent 70a4a38 commit f532746

File tree

7 files changed

+48
-6
lines changed

7 files changed

+48
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
##### [Version 1.2.6](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.5...v1.2.6) (2024-01-11)
2+
3+
### New Features
4+
- **New button** to import a TPC template directly into a post, page, or custom layout
5+
6+
### Improvements
7+
- **Updated dependencies**
8+
9+
### Bug Fixes
10+
- **Fixed Elementor content** on template import.
11+
- **Fixed typo** in onboarding text.
12+
113
##### [Version 1.2.5](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.4...v1.2.5) (2023-10-26)
214

315
### Improvements

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle)
33
**Tags:** neve, templates, patterns, blocks, starter, sites, demo, content, import
44
**Requires at least:** 5.5
5-
**Tested up to:** 6.3
5+
**Tested up to:** 6.4
66
**Requires PHP:** 5.6
77
**Stable tag:** trunk
88
**License:** GPLv3
@@ -39,6 +39,21 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
## Changelog ##
4141

42+
##### [Version 1.2.6](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.5...v1.2.6) (2024-01-11)
43+
44+
### New Features
45+
- **New button** to import a TPC template directly into a post, page, or custom layout
46+
47+
### Improvements
48+
- **Updated dependencies**
49+
50+
### Bug Fixes
51+
- **Fixed Elementor content** on template import.
52+
- **Fixed typo** in onboarding text.
53+
54+
55+
56+
4257
##### [Version 1.2.5](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.4...v1.2.5) (2023-10-26)
4358

4459
### Improvements

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.5",
4+
"version": "1.2.6",
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.5';
21+
const VERSION = '1.2.6';
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.5",
3+
"version": "1.2.6",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
== Changelog ==
4141

42+
##### [Version 1.2.6](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.5...v1.2.6) (2024-01-11)
43+
44+
### New Features
45+
- **New button** to import a TPC template directly into a post, page, or custom layout
46+
47+
### Improvements
48+
- **Updated dependencies**
49+
50+
### Bug Fixes
51+
- **Fixed Elementor content** on template import.
52+
- **Fixed typo** in onboarding text.
53+
54+
55+
56+
4257
##### [Version 1.2.5](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.4...v1.2.5) (2023-10-26)
4358

4459
### Improvements

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