Changeset 1056411
- Timestamp:
- 12/29/2014 05:39:38 PM (11 years ago)
- Location:
- woocommerce-geolocation-based-products
- Files:
-
- 3 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-geolocation-based-products.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-geolocation-based-products/trunk/readme.txt
r976797 r1056411 1 1 === WooCommerce Geolocation Based Products === 2 Contributors: splashingpixels.com3 Tags: woocommerce, products, conditional products, location, geolocation, splashing pixels,roy ho2 Contributors: royho 3 Tags: woocommerce, products, conditional products, location, geolocation, roy ho 4 4 WordPress requires at least: 3.9.1 5 Tested up to: 3.9.15 Tested up to: 4.1 6 6 WooCommerce requires at least: 2.1.12 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 42 42 == Changelog == 43 43 44 = 1.1.3 | 12-29-2014 = 45 * Update - Cleaned up code 46 44 47 = 1.1.2 | 9-02-2014 = 45 48 * Added - Instance variable for instance targetting -
woocommerce-geolocation-based-products/trunk/woocommerce-geolocation-based-products.php
r976797 r1056411 2 2 /* 3 3 Plugin Name: WooCommerce Geolocation Based Products 4 Plugin URI: http:// splashingpixels.com/4 Plugin URI: http://royho.me/ 5 5 Description: A WooCommerce plugin/extension that adds ability for your store to show/hide products based on visitors geolocation. 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: Roy Ho 8 8 Author URI: http://royho.me … … 80 80 $locale = apply_filters( 'wc_geolocation_based_products_plugin_locale', get_locale(), 'woocommerce-geolocation-based-products' ); 81 81 82 load_textdomain( 'woocommerce-geolocation-based-products', trailingslashit( WP_LANG_DIR ) . 'woocommerce-geolocation-based-products ' . '/' . 'woocommerce-geolocation-based-products' . '-' . $locale . '.mo' );82 load_textdomain( 'woocommerce-geolocation-based-products', trailingslashit( WP_LANG_DIR ) . 'woocommerce-geolocation-based-products/woocommerce-geolocation-based-products' . '-' . $locale . '.mo' ); 83 83 84 84 load_plugin_textdomain( 'woocommerce-geolocation-based-products', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
Note: See TracChangeset
for help on using the changeset viewer.