Skip to content

Commit 8b9da8d

Browse files
committed
chore(release): 1.1.38
##### [Version 1.1.38](v1.1.37...v1.1.38) (2023-04-25) - Fix: Alignment title in Elementor - Fix: Tooltip for cleanup on import - Fix: Notification dismiss
1 parent c6e82a1 commit 8b9da8d

File tree

7 files changed

+29
-5
lines changed

7 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 1.1.38](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.37...v1.1.38) (2023-04-25)
2+
3+
- Fix: Alignment title in Elementor
4+
- Fix: Tooltip for cleanup on import
5+
- Fix: Notification dismiss
6+
17
##### [Version 1.1.37](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.36...v1.1.37) (2023-03-31)
28

39
- Updated dependencies and docs

README.md

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

4040
## Changelog ##
4141

42+
##### [Version 1.1.38](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.37...v1.1.38) (2023-04-25)
43+
44+
- Fix: Alignment title in Elementor
45+
- Fix: Tooltip for cleanup on import
46+
- Fix: Notification dismiss
47+
48+
49+
50+
4251
##### [Version 1.1.37](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.36...v1.1.37) (2023-03-31)
4352

4453
- Updated dependencies and docs

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.1.37",
4+
"version": "1.1.38",
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
@@ -19,7 +19,7 @@ class Main {
1919
*
2020
* @var string Version string.
2121
*/
22-
const VERSION = '1.1.37';
22+
const VERSION = '1.1.38';
2323
/**
2424
* Sites Library API URL.
2525
*

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.1.37",
3+
"version": "1.1.38",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

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

4040
== Changelog ==
4141

42+
##### [Version 1.1.38](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.37...v1.1.38) (2023-04-25)
43+
44+
- Fix: Alignment title in Elementor
45+
- Fix: Tooltip for cleanup on import
46+
- Fix: Notification dismiss
47+
48+
49+
50+
4251
##### [Version 1.1.37](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.36...v1.1.37) (2023-03-31)
4352

4453
- Updated dependencies and docs

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.1.37
5+
* Version: 1.1.38
66
* Author: ThemeIsle
77
* Author URI: https://themeisle.com
88
* License: GPLv3
@@ -55,7 +55,7 @@ function ti_tpc_load_textdomain() {
5555
load_plugin_textdomain( 'templates-patterns-collection', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
5656
}
5757

58-
define( 'TIOB_VERSION', '1.1.37' );
58+
define( 'TIOB_VERSION', '1.1.38' );
5959
define( 'TIOB_URL', plugin_dir_url( __FILE__ ) );
6060
define( 'TIOB_PATH', dirname( __FILE__ ) . '/' );
6161

0 commit comments

Comments
 (0)