Skip to content

Commit 83344bf

Browse files
committed
chore(release): 1.2.20
##### [Version 1.2.20](v1.2.19...v1.2.20) (2025-04-16) - Updated dependencies
1 parent 1a38af7 commit 83344bf

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 1.2.20](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.19...v1.2.20) (2025-04-16)
2+
3+
- Updated dependencies
4+
15
##### [Version 1.2.19](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.18...v1.2.19) (2025-02-05)
26

37
- Fix language pack loading

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.7
5+
**Tested up to:** 6.8
66
**Requires PHP:** 5.6
7-
**Stable tag:** 1.2.19
7+
**Stable tag:** 1.2.20
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

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

3131
## Changelog ##
3232

33-
##### [Version 1.2.19](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.18...v1.2.19) (2025-02-05)
33+
##### [Version 1.2.20](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.19...v1.2.20) (2025-04-16)
3434

35-
- Fix language pack loading
36-
- Fix onboarding layout overflow and responsiveness
35+
- Updated dependencies
3736

3837

3938

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

readme.txt

+3-4
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.8
66
Requires PHP: 5.6
7-
Stable tag: 1.2.19
7+
Stable tag: 1.2.20
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

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

3131
== Changelog ==
3232

33-
##### [Version 1.2.19](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.18...v1.2.19) (2025-02-05)
33+
##### [Version 1.2.20](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.19...v1.2.20) (2025-04-16)
3434

35-
- Fix language pack loading
36-
- Fix onboarding layout overflow and responsiveness
35+
- Updated dependencies
3736

3837

3938

templates-patterns-collection.php

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