Plugin Directory

Changeset 3439127


Ignore:
Timestamp:
01/14/2026 03:52:39 AM (3 months ago)
Author:
wpeverest
Message:

Update to version 5.0.1 from GitHub

Location:
user-registration
Files:
806 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • user-registration/tags/5.0.1/CHANGELOG.txt

    r3439118 r3439127  
     1= 5.0.1    - 14/01/2026 =
     2* Fix      - Critical error after update.
     3
    14= 5.0      - 14/01/2026 =
    25* New      - Streamlined setup wizard with a clean, modern interface that removes unnecessary steps and focuses only on essential configuration.
  • user-registration/tags/5.0.1/languages/user-registration.pot

    r3439118 r3439127  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: User Registration & Membership 5.0\n"
     5"Project-Id-Version: User Registration & Membership 5.0.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/user-registration\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: 2026-01-14T03:15:04+00:00\n"
     12"POT-Creation-Date: 2026-01-14T03:45:37+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • user-registration/tags/5.0.1/readme.txt

    r3439118 r3439127  
    55Requires PHP: 7.4
    66Tested up to: 6.9
    7 Stable tag: 5.0
     7Stable tag: 5.0.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    258258
    259259== Changelog ==
     260
     261= 5.0.1    - 14/01/2026 =
     262* Fix      - Critical error after update.
    260263
    261264= 5.0      - 14/01/2026 =
     
    922925
    923926== Upgrade Notice ==
     927= 5.0.1 =
     928##Important: Version 5.0 is a major update with significant improvements
     929We strongly recommend backing up your site before updating. This update includes architectural changes that make your membership management more powerful and easier to use.
     930Read the full blog post to see what’s new: [User Registration & Membership v5.0](https://wpuserregistration.com/blog/user-registration-membership-pro-6/)
     931
    924932= 5.0 =
    925933##Important: Version 5.0 is a major update with significant improvements
  • user-registration/tags/5.0.1/user-registration.php

    r3439118 r3439127  
    55 * Plugin URI: https://wpuserregistration.com/
    66 * Description: The most flexible User Registration and Membership plugin for WordPress.
    7  * Version: 5.0
     7 * Version: 5.0.1
    88 * Author: WPEverest
    99 * Author URI: https://wpuserregistration.com
     
    3838         * @var string
    3939         */
    40         public $version = '5.0';
     40        public $version = '5.0.1';
    4141
    4242        /**
  • user-registration/trunk/CHANGELOG.txt

    r3439118 r3439127  
     1= 5.0.1    - 14/01/2026 =
     2* Fix      - Critical error after update.
     3
    14= 5.0      - 14/01/2026 =
    25* New      - Streamlined setup wizard with a clean, modern interface that removes unnecessary steps and focuses only on essential configuration.
  • user-registration/trunk/languages/user-registration.pot

    r3439118 r3439127  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: User Registration & Membership 5.0\n"
     5"Project-Id-Version: User Registration & Membership 5.0.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/user-registration\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: 2026-01-14T03:15:04+00:00\n"
     12"POT-Creation-Date: 2026-01-14T03:45:37+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • user-registration/trunk/readme.txt

    r3439118 r3439127  
    55Requires PHP: 7.4
    66Tested up to: 6.9
    7 Stable tag: 5.0
     7Stable tag: 5.0.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    258258
    259259== Changelog ==
     260
     261= 5.0.1    - 14/01/2026 =
     262* Fix      - Critical error after update.
    260263
    261264= 5.0      - 14/01/2026 =
     
    922925
    923926== Upgrade Notice ==
     927= 5.0.1 =
     928##Important: Version 5.0 is a major update with significant improvements
     929We strongly recommend backing up your site before updating. This update includes architectural changes that make your membership management more powerful and easier to use.
     930Read the full blog post to see what’s new: [User Registration & Membership v5.0](https://wpuserregistration.com/blog/user-registration-membership-pro-6/)
     931
    924932= 5.0 =
    925933##Important: Version 5.0 is a major update with significant improvements
  • user-registration/trunk/user-registration.php

    r3439118 r3439127  
    55 * Plugin URI: https://wpuserregistration.com/
    66 * Description: The most flexible User Registration and Membership plugin for WordPress.
    7  * Version: 5.0
     7 * Version: 5.0.1
    88 * Author: WPEverest
    99 * Author URI: https://wpuserregistration.com
     
    3838         * @var string
    3939         */
    40         public $version = '5.0';
     40        public $version = '5.0.1';
    4141
    4242        /**
Note: See TracChangeset for help on using the changeset viewer.