Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
parsakafi committed Sep 1, 2023
1 parent 93953a8 commit 3ff6f07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WPMetaOptimizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Plugin Name: Meta Optimizer
* Version: 1.2
* Version: 1.2.1
* Plugin URI: https://parsakafi.github.io/wp-meta-optimizer
* Description: You can use Meta Optimizer to make your WordPress website load faster if you use meta information, for example Post/Comment/User/Term metas.
* Author: Parsa Kafi
Expand Down
2 changes: 1 addition & 1 deletion inc/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function install() {
} else {
$oldVersion = get_option( 'wp_meta_optimizer_version', '1.0' );

if ( version_compare( $oldVersion, '1.2', '<' ) ) {
if ( version_compare( $oldVersion, '1.2.1', '<' ) ) {
$newPluginOptions['import'] = [
'post' => 1,
'comment' => 1,
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://parsa.ws
Tags: Post Meta, User Meta, Comment Meta, Term Meta, Meta, Optimizer
Requires at least: 5.0
Tested up to: 6.3.1
Stable tag: 1.2
Stable tag: 1.2.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 3ff6f07

Please sign in to comment.