Skip to content

Commit 481082b

Browse files
committed
Changelog and version bump
1 parent cedd154 commit 481082b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

readme.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
55
WordPress requires at least: 3.9.1
66
Tested up to: 4.5.1
77
WooCommerce requires at least: 2.5.0
8-
Stable tag: 1.5.1
8+
Stable tag: 1.5.2
99
Author URI: http://royho.me
1010
Plugin URI: https://wordpress.org/plugins/woocommerce-geolocation-based-products/
1111
License: GPLv3
@@ -72,12 +72,14 @@ You can post a GitHub issue here https://github.com/roykho/woocommerce-geolocati
7272

7373
== Upgrade Notice ==
7474

75-
= 1.5.1 =
76-
* Tweak - Performance.
77-
* Add - Show/hide ability when using featured products shortcode.
75+
= 1.5.2 =
76+
* Fixed - Test mode not working.
7877

7978
== Changelog ==
8079

80+
= 1.5.2 | 06-28-2016 =
81+
* Fixed - Test mode not working.
82+
8183
= 1.5.1 | 06-01-2016 =
8284
* Tweak - Performance.
8385
* Add - Show/hide ability when using featured products shortcode.

woocommerce-geolocation-based-products.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Geolocation Based Products
44
* Plugin URI: https://wordpress.org/plugins/woocommerce-geolocation-based-products/
55
* Description: A WooCommerce plugin/extension that adds ability for your store to hide products based on visitors geolocation.
6-
* Version: 1.5.1
6+
* Version: 1.5.2
77
* Author: Roy Ho
88
* Author URI: http://royho.me
99
* Text Domain: woocommerce-geolocation-based-products
@@ -35,7 +35,7 @@ function wc_glbp_activation() {
3535
if ( ! get_option( 'wc_glbp_version' ) ) {
3636
delete_option( 'wc_geolocation_based_products_settings' );
3737

38-
add_option( 'wc_glbp_version', '1.5.0', '', 'no' );
38+
add_option( 'wc_glbp_version', '1.5.2', '', 'no' );
3939
}
4040

4141
return true;
@@ -59,7 +59,7 @@ class WC_Geolocation_Based_Products {
5959
public function __construct() {
6060
self::$_this = $this;
6161

62-
define( 'WC_GEOLOCATION_BASED_PRODUCTS_VERSION', '1.5.1' );
62+
define( 'WC_GEOLOCATION_BASED_PRODUCTS_VERSION', '1.5.2' );
6363

6464
add_action( 'init', array( $this, 'load_plugin_textdomain' ) );
6565

0 commit comments

Comments
 (0)