Skip to content

Commit f8729c5

Browse files
committed
Prepare version 1.1.1
1 parent 0a969e0 commit f8729c5

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin >
2121

2222
### How to install from ZIP archive
2323

24-
You can install this plugin from the [ZIP file](https://drive.google.com/file/d/1qd0rQXfRG8hZ2SPCGbtUHKoP3j7s_uWL/view?usp=sharing) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
24+
You can install this plugin from the [ZIP file](https://drive.google.com/file/d/1boyyaOhAJdfxxDkGdRju8048PjnoGqwF/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
2525

2626
## How to use
2727

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Download ZIP file from GitHub or Google Drive. You can find download links here:
3434

3535
== Changelog ==
3636

37+
= 1.1.1: November 17, 2024 =
38+
39+
* Fixed: "Load textdomain just in time" issue
40+
3741
= 1.1.0: October 29, 2023 =
3842

3943
* Added: POT template file for translations.

um-math-captcha.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
/**
33
* Plugin Name: Ultimate Member - Math Captcha
44
* Plugin URI: https://github.com/umdevelopera/um-math-captcha
5-
* Description: Adds the Math Captcha field to the registration form.
5+
* Description: Adds the Math Captcha field to the registration form
66
* Author: umdevelopera
77
* Author URI: https://github.com/umdevelopera
88
* Text Domain: um-math-captcha
99
* Domain Path: /languages
1010
*
11-
* Version: 1.1.0
12-
* UM version: 2.8.9
13-
* Requires at least: 5.5
14-
* Requires PHP: 5.6
11+
* Requires at least: 6.5
12+
* Requires PHP: 7.4
13+
* UM version: 2.9.0
14+
* Version: 1.1.1
1515
*
1616
* @package um_ext\um_math_captcha
1717
*/
@@ -36,7 +36,7 @@
3636
if ( ! function_exists( 'um_math_captcha_check_dependencies' ) ) {
3737
function um_math_captcha_check_dependencies() {
3838
if ( ! defined( 'um_path' ) || ! function_exists( 'UM' ) || ! UM()->dependencies()->ultimatemember_active_check() ) {
39-
// UM is not active.
39+
// Ultimate Member is not active.
4040
add_action(
4141
'admin_notices',
4242
function () {

0 commit comments

Comments
 (0)