Skip to content

Commit

Permalink
Release: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyMehedi committed Sep 9, 2024
1 parent 7ec7c2c commit e2d6fda
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Utils/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
Expand Down
2 changes: 1 addition & 1 deletion config.dev.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'version' => '1.1.0',
'version' => '1.1.1',
'environment' => 'development',
// 'could_base' => 'http://localhost:10144/wp-json/cloud',
];
5 changes: 4 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.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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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: 1.1.0
* Version: 1.1.1
* License: GPLv2 or later
* Requires PHP: 7.4
* Text Domain: templatiq
Expand Down

0 comments on commit e2d6fda

Please sign in to comment.