Skip to content

Commit

Permalink
chore(release): 1.2.6
Browse files Browse the repository at this point in the history
##### [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.
  • Loading branch information
pirate-bot committed Jan 11, 2024
1 parent 70a4a38 commit f532746
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
##### [Version 1.2.6](https://github.com/Codeinwp/templates-patterns-collection/compare/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.

##### [Version 1.2.5](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.4...v1.2.5) (2023-10-26)

### Improvements
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle)
**Tags:** neve, templates, patterns, blocks, starter, sites, demo, content, import
**Requires at least:** 5.5
**Tested up to:** 6.3
**Tested up to:** 6.4
**Requires PHP:** 5.6
**Stable tag:** trunk
**License:** GPLv3
Expand Down Expand Up @@ -39,6 +39,21 @@ Yes, you can. You can either chose to import one template or the entire starter

## Changelog ##

##### [Version 1.2.6](https://github.com/Codeinwp/templates-patterns-collection/compare/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.




##### [Version 1.2.5](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.4...v1.2.5) (2023-10-26)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codeinwp/templates-patterns-collection",
"description": "Templates and Patterns Collection Plugin",
"version": "1.2.5",
"version": "1.2.6",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion includes/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Main {
*
* @var string Version string.
*/
const VERSION = '1.2.5';
const VERSION = '1.2.6';
/**
* Sites Library API URL.
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templates-patterns-collection",
"version": "1.2.5",
"version": "1.2.6",
"description": "ThemeIsle Templates and Patterns Collection",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ Yes, you can. You can either chose to import one template or the entire starter

== Changelog ==

##### [Version 1.2.6](https://github.com/Codeinwp/templates-patterns-collection/compare/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.




##### [Version 1.2.5](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.4...v1.2.5) (2023-10-26)

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions templates-patterns-collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Templates Patterns Collection
* 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.
* Version: 1.2.5
* Version: 1.2.6
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv3
Expand Down Expand Up @@ -54,7 +54,7 @@ function ti_tpc_load_textdomain() {
load_plugin_textdomain( 'templates-patterns-collection', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
}

define( 'TIOB_VERSION', '1.2.5' );
define( 'TIOB_VERSION', '1.2.6' );
define( 'TIOB_URL', plugin_dir_url( __FILE__ ) );
define( 'TIOB_PATH', dirname( __FILE__ ) . '/' );
define( 'TIOB_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit f532746

Please sign in to comment.