Plugin Directory

Changeset 3176451


Ignore:
Timestamp:
10/27/2024 06:55:09 PM (17 months ago)
Author:
Beherit
Message:

Release version 1.12

Location:
xmpp-statistics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xmpp-statistics/trunk/readme.txt

    r3174511 r3176451  
    44Requires at least: 4.4
    55Tested up to: 6.6
    6 Stable tag: 1.11.2
     6Stable tag: 1.12
    77Requires PHP: 7.0
    88License: GPLv3
     
    3636
    3737== Changelog ==
     38= 1.12 (2024-10-27) =
     39* Basic support for OAuth tokens.
     40* wp-color-picker-alpha updated to 3.0.4.
    3841= 1.11.2 (2024-10-23) =
    3942* Bugfix in JSON requests to the ejabberd.
  • xmpp-statistics/trunk/xmpp-statistics.php

    r3174511 r3176451  
    44 * Plugin URI: https://beherit.pl/en/wordpress/xmpp-statistics/
    55 * Description: Displays the statistics from ejabberd XMPP server through REST API.
    6  * Version: 1.11.2
     6 * Version: 1.12
    77 * Requires at least: 4.4
    88 * Requires PHP: 7.0
     
    1919
    2020// Define variables
    21 define('XMPP_STATS_VERSION', '1.11.2');
     21define('XMPP_STATS_VERSION', '1.12');
    2222define('XMPP_STATS_BASENAME', plugin_basename(__FILE__));
    2323define('XMPP_STATS_DIR_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.