Changeset 3239509
- Timestamp:
- 02/12/2025 03:53:57 PM (13 months ago)
- Location:
- ejabberd-account-tools/trunk
- Files:
-
- 4 edited
-
ejabat.php (modified) (2 diffs)
-
ejabberd-account-tools.pot (modified) (2 diffs)
-
includes/admin-captcha.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ejabberd-account-tools/trunk/ejabat.php
r3203137 r3239509 4 4 * Plugin URI: https://beherit.pl/en/wordpress/ejabberd-account-tools/ 5 5 * Description: Provides a set of useful tools for the ejabberd server, both for the frontend and backend spaces 6 * Version: 2.1 06 * Version: 2.11 7 7 * Requires at least: 5.9 8 8 * Requires PHP: 8.0 … … 19 19 20 20 // Define variables 21 define('EJABAT_VERSION', '2.1 0');21 define('EJABAT_VERSION', '2.11'); 22 22 define('EJABAT_BASENAME', plugin_basename(__FILE__)); 23 23 define('EJABAT_DIR', plugin_dir_path(__FILE__)); -
ejabberd-account-tools/trunk/ejabberd-account-tools.pot
r3238416 r3239509 3 3 msgstr "" 4 4 "Project-Id-Version: Ejabberd Account Tools\n" 5 "POT-Creation-Date: 2025-02-1 1 09:36+0100\n"5 "POT-Creation-Date: 2025-02-12 16:51+0100\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: \n" … … 87 87 88 88 #: includes/admin-captcha.php:135 89 msgid "Bottom left "89 msgid "Bottom left" 90 90 msgstr "" 91 91 -
ejabberd-account-tools/trunk/includes/admin-captcha.php
r3176138 r3239509 133 133 <select id="ejabat_recaptcha_v2_badge" name="ejabat_recaptcha_v2_badge"> 134 134 <option value="normal" <?php selected($ejabat_recaptcha_v2_badge, 'bottomright'); ?>><?php _e('Bottom right', 'ejabberd-account-tools'); ?></option> 135 <option value="bottomleft" <?php selected($ejabat_recaptcha_v2_badge, 'bottomleft'); ?>><?php _e('Bottom left ', 'ejabberd-account-tools'); ?></option>135 <option value="bottomleft" <?php selected($ejabat_recaptcha_v2_badge, 'bottomleft'); ?>><?php _e('Bottom left', 'ejabberd-account-tools'); ?></option> 136 136 <option value="inline" <?php selected($ejabat_recaptcha_v2_badge, 'inline'); ?>><?php _e('Inline', 'ejabberd-account-tools'); ?></option> 137 137 </select> -
ejabberd-account-tools/trunk/readme.txt
r3203137 r3239509 4 4 Requires at least: 5.9 5 5 Tested up to: 6.6 6 Stable tag: 2.1 06 Stable tag: 2.11 7 7 Requires PHP: 8.0 8 8 License: GPLv3 … … 26 26 27 27 == Changelog == 28 = 2.11 (2025-02-12) = 29 * Added status display via an image file in Web Presence. 30 * Other minor improvements in Web Presence. 31 * Improvements in routing WordPress API. 32 * Changes in translations. 28 33 = 2.10 (2024-12-05) = 29 34 * Fixed several PHP warnings.
Note: See TracChangeset
for help on using the changeset viewer.