mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- prepared for the release;
- added translations workflow;
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
name: Generate POT file
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
WP_Generate_POT_File:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: WordPress .pot File Generator
|
||||||
|
uses: iamdharmesh/action-wordpress-pot-generator@main
|
||||||
|
with:
|
||||||
|
destination_path: './languages'
|
||||||
|
slug: 'ultimate-member'
|
||||||
|
text_domain: 'ultimate-member'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -41,7 +41,7 @@ GNU Version 2 or Any Later Version
|
|||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
[Official Release Version: 2.4.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.4.0).
|
[Official Release Version: 2.4.1](https://github.com/ultimatemember/ultimatemember/releases/tag/2.4.1).
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|||||||
+19
-1
@@ -7,7 +7,7 @@ Tags: community, member, membership, user-profile, user-registration
|
|||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Stable tag: 2.4.0
|
Stable tag: 2.4.1
|
||||||
License: GNU Version 2 or Any Later Version
|
License: GNU Version 2 or Any Later Version
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
@@ -163,6 +163,24 @@ No, you do not need to use our plugin’s login or registration pages and can us
|
|||||||
* To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0)
|
* To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0)
|
||||||
* UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin
|
* UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin
|
||||||
|
|
||||||
|
= 2.4.1: June 13, 2022 =
|
||||||
|
|
||||||
|
* Enhancements:
|
||||||
|
|
||||||
|
- Added: Number-type Ultimate Member custom fields to the list of the sorting fields on the member directory
|
||||||
|
|
||||||
|
* Bugfixes:
|
||||||
|
|
||||||
|
- Fixed: XSS issue related to the JS confirmation and links with JS code inside
|
||||||
|
- Fixed: PHP error when `um_options` option in wp_options table doesn't exist or has wrong format
|
||||||
|
- Fixed: select2 styles for RTL languages
|
||||||
|
- Fixed: Using slashes in the `Choices callback` setting for the dropdown/multi-select fields. It's for the using PHP namespaces
|
||||||
|
- Fixed: Deleting `um_member_directory_data` user meta when user is deleted
|
||||||
|
- Fixed: Using special chars inside the password and avoid using "\" symbol (WordPress native logic)
|
||||||
|
- Fixed: Conflict when `wp_get_current_user()` not exists
|
||||||
|
- Fixed: Changed hook for member directory variables initialization for getting ability to use Ultimate Member hooks for customizing these variables via theme
|
||||||
|
- Fixed: Remove a redundant WP_Users_Query when getting empty `account_status` users
|
||||||
|
|
||||||
= 2.4.0: June 1, 2022 =
|
= 2.4.0: June 1, 2022 =
|
||||||
|
|
||||||
* Enhancements:
|
* Enhancements:
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
Plugin Name: Ultimate Member
|
Plugin Name: Ultimate Member
|
||||||
Plugin URI: http://ultimatemember.com/
|
Plugin URI: http://ultimatemember.com/
|
||||||
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
||||||
Version: 2.4.0
|
Version: 2.4.1
|
||||||
Author: Ultimate Member
|
Author: Ultimate Member
|
||||||
Author URI: http://ultimatemember.com/
|
Author URI: http://ultimatemember.com/
|
||||||
Text Domain: ultimate-member
|
Text Domain: ultimate-member
|
||||||
|
|||||||
Reference in New Issue
Block a user