Changeset 3203137
- Timestamp:
- 12/05/2024 02:52:04 PM (15 months ago)
- Location:
- ejabberd-account-tools/trunk
- Files:
-
- 2 edited
-
ejabat.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ejabberd-account-tools/trunk/ejabat.php
r3176445 r3203137 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. 96 * Version: 2.10 7 7 * Requires at least: 5.9 8 8 * Requires PHP: 8.0 … … 19 19 20 20 // Define variables 21 define('EJABAT_VERSION', '2. 9');21 define('EJABAT_VERSION', '2.10'); 22 22 define('EJABAT_BASENAME', plugin_basename(__FILE__)); 23 23 define('EJABAT_DIR', plugin_dir_path(__FILE__)); -
ejabberd-account-tools/trunk/readme.txt
r3176445 r3203137 4 4 Requires at least: 5.9 5 5 Tested up to: 6.6 6 Stable tag: 2. 96 Stable tag: 2.10 7 7 Requires PHP: 8.0 8 8 License: GPLv3 … … 26 26 27 27 == Changelog == 28 = 2.10 (2024-12-05) = 29 * Fixed several PHP warnings. 30 * Other minor improvements. 28 31 = 2.9 (2024-10-27) = 29 32 * Basic support for OAuth tokens.
Note: See TracChangeset
for help on using the changeset viewer.