Plugin Directory

Changeset 3203137


Ignore:
Timestamp:
12/05/2024 02:52:04 PM (15 months ago)
Author:
Beherit
Message:

Release version 2.10

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

Legend:

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

    r3176445 r3203137  
    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.9
     6 * Version: 2.10
    77 * Requires at least: 5.9
    88 * Requires PHP: 8.0
     
    1919
    2020// Define variables
    21 define('EJABAT_VERSION', '2.9');
     21define('EJABAT_VERSION', '2.10');
    2222define('EJABAT_BASENAME', plugin_basename(__FILE__));
    2323define('EJABAT_DIR', plugin_dir_path(__FILE__));
  • ejabberd-account-tools/trunk/readme.txt

    r3176445 r3203137  
    44Requires at least: 5.9
    55Tested up to: 6.6
    6 Stable tag: 2.9
     6Stable tag: 2.10
    77Requires PHP: 8.0
    88License: GPLv3
     
    2626
    2727== Changelog ==
     28= 2.10 (2024-12-05) =
     29* Fixed several PHP warnings.
     30* Other minor improvements.
    2831= 2.9 (2024-10-27) =
    2932* Basic support for OAuth tokens.
Note: See TracChangeset for help on using the changeset viewer.