Skip to content

Commit

Permalink
Disable platform check (#57)
Browse files Browse the repository at this point in the history
* Disable platform check

* Bump version to 2.3.3

* Version bump in primary plugin file

* Space not tabs
  • Loading branch information
earnjam authored Nov 4, 2020
1 parent 20297bf commit 7b81116
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Bluehost
* Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 2.3.2
* Version: 2.3.3
* Requires at least: 4.7
* Requires PHP: 5.6
* Author: Bluehost
Expand All @@ -27,7 +27,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '2.3.2' );
define( 'BLUEHOST_PLUGIN_VERSION', '2.3.3' );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"url": "https://bluehost.github.io/satis/",
"only": [
"bluehost/*",
"mojoness/*"
]
"mojoness/*",
"endurance/*"
]
}
],
"autoload": {
Expand All @@ -49,8 +50,9 @@
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"sort-packages": true,
"platform-check": false
},
"scripts": {
"fix": [
"vendor/bin/phpcbf . --standard=Bluehost"
Expand Down
Loading

0 comments on commit 7b81116

Please sign in to comment.