Skip to content

Commit

Permalink
Bump version to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Aug 7, 2024
1 parent b79a7be commit 9d7c459
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-plugin-hostgator",
"description": "WordPress plugin that integrates your WordPress site with the HostGator control panel, including performance, security, and update features.",
"license": "GPL-2.0-or-later",
"version": "2.11.1",
"version": "2.11.2",
"private": true,
"contributors": [
"Abdulrahman Al Ani (https://alani.dev/)",
Expand Down
4 changes: 2 additions & 2 deletions wp-plugin-hostgator.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin URI: https://hostgator.com
* Update URI: https://github.com/newfold-labs/wp-plugin-hostgator/
* Description: WordPress plugin that integrates a WordPress site with the HostGator control panel, including performance, security, and update features.
* Version: 2.11.1
* Version: 2.11.2
* Requires at least: 6.4
* Requires PHP: 7.3
* Tested up to: 6.6.1
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'HOSTGATOR_PLUGIN_VERSION', '2.11.1' );
define( 'HOSTGATOR_PLUGIN_VERSION', '2.11.2' );
define( 'HOSTGATOR_PLUGIN_FILE', __FILE__ );
define( 'HOSTGATOR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'HOSTGATOR_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 9d7c459

Please sign in to comment.