Plugin Directory

Changeset 2850715


Ignore:
Timestamp:
01/18/2023 07:11:23 PM (3 years ago)
Author:
CoenJacobs
Message:

Version 0.3

Location:
woocommerce-bundle-style-coupons
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-bundle-style-coupons/trunk/readme.txt

    r1856056 r2850715  
    22Contributors: CoenJacobs
    33Tags: woocommerce
    4 Donate link: http://coenjacobs.me/donate/
    54Requires at least: 3.5
    6 Stable tag: 0.2
    7 Tested up to: 4.9.4
     5Stable tag: 0.3
     6Tested up to: 6.1.1
    87License: GPLv3
    98License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3938== Changelog ==
    4039
    41 = 0.2 - 10/04/2018 =
     40= 0.3 - 2023/01/18 =
     41 * Update: Use WooCommerce CRUD to get/set coupon meta.
     42 * Update: Tested against WooCommerce 7.4.
     43 * Update: Tested against WordPress 6.1.
     44
     45= 0.2 - 2018/04/30 =
    4246 * Fix: WooCommerce 3.0 compatible
    4347 * Tweak: Moved class to separate file
     
    4549 * Tweak: Display checkbox on "Usage Restrictions" tab of Coupon metabox
    4650
    47 = 0.1.1 - 28/04/2013 =
     51= 0.1.1 - 2013/04/28 =
    4852 * Fix: Typo in coupon level settings label
    4953
    50 = 0.1 - 24/04/2013 =
     54= 0.1 - 2013/04/24 =
    5155 * Initial release
  • woocommerce-bundle-style-coupons/trunk/wc-bundle-style-coupons.php

    r1856056 r2850715  
    11<?php
    22
    3 /*
    4 Plugin Name: WooCommerce Bundle Style Coupons
    5 Description: Only apply a coupon when all products that this coupon applies to are in cart.
    6 Author: Coen Jacobs
    7 Author URI: http://coenjacobs.me
    8 Version: 0.2
    9 */
     3/**
     4 * Plugin Name: WooCommerce Bundle Style Coupons
     5 * Description: Only apply a coupon when all products that this coupon applies to are in cart.
     6 * Author: Coen Jacobs
     7 * Author URI: https://coenjacobs.com
     8 * Version: 0.3
     9 * Tested up to: 6.1.1
     10 * WC requires at least: 3.9.0
     11 * WC tested up to: 7.4.0
     12 */
    1013
    1114include( 'includes/class-wc-bundle-style-coupons.php' );
Note: See TracChangeset for help on using the changeset viewer.