Skip to content

Commit

Permalink
version update 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyMehedi committed Oct 9, 2024
1 parent 462c896 commit 253afce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions 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.0.8
Stable tag: 0.0.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,22 +90,26 @@ At Templatiq, user privacy is our top priority. As a premier marketplace for tem

== Changelog ==

= 0.0.9(beta) - Oct 9, 2024 =
* Improve: Dashboard Design
* Fix: Logo Import for Third-party Themes

= 0.0.8(beta) - Oct 3, 2024 =
* Improved: Elementor Editor Style
* Improved: SignIn Modal Replaced with Connect Button
* Improve: Elementor Editor Style
* Improve: SignIn Modal Replaced with Connect Button
* Removed: Empty Items & Groups From Sidebar Filters by
* Fix: Required Bricks on Single Page Import

= 0.0.7(beta) - Sep 26, 2024 =
* New: Bricks Introduced
* New: Not Found & Search Clear Icon - Added
* Improved: Dashboard Styles
* Improve: Dashboard Styles
* Fix: Cache Clear Issue
* Fix: Membership Access

= 0.0.6(beta) - Sep 23, 2024 =
* New: Block Editor Introduced
* Improved: Editor Mode Popup Header Style
* Improve: Editor Mode Popup Header Style
* Fix: Menu Item Redirection Issue
* Fix: Filter Issue

Expand Down
2 changes: 1 addition & 1 deletion src/js/layout/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const Header = ( props ) => {
<Link to="/">
<img src={ Logo } alt="Logo" />
</Link>
<sub>0.0.8</sub>
<sub>0.0.9</sub>
</Suspense>
</div>
) }
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.0.8
* Version: 0.0.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.0.8' );
define( 'TEMPLATIQ_VERSION', '0.0.9' );

register_activation_hook(
__FILE__, function () {
Expand Down

0 comments on commit 253afce

Please sign in to comment.