From 8b41f0a22597ac7da80af53df874bc44a2d01c89 Mon Sep 17 00:00:00 2001 From: mehul0810 Date: Sun, 31 Mar 2019 11:47:21 +0530 Subject: [PATCH] fix: update version and main file name --- perform-for-wp.php => perform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename perform-for-wp.php => perform.php (99%) diff --git a/perform-for-wp.php b/perform.php similarity index 99% rename from perform-for-wp.php rename to perform.php index 3c1de5f..5a46f9a 100644 --- a/perform-for-wp.php +++ b/perform.php @@ -3,7 +3,7 @@ * Plugin Name: Perform * Plugin URI: https://www.mehulgohil.in/plugin/perform-for-wordpress/ * Description: This plugin adds toolset for performance and speed improvements to your WordPress sites. - * Version: 1.0.0 + * Version: 1.0.1 * Author: Mehul Gohil * Author URI: https://www.mehulgohil.in/ * License: GPLv2 or later @@ -168,7 +168,7 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'PERFORM_VERSION' ) ) { - define( 'PERFORM_VERSION', '1.0.0' ); + define( 'PERFORM_VERSION', '1.0.1' ); } // Minimum Required PHP version.