Plugin Directory

Changeset 705103


Ignore:
Timestamp:
04/28/2013 07:45:23 PM (13 years ago)
Author:
CoenJacobs
Message:

0.1.1 release

Location:
woocommerce-bundle-style-coupons
Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-bundle-style-coupons/trunk/languages/wc_bundle_style_coupons-nl_NL.po

    r702909 r705103  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: \n"
    6 "PO-Revision-Date: 2013-04-24 14:59:02+0000\n"
     6"PO-Revision-Date: 2013-04-28 19:32:39+0000\n"
    77"Last-Translator: coenjacobs <coenjacobs@gmail.com>\n"
    88"Language-Team: \n"
     
    2828#: wc-bundle-style-coupons.php:32
    2929#@ wc_bundle_style_coupons
    30 msgid "Only apply this coupon when all products that his coupon applies to are in cart."
     30msgid "Only apply this coupon when all products that this coupon applies to are in the cart."
    3131msgstr "Pas deze coupon alleen toe als alle geselecteerde producten in de winkelwagen aanwezig zijn."
    3232
  • woocommerce-bundle-style-coupons/trunk/readme.txt

    r702909 r705103  
    55Requires at least: 3.5
    66Tested up to: 3.5
    7 Stable tag: 0.1
     7Stable tag: 0.1.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3737== Changelog ==
    3838
     39= 0.1.1 - 28/04/2013 =
     40 * Fix: Typo in coupon level settings label
     41
    3942= 0.1 - 24/04/2013 =
    4043 * Initial release
  • woocommerce-bundle-style-coupons/trunk/wc-bundle-style-coupons.php

    r702909 r705103  
    66Author: Coen Jacobs
    77Author URI: http://coenjacobs.me
    8 Version: 0.1
     8Version: 0.1.1
    99*/
    1010
     
    3030            'id'          => $this->setting_key,
    3131            'label'       => __( 'Bundle coupon', 'wc_bundle_style_coupons' ),
    32             'description' => __( 'Only apply this coupon when all products that his coupon applies to are in cart.', 'wc_bundle_style_coupons' )
     32            'description' => __( 'Only apply this coupon when all products that this coupon applies to are in the cart.', 'wc_bundle_style_coupons' )
    3333        ) );
    3434    }
Note: See TracChangeset for help on using the changeset viewer.