Skip to content

Commit 1f8fe86

Browse files
committed
chore(release): 1.2.17
##### [Version 1.2.17](v1.2.16...v1.2.17) (2024-12-16) - fix translation loading for javascript files
1 parent c7279f6 commit 1f8fe86

File tree

7 files changed

+16
-21
lines changed

7 files changed

+16
-21
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 1.2.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.16...v1.2.17) (2024-12-16)
2+
3+
- fix translation loading for javascript files
4+
15
##### [Version 1.2.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.15...v1.2.16) (2024-12-04)
26

37
- Codebase changes.

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,24 @@ This plugin gives you access to 100+ templates and ready-to-use starter sites. N
1515
### A cloud based templates library which enables you to create or use existing ready-made website with 1-click. ###
1616

1717
### More than 100 Starter Sites and Templates available for the most popular page builders ###
18-
Browse a wide selection of templates and starter sites that are designed to help you build beautiful websites with Elementor and Gutenberg. All templates can be previewed on [demosites.io](https://demosites.io/) and you can seamlessly import them to any of your sites. Whether you're a beginner or a seasoned pro, our templates can help you save time and create stunning websites without any coding knowledge.
19-
In addition to our Elementor and Gutenberg templates, we also offer a handful of page templates for Beaver Builder. These templates are perfect for creating basic pages such as contact pages, about pages, and blog pages. If you're a Beaver Builder user, be sure to check out our selection of page templates.
20-
21-
### Your own private Templates Cloud [PRO] ###
22-
Boost productivity and speed up your workflow by saving all your designs and share them automatically to all your sites in 1-click.
23-
Check more details about this in our [documentation](https://docs.themeisle.com/article/1354-neve-template-cloud-library) guide.
24-
25-
The plugin is relying on the service behind api.themeisle.com for accessing the template collection list and their individual structure on import.
26-
27-
No account is required to access the service template collection and the privacy policy can be found [here](https://themeisle.com/privacy-policy/).
18+
Browse a wide selection of templates and starter sites that are designed to help you build beautiful websites with Gutenberg. All templates can be previewed on [demosites.io](https://demosites.io/) and you can seamlessly import them to any of your sites. Whether you’re a beginner or a seasoned pro, our templates can help you save time and create stunning websites without any coding knowledge. These templates are perfect for creating basic pages such as contact pages, about pages, and blog pages.
2819

2920
## Frequently Asked Questions ##
3021

3122
### Does it work with any WordPress theme? ###
32-
Right now we are supporting only [Neve](https://wordpress.org/themes/neve/) theme
23+
Right now we are supporting only the [Neve](https://wordpress.org/themes/neve/) theme.
3324

3425
### Which starter sites and templates are free and which are not? ###
3526
You can check the full collection on [demosites.io](https://demosites.io/)
3627

3728
### Can I import just one page from one starter site? ###
38-
Yes, you can. You can either chose to import one template or the entire starter site.
29+
Yes, you can choose to import either one template or the entire starter site.
3930

4031
## Changelog ##
4132

42-
##### [Version 1.2.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.15...v1.2.16) (2024-12-04)
33+
##### [Version 1.2.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.16...v1.2.17) (2024-12-16)
4334

44-
- Codebase changes.
35+
- fix translation loading for javascript files
4536

4637

4738

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

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Yes, you can choose to import either one template or the entire starter site.
3030

3131
== Changelog ==
3232

33-
##### [Version 1.2.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.15...v1.2.16) (2024-12-04)
33+
##### [Version 1.2.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.16...v1.2.17) (2024-12-16)
3434

35-
- Codebase changes.
35+
- fix translation loading for javascript files
3636

3737

3838

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