Changeset 3439130
- Timestamp:
- 01/14/2026 04:03:47 AM (2 months ago)
- Location:
- user-registration
- Files:
-
- 14 added
- 8 edited
- 1 copied
-
tags/5.0.2 (copied) (copied from user-registration/trunk)
-
tags/5.0.2/CHANGELOG.txt (modified) (1 diff)
-
tags/5.0.2/languages/user-registration.pot (modified) (2 diffs)
-
tags/5.0.2/readme.txt (modified) (3 diffs)
-
tags/5.0.2/user-registration.php (modified) (2 diffs)
-
tags/5.0.2/vendor/themegrill/themegrill-sdk/assets/js/build (added)
-
tags/5.0.2/vendor/themegrill/themegrill-sdk/assets/js/build/survey (added)
-
tags/5.0.2/vendor/themegrill/themegrill-sdk/assets/js/build/survey/survey_deps.asset.php (added)
-
tags/5.0.2/vendor/themegrill/themegrill-sdk/assets/js/build/survey/survey_deps.js (added)
-
tags/5.0.2/vendor/themegrill/themegrill-sdk/assets/js/build/tracking (added)
-
tags/5.0.2/vendor/themegrill/themegrill-sdk/assets/js/build/tracking/tracking.asset.php (added)
-
tags/5.0.2/vendor/themegrill/themegrill-sdk/assets/js/build/tracking/tracking.js (added)
-
trunk/CHANGELOG.txt (modified) (1 diff)
-
trunk/languages/user-registration.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/user-registration.php (modified) (2 diffs)
-
trunk/vendor/themegrill/themegrill-sdk/assets/js/build (added)
-
trunk/vendor/themegrill/themegrill-sdk/assets/js/build/survey (added)
-
trunk/vendor/themegrill/themegrill-sdk/assets/js/build/survey/survey_deps.asset.php (added)
-
trunk/vendor/themegrill/themegrill-sdk/assets/js/build/survey/survey_deps.js (added)
-
trunk/vendor/themegrill/themegrill-sdk/assets/js/build/tracking (added)
-
trunk/vendor/themegrill/themegrill-sdk/assets/js/build/tracking/tracking.asset.php (added)
-
trunk/vendor/themegrill/themegrill-sdk/assets/js/build/tracking/tracking.js (added)
Legend:
- Unmodified
- Added
- Removed
-
user-registration/tags/5.0.2/CHANGELOG.txt
r3439127 r3439130 1 = 5.0.2 - 14/01/2026 = 2 * Fix - Critical error after update. 3 1 4 = 5.0.1 - 14/01/2026 = 2 5 * Fix - Critical error after update. -
user-registration/tags/5.0.2/languages/user-registration.pot
r3439127 r3439130 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: User Registration & Membership 5.0. 1\n"5 "Project-Id-Version: User Registration & Membership 5.0.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/user-registration\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: 2026-01-14T0 3:45:37+00:00\n"12 "POT-Creation-Date: 2026-01-14T04:02:27+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
user-registration/tags/5.0.2/readme.txt
r3439127 r3439130 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.9 7 Stable tag: 5.0. 17 Stable tag: 5.0.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 258 258 259 259 == Changelog == 260 261 = 5.0.2 - 14/01/2026 = 262 * Fix - Critical error after update. 260 263 261 264 = 5.0.1 - 14/01/2026 = … … 925 928 926 929 == Upgrade Notice == 930 = 5.0.2 = 931 ##Important: Version 5.0 is a major update with significant improvements 932 We strongly recommend backing up your site before updating. This update includes architectural changes that make your membership management more powerful and easier to use. 933 Read the full blog post to see what’s new: [User Registration & Membership v5.0](https://wpuserregistration.com/blog/user-registration-membership-pro-6/) 934 927 935 = 5.0.1 = 928 936 ##Important: Version 5.0 is a major update with significant improvements -
user-registration/tags/5.0.2/user-registration.php
r3439127 r3439130 5 5 * Plugin URI: https://wpuserregistration.com/ 6 6 * Description: The most flexible User Registration and Membership plugin for WordPress. 7 * Version: 5.0. 17 * Version: 5.0.2 8 8 * Author: WPEverest 9 9 * Author URI: https://wpuserregistration.com … … 38 38 * @var string 39 39 */ 40 public $version = '5.0. 1';40 public $version = '5.0.2'; 41 41 42 42 /** -
user-registration/trunk/CHANGELOG.txt
r3439127 r3439130 1 = 5.0.2 - 14/01/2026 = 2 * Fix - Critical error after update. 3 1 4 = 5.0.1 - 14/01/2026 = 2 5 * Fix - Critical error after update. -
user-registration/trunk/languages/user-registration.pot
r3439127 r3439130 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: User Registration & Membership 5.0. 1\n"5 "Project-Id-Version: User Registration & Membership 5.0.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/user-registration\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: 2026-01-14T0 3:45:37+00:00\n"12 "POT-Creation-Date: 2026-01-14T04:02:27+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
user-registration/trunk/readme.txt
r3439127 r3439130 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.9 7 Stable tag: 5.0. 17 Stable tag: 5.0.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 258 258 259 259 == Changelog == 260 261 = 5.0.2 - 14/01/2026 = 262 * Fix - Critical error after update. 260 263 261 264 = 5.0.1 - 14/01/2026 = … … 925 928 926 929 == Upgrade Notice == 930 = 5.0.2 = 931 ##Important: Version 5.0 is a major update with significant improvements 932 We strongly recommend backing up your site before updating. This update includes architectural changes that make your membership management more powerful and easier to use. 933 Read the full blog post to see what’s new: [User Registration & Membership v5.0](https://wpuserregistration.com/blog/user-registration-membership-pro-6/) 934 927 935 = 5.0.1 = 928 936 ##Important: Version 5.0 is a major update with significant improvements -
user-registration/trunk/user-registration.php
r3439127 r3439130 5 5 * Plugin URI: https://wpuserregistration.com/ 6 6 * Description: The most flexible User Registration and Membership plugin for WordPress. 7 * Version: 5.0. 17 * Version: 5.0.2 8 8 * Author: WPEverest 9 9 * Author URI: https://wpuserregistration.com … … 38 38 * @var string 39 39 */ 40 public $version = '5.0. 1';40 public $version = '5.0.2'; 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.