Skip to content

Commit

Permalink
Prepare version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umdevelopera committed Nov 17, 2024
1 parent 0a969e0 commit f8729c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin >

### How to install from ZIP archive

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).
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).

## How to use

Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Download ZIP file from GitHub or Google Drive. You can find download links here:

== Changelog ==

= 1.1.1: November 17, 2024 =

* Fixed: "Load textdomain just in time" issue

= 1.1.0: October 29, 2023 =

* Added: POT template file for translations.
Expand Down
12 changes: 6 additions & 6 deletions um-math-captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
/**
* Plugin Name: Ultimate Member - Math Captcha
* Plugin URI: https://github.com/umdevelopera/um-math-captcha
* Description: Adds the Math Captcha field to the registration form.
* Description: Adds the Math Captcha field to the registration form
* Author: umdevelopera
* Author URI: https://github.com/umdevelopera
* Text Domain: um-math-captcha
* Domain Path: /languages
*
* Version: 1.1.0
* UM version: 2.8.9
* Requires at least: 5.5
* Requires PHP: 5.6
* Requires at least: 6.5
* Requires PHP: 7.4
* UM version: 2.9.0
* Version: 1.1.1
*
* @package um_ext\um_math_captcha
*/
Expand All @@ -36,7 +36,7 @@
if ( ! function_exists( 'um_math_captcha_check_dependencies' ) ) {
function um_math_captcha_check_dependencies() {
if ( ! defined( 'um_path' ) || ! function_exists( 'UM' ) || ! UM()->dependencies()->ultimatemember_active_check() ) {
// UM is not active.
// Ultimate Member is not active.
add_action(
'admin_notices',
function () {
Expand Down

0 comments on commit f8729c5

Please sign in to comment.