Plugin Directory

Changeset 2615057


Ignore:
Timestamp:
10/16/2021 10:16:59 AM (4 years ago)
Author:
romchyk16
Message:

Update to version 2.0
rebuild structure and added choice exclude taxonomies

Location:
woo-custom-taxonomies-coupons
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • woo-custom-taxonomies-coupons/trunk/includes/notices.php

    r2452951 r2615057  
    44 * Show notice
    55 */
    6 function ut_display_woo_is_not_active() { ?>
     6function ut_display_woo_is_not_active() {
     7?>
    78
    89    <div class="error notice">
     
    1011    </div>
    1112
    12 <?php }
     13<?php
     14}
    1315
    1416/**
     
    1820
    1921    if ( ! class_exists( 'WooCommerce' ) ) {
     22
    2023        add_action( 'admin_notices', 'ut_display_woo_is_not_active' );
     24
    2125    } else {
     26
    2227        new Ut_Woo_Taxonomies_Coupons();
     28       
    2329    }
    2430}
  • woo-custom-taxonomies-coupons/trunk/readme.txt

    r2452951 r2615057  
    22
    33Contributors: Roman Bondarenko
    4 Tags: woocommerce, taxonomy, taxonomies, coupon, coupons, custom taxonomies
     4Tags: woocommerce, taxonomy, taxonomies, coupon, coupons, custom taxonomies, discount
    55Requires at least: 3.4.0
    6 Tested up to: 5.6
     6Tested up to: 5.8.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    1212
    1313Apply Coupons to Custom taxonomies using the Woo Coupons System.
     14Discount type of Coupon must be the "Fixed cart discount".
    1415Download the zip folder and upload it as normal WordPress Plugin.
    1516This plugin adds the ability to select one or multiple taxonomies including products categories, tags and custom taxonomies and applies the coupon
  • woo-custom-taxonomies-coupons/trunk/woo-taxonoies-coupons.php

    r2452951 r2615057  
    33 * Plugin Name:       Woo Custom Taxonomies Coupons
    44 * Plugin URI:        https://wordpress.org/plugins/woo-taxonomies-coupons/
    5  * Description:       Issue Coupons for your selected taxonomies including tags, categories and all of your custom taxonomies
    6  * Version:           1.2
     5 * Description:       Issue Coupons for your selected taxonomies including tags and all of your custom taxonomies
     6 * Version:           2.0
    77 * Author:            Roman Bondarenko
    8  * Author URI:        https://unrealthemes.ru/
     8 * Author URI:        https://unrealthemes.site/
    99 * License:           GPL-2.0+
    1010 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.