Skip to content

Commit cd33403

Browse files
committed
version update 0.2.0
1 parent f65d232 commit cd33403

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wpwax
33
Tags: templates, starter template, design, quick starter, directory websites
44
Requires at least: 6.0
55
Tested up to: 6.6.2
6-
Stable tag: 0.1.9
6+
Stable tag: 0.2.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -90,6 +90,10 @@ At Templatiq, user privacy is our top priority. As a premier marketplace for tem
9090

9191
== Changelog ==
9292

93+
= 0.2.0(beta) - Nov 12, 2024 =
94+
* Improve: Sidebar Filter
95+
* Fix: Bookmark Authentication Issue
96+
9397
= 0.1.9(beta) - Nov 07, 2024 =
9498
* Improve: Loading Time
9599
* Fix: Pro Plugin List Issue

templatiq.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Description: The Ultimate Templates | Craft beautiful website in no time
77
* Author: wpWax
88
* Author URI: https://wpwax.com
9-
* Version: 0.1.9
9+
* Version: 0.2.0
1010
* License: GPLv2 or later
1111
* Requires PHP: 7.4
1212
* Text Domain: templatiq
@@ -29,7 +29,7 @@ public static function instance(): Templatiq {
2929

3030
public function load() {
3131

32-
define( 'TEMPLATIQ_VERSION', '0.1.9' );
32+
define( 'TEMPLATIQ_VERSION', '0.2.0' );
3333

3434
register_activation_hook(
3535
__FILE__, function () {

0 commit comments

Comments
 (0)