Plugin Directory

Changeset 3239509


Ignore:
Timestamp:
02/12/2025 03:53:57 PM (13 months ago)
Author:
Beherit
Message:

Release version 2.11

Location:
ejabberd-account-tools/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ejabberd-account-tools/trunk/ejabat.php

    r3203137 r3239509  
    44 * Plugin URI: https://beherit.pl/en/wordpress/ejabberd-account-tools/
    55 * Description: Provides a set of useful tools for the ejabberd server, both for the frontend and backend spaces
    6  * Version: 2.10
     6 * Version: 2.11
    77 * Requires at least: 5.9
    88 * Requires PHP: 8.0
     
    1919
    2020// Define variables
    21 define('EJABAT_VERSION', '2.10');
     21define('EJABAT_VERSION', '2.11');
    2222define('EJABAT_BASENAME', plugin_basename(__FILE__));
    2323define('EJABAT_DIR', plugin_dir_path(__FILE__));
  • ejabberd-account-tools/trunk/ejabberd-account-tools.pot

    r3238416 r3239509  
    33msgstr ""
    44"Project-Id-Version: Ejabberd Account Tools\n"
    5 "POT-Creation-Date: 2025-02-11 09:36+0100\n"
     5"POT-Creation-Date: 2025-02-12 16:51+0100\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: \n"
     
    8787
    8888#: includes/admin-captcha.php:135
    89 msgid "Bottom left "
     89msgid "Bottom left"
    9090msgstr ""
    9191
  • ejabberd-account-tools/trunk/includes/admin-captcha.php

    r3176138 r3239509  
    133133                                                    <select id="ejabat_recaptcha_v2_badge" name="ejabat_recaptcha_v2_badge">
    134134                                                        <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>
    136136                                                        <option value="inline" <?php selected($ejabat_recaptcha_v2_badge, 'inline'); ?>><?php _e('Inline', 'ejabberd-account-tools'); ?></option>
    137137                                                    </select>
  • ejabberd-account-tools/trunk/readme.txt

    r3203137 r3239509  
    44Requires at least: 5.9
    55Tested up to: 6.6
    6 Stable tag: 2.10
     6Stable tag: 2.11
    77Requires PHP: 8.0
    88License: GPLv3
     
    2626
    2727== 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.
    2833= 2.10 (2024-12-05) =
    2934* Fixed several PHP warnings.
Note: See TracChangeset for help on using the changeset viewer.