Plugin Directory

Changeset 3421968


Ignore:
Timestamp:
12/17/2025 01:40:28 PM (3 months ago)
Author:
runthingsdev
Message:

Release 1.1.2

Location:
runthings-wc-coupons-role-restrict/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • runthings-wc-coupons-role-restrict/trunk/languages/runthings-wc-coupons-role-restrict.pot

    r3317221 r3421968  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Coupons Role Restriction for WooCommerce 1.1.1\n"
     5"Project-Id-Version: Coupons Role Restriction for WooCommerce 1.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-wc-coupons-role-restrict\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-06-24T09:15:19+00:00\n"
     12"POT-Creation-Date: 2025-12-17T13:33:37+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
  • runthings-wc-coupons-role-restrict/trunk/readme.md

    r3317221 r3421968  
    146146## Changelog
    147147
     148### 1.1.2 - 17th December 2024
     149
     150- Bump tested up to 6.9.
     151
    148152### 1.1.1 - 24th June 2024
    149153
  • runthings-wc-coupons-role-restrict/trunk/readme.txt

    r3317221 r3421968  
    22Contributors: runthingsdev
    33Tags: woocommerce, coupons, user roles, role restriction, discount
    4 Tested up to: 6.8
     4Tested up to: 6.9
    55Requires at least: 6.4
    66Requires PHP: 7.4
    77Requires WooCommerce: 8.0
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6666== Changelog ==
    6767
     68= 1.1.2 - 17th December 2024 =
     69* Bump tested up to 6.9.
     70
    6871= 1.1.1 - 24th June 2024 =
    6972* Bump WordPress tested up to field to support 6.8 branch.
     
    8891== Upgrade Notice ==
    8992
     93= 1.1.2 =
     94Bump tested up to 6.9.
     95
    9096= 1.1.1 =
    9197Bump WordPress tested up to field to support 6.8 branch.
     
    9399= 1.1.0 =
    94100This update introduces the "Customer Is A Guest" pseudo-role and adds a context object for more advanced error message customization. No immediate action is required, but you may want to review the new role restriction options and update any custom error message filters to take advantage of the new context.
    95 
    96 = 1.0.1 =
    97 Fixes formatting in documentation. No action required.
    98 
    99 = 1.0.0 =
    100 Initial release of the plugin. No upgrade steps required.
    101101
    102102== Filters ==
  • runthings-wc-coupons-role-restrict/trunk/runthings-wc-coupons-role-restrict.php

    r3317221 r3421968  
    55 * Plugin URI: https://runthings.dev/wordpress-plugins/wc-coupons-role-restrict/
    66 * Description: Restrict the usage of coupons based on user roles.
    7  * Version: 1.1.1
     7 * Version: 1.1.2
    88 * Author: runthingsdev
    99 * Author URI: https://runthings.dev/
     
    4747class CouponsRoleRestrict
    4848{
    49     const PLUGIN_VERSION = '1.1.1';
     49    const PLUGIN_VERSION = '1.1.2';
    5050    const ALLOWED_META_KEY_PREFIX = 'runthings_wc_role_restrict_allowed_roles_';
    5151    const EXCLUDED_META_KEY_PREFIX = 'runthings_wc_role_restrict_excluded_roles_';
Note: See TracChangeset for help on using the changeset viewer.