Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Aug 17, 2021
1 parent 7b39311 commit 42c97a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bluehost-site-migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Bluehost Site Migrator
* Plugin URI: https://wordpress.org/plugins/bluehost-site-migrator
* Description: Quickly and easily migrate your website to Bluehost.
* Version: 1.0.5
* Version: 1.0.6
* Requires PHP: 5.6
* Requires at least: 4.7
* Author: Bluehost
Expand All @@ -22,7 +22,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

define( 'BH_SITE_MIGRATOR_VERSION', '1.0.5' );
define( 'BH_SITE_MIGRATOR_VERSION', '1.0.6' );
define( 'BH_SITE_MIGRATOR_FILE', __FILE__ );
define( 'BH_SITE_MIGRATOR_DIR', plugin_dir_path( __FILE__ ) );
define( 'BH_SITE_MIGRATOR_URL', plugin_dir_url( __FILE__ ) );
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: bluehost, wpscholar
Tags: migrate, migration
Requires at least: 4.7
Tested up to: 5.8
Stable tag: 1.0.5.1
Stable tag: 1.0.6
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -24,6 +24,9 @@ Important: You will need a Bluehost hosting account for this plugin to complete

== Upgrade Notice ==

= 1.0.6 =
* Fix for geolocation functionality

= 1.0.5 =
* Adds international support

Expand All @@ -41,6 +44,9 @@ Important: You will need a Bluehost hosting account for this plugin to complete

== Changelog ==

= 1.0.6 =
* Fix for geolocation functionality

= 1.0.5 =
* Adds international support

Expand Down

0 comments on commit 42c97a2

Please sign in to comment.