Plugin Directory

Changeset 1056411


Ignore:
Timestamp:
12/29/2014 05:39:38 PM (11 years ago)
Author:
splashingpixels.com
Message:

cleaned up code and changed ownership

Location:
woocommerce-geolocation-based-products
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-geolocation-based-products/trunk/readme.txt

    r976797 r1056411  
    11=== WooCommerce Geolocation Based Products ===
    2 Contributors: splashingpixels.com
    3 Tags: woocommerce, products, conditional products, location, geolocation, splashing pixels, roy ho
     2Contributors: royho
     3Tags: woocommerce, products, conditional products, location, geolocation, roy ho
    44WordPress requires at least: 3.9.1
    5 Tested up to: 3.9.1
     5Tested up to: 4.1
    66WooCommerce requires at least: 2.1.12
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4242== Changelog ==
    4343
     44= 1.1.3 | 12-29-2014 =
     45* Update - Cleaned up code
     46
    4447= 1.1.2 | 9-02-2014 =
    4548* Added - Instance variable for instance targetting
  • woocommerce-geolocation-based-products/trunk/woocommerce-geolocation-based-products.php

    r976797 r1056411  
    22/*
    33Plugin Name: WooCommerce Geolocation Based Products
    4 Plugin URI: http://splashingpixels.com/
     4Plugin URI: http://royho.me/
    55Description: A WooCommerce plugin/extension that adds ability for your store to show/hide products based on visitors geolocation.
    6 Version: 1.1.2
     6Version: 1.1.3
    77Author: Roy Ho
    88Author URI: http://royho.me
     
    8080        $locale = apply_filters( 'wc_geolocation_based_products_plugin_locale', get_locale(), 'woocommerce-geolocation-based-products' );
    8181
    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' );
    8383
    8484        load_plugin_textdomain( 'woocommerce-geolocation-based-products', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
Note: See TracChangeset for help on using the changeset viewer.