Skip to content

Commit 6d505e7

Browse files
committed
chore(release): 1.2.11
##### [Version 1.2.11](v1.2.10...v1.2.11) (2024-09-25) - Onboarding wizard changes.
1 parent ac1a54d commit 6d505e7

7 files changed

+23
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 1.2.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.10...v1.2.11) (2024-09-25)
2+
3+
- Onboarding wizard changes.
4+
15
##### [Version 1.2.10](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.9...v1.2.10) (2024-07-18)
26

37
- Fixed Navigation block error

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
## Changelog ##
4141

42+
##### [Version 1.2.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.10...v1.2.11) (2024-09-25)
43+
44+
- Onboarding wizard changes.
45+
46+
47+
48+
4249
##### [Version 1.2.10](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.9...v1.2.10) (2024-07-18)
4350

4451
- Fixed Navigation block error

composer.json

+1-1
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.10",
4+
"version": "1.2.11",
55
"license": "GPL-3.0-or-later",
66
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",
77
"authors": [

includes/Main.php

+1-1
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.10';
21+
const VERSION = '1.2.11';
2222
/**
2323
* Sites Library API URL.
2424
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templates-patterns-collection",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ Yes, you can. You can either chose to import one template or the entire starter
3939

4040
== Changelog ==
4141

42+
##### [Version 1.2.11](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.10...v1.2.11) (2024-09-25)
43+
44+
- Onboarding wizard changes.
45+
46+
47+
48+
4249
##### [Version 1.2.10](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.9...v1.2.10) (2024-07-18)
4350

4451
- Fixed Navigation block error

templates-patterns-collection.php

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