Skip to content

Commit

Permalink
update plugin version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Nov 7, 2023
1 parent 5d4119a commit 0e9a4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.4.0",
"version": "2.4.1",
"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.4.0
* Version: 2.4.1
* Requires at least: 4.7
* Requires PHP: 5.6
* Tested up to: 6.3.2
Expand All @@ -32,7 +32,7 @@
}

// Define constants
define( 'HOSTGATOR_PLUGIN_VERSION', '2.4.0' );
define( 'HOSTGATOR_PLUGIN_VERSION', '2.4.1' );
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 0e9a4a4

Please sign in to comment.