Skip to content

Commit

Permalink
Update version number to 2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Sep 18, 2024
1 parent 79d6d77 commit b3313c0
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.5",
"version": "2.11.6",
"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.5
* Version: 2.11.6
* Requires at least: 6.4
* Requires PHP: 7.3
* Tested up to: 6.6.2
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'HOSTGATOR_PLUGIN_VERSION', '2.11.5' );
define( 'HOSTGATOR_PLUGIN_VERSION', '2.11.6' );
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 b3313c0

Please sign in to comment.