Changeset 3176451
- Timestamp:
- 10/27/2024 06:55:09 PM (17 months ago)
- Location:
- xmpp-statistics/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
xmpp-statistics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xmpp-statistics/trunk/readme.txt
r3174511 r3176451 4 4 Requires at least: 4.4 5 5 Tested up to: 6.6 6 Stable tag: 1.1 1.26 Stable tag: 1.12 7 7 Requires PHP: 7.0 8 8 License: GPLv3 … … 36 36 37 37 == Changelog == 38 = 1.12 (2024-10-27) = 39 * Basic support for OAuth tokens. 40 * wp-color-picker-alpha updated to 3.0.4. 38 41 = 1.11.2 (2024-10-23) = 39 42 * Bugfix in JSON requests to the ejabberd. -
xmpp-statistics/trunk/xmpp-statistics.php
r3174511 r3176451 4 4 * Plugin URI: https://beherit.pl/en/wordpress/xmpp-statistics/ 5 5 * Description: Displays the statistics from ejabberd XMPP server through REST API. 6 * Version: 1.1 1.26 * Version: 1.12 7 7 * Requires at least: 4.4 8 8 * Requires PHP: 7.0 … … 19 19 20 20 // Define variables 21 define('XMPP_STATS_VERSION', '1.1 1.2');21 define('XMPP_STATS_VERSION', '1.12'); 22 22 define('XMPP_STATS_BASENAME', plugin_basename(__FILE__)); 23 23 define('XMPP_STATS_DIR_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.