Skip to content

Commit

Permalink
version update 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyMehedi committed Nov 7, 2024
1 parent dee958c commit baca373
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpwax
Tags: templates, starter template, design, quick starter, directory websites
Requires at least: 6.0
Tested up to: 6.6.2
Stable tag: 0.1.8
Stable tag: 0.1.9
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -90,6 +90,10 @@ At Templatiq, user privacy is our top priority. As a premier marketplace for tem

== Changelog ==

= 0.1.9(beta) - Nov 07, 2024 =
* Improve: Loading Time
* Fix: Pro Plugin List Issue

= 0.1.8(beta) - Nov 05, 2024 =
* Improve: Template Details
* Fix: Authentication Issue
Expand Down
4 changes: 2 additions & 2 deletions templatiq.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: The Ultimate Templates | Craft beautiful website in no time
* Author: wpWax
* Author URI: https://wpwax.com
* Version: 0.1.8
* Version: 0.1.9
* License: GPLv2 or later
* Requires PHP: 7.4
* Text Domain: templatiq
Expand All @@ -29,7 +29,7 @@ public static function instance(): Templatiq {

public function load() {

define( 'TEMPLATIQ_VERSION', '0.1.8' );
define( 'TEMPLATIQ_VERSION', '0.1.9' );

register_activation_hook(
__FILE__, function () {
Expand Down

0 comments on commit baca373

Please sign in to comment.