Plugin Directory

Changeset 1910468


Ignore:
Timestamp:
07/17/2018 04:04:07 PM (8 years ago)
Author:
brandonmuth
Message:

Some minor fixes, settings label changed

Location:
woo-download-credits
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woo-download-credits/tags/1.2.4/readme.txt

    r1857954 r1910468  
    44Tags: wooCommerce, woocommerce extension, woocommerce payment gateway, woocommerce credit system, credits, download credits, woocommerce credits, digital downloads, download, downloads, e-commerce
    55Requires at least: 4.7
    6 Tested up to: 4.9.5
    7 Stable tag: 1.2.3
     6Tested up to: 4.9.7
     7Stable tag: 1.2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
     46= 1.2.4 =
     47* "Some minor fixes, settings label changed"
     48
    4649= 1.2.3 =
    4750* "Fixed x quantity issue while buying 2 or more of same product using credits"
  • woo-download-credits/tags/1.2.4/woo-download-credits.php

    r1857954 r1910468  
    44 * Plugin Name: Woo Credits
    55 * Plugin URI: http://www.woocredits.com/
    6  * Version: 1.2.3
     6 * Version: 1.2.4
    77 * Description: Lets your customers buy "credits" in bulk, then use those credits for downloadable/virtual products in your Woo Commerce shop.
    88 * Author: http://www.woocredits.com/
     
    924924
    925925    public function add_page() {
    926         add_submenu_page('woocommerce', 'Credits Options', 'Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb'));
     926        add_submenu_page('woocommerce', 'Credits Options', 'Woo Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb'));
    927927    }
    928928
  • woo-download-credits/trunk/readme.txt

    r1857954 r1910468  
    44Tags: wooCommerce, woocommerce extension, woocommerce payment gateway, woocommerce credit system, credits, download credits, woocommerce credits, digital downloads, download, downloads, e-commerce
    55Requires at least: 4.7
    6 Tested up to: 4.9.5
    7 Stable tag: 1.2.3
     6Tested up to: 4.9.7
     7Stable tag: 1.2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
     46= 1.2.4 =
     47* "Some minor fixes, settings label changed"
     48
    4649= 1.2.3 =
    4750* "Fixed x quantity issue while buying 2 or more of same product using credits"
  • woo-download-credits/trunk/woo-download-credits.php

    r1857954 r1910468  
    44 * Plugin Name: Woo Credits
    55 * Plugin URI: http://www.woocredits.com/
    6  * Version: 1.2.3
     6 * Version: 1.2.4
    77 * Description: Lets your customers buy "credits" in bulk, then use those credits for downloadable/virtual products in your Woo Commerce shop.
    88 * Author: http://www.woocredits.com/
     
    924924
    925925    public function add_page() {
    926         add_submenu_page('woocommerce', 'Credits Options', 'Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb'));
     926        add_submenu_page('woocommerce', 'Credits Options', 'Woo Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb'));
    927927    }
    928928
Note: See TracChangeset for help on using the changeset viewer.