diff --git a/app/Utils/Config.php b/app/Utils/Config.php index 7fae364c..b45ad63c 100644 --- a/app/Utils/Config.php +++ b/app/Utils/Config.php @@ -11,7 +11,7 @@ class Config { public static function get( string $name ): string { $config = [ - 'version' => '1.1.0', + 'version' => '1.1.1', 'environment' => 'production', 'could_base' => 'https://templatiq.com/wp-json/cloud', ]; diff --git a/config.dev.php b/config.dev.php index 89bd28b5..6d41baf1 100644 --- a/config.dev.php +++ b/config.dev.php @@ -1,7 +1,7 @@ '1.1.0', + 'version' => '1.1.1', 'environment' => 'development', // 'could_base' => 'http://localhost:10144/wp-json/cloud', ]; \ No newline at end of file diff --git a/readme.txt b/readme.txt index b4078c13..78ef7304 100644 --- a/readme.txt +++ b/readme.txt @@ -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.1 -Stable tag: 1.1.0 +Stable tag: 1.1.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -89,6 +89,9 @@ Currently, Templatiq supports only Elementor. Gutenberg/Block Editor support wil At Templatiq, user privacy is our top priority. As a premier marketplace for templates, we are committed to protecting your personal information and strictly adhering to the [terms outlined](https://templatiq.com/terms-conditions/) in this [Privacy Policy](https://templatiq.com/privacy-policy/). == Changelog == += 1.1.1 - Sep 9, 2024 = +* Fix Logo Change Issue + = 1.1.0 - Aug 22, 2024 = * Introduced Full Site Importing diff --git a/templatiq.php b/templatiq.php index aa2ffe8c..b24a9bb9 100644 --- a/templatiq.php +++ b/templatiq.php @@ -6,7 +6,7 @@ * Description: The Ultimate Templates | Craft beautiful website in no time * Author: wpWax * Author URI: https://wpwax.com - * Version: 1.1.0 + * Version: 1.1.1 * License: GPLv2 or later * Requires PHP: 7.4 * Text Domain: templatiq