Changeset 3421968
- Timestamp:
- 12/17/2025 01:40:28 PM (3 months ago)
- Location:
- runthings-wc-coupons-role-restrict/trunk
- Files:
-
- 4 edited
-
languages/runthings-wc-coupons-role-restrict.pot (modified) (2 diffs)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
runthings-wc-coupons-role-restrict.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
runthings-wc-coupons-role-restrict/trunk/languages/runthings-wc-coupons-role-restrict.pot
r3317221 r3421968 3 3 msgid "" 4 4 msgstr "" 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" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-wc-coupons-role-restrict\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "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" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
runthings-wc-coupons-role-restrict/trunk/readme.md
r3317221 r3421968 146 146 ## Changelog 147 147 148 ### 1.1.2 - 17th December 2024 149 150 - Bump tested up to 6.9. 151 148 152 ### 1.1.1 - 24th June 2024 149 153 -
runthings-wc-coupons-role-restrict/trunk/readme.txt
r3317221 r3421968 2 2 Contributors: runthingsdev 3 3 Tags: woocommerce, coupons, user roles, role restriction, discount 4 Tested up to: 6. 84 Tested up to: 6.9 5 5 Requires at least: 6.4 6 6 Requires PHP: 7.4 7 7 Requires WooCommerce: 8.0 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 66 66 == Changelog == 67 67 68 = 1.1.2 - 17th December 2024 = 69 * Bump tested up to 6.9. 70 68 71 = 1.1.1 - 24th June 2024 = 69 72 * Bump WordPress tested up to field to support 6.8 branch. … … 88 91 == Upgrade Notice == 89 92 93 = 1.1.2 = 94 Bump tested up to 6.9. 95 90 96 = 1.1.1 = 91 97 Bump WordPress tested up to field to support 6.8 branch. … … 93 99 = 1.1.0 = 94 100 This 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.101 101 102 102 == Filters == -
runthings-wc-coupons-role-restrict/trunk/runthings-wc-coupons-role-restrict.php
r3317221 r3421968 5 5 * Plugin URI: https://runthings.dev/wordpress-plugins/wc-coupons-role-restrict/ 6 6 * Description: Restrict the usage of coupons based on user roles. 7 * Version: 1.1. 17 * Version: 1.1.2 8 8 * Author: runthingsdev 9 9 * Author URI: https://runthings.dev/ … … 47 47 class CouponsRoleRestrict 48 48 { 49 const PLUGIN_VERSION = '1.1. 1';49 const PLUGIN_VERSION = '1.1.2'; 50 50 const ALLOWED_META_KEY_PREFIX = 'runthings_wc_role_restrict_allowed_roles_'; 51 51 const EXCLUDED_META_KEY_PREFIX = 'runthings_wc_role_restrict_excluded_roles_';
Note: See TracChangeset
for help on using the changeset viewer.