Plugin Directory

Changeset 2391592


Ignore:
Timestamp:
10/01/2020 10:23:20 AM (5 years ago)
Author:
loginradius
Message:

updated readme.txt

Location:
loginradius-for-wordpress
Files:
230 added
3 edited

Legend:

Unmodified
Added
Removed
  • loginradius-for-wordpress/trunk/authentication/lib/WPHttpClient.php

    r2389582 r2391592  
    66 * @package : LoginRadius
    77 * @author : LoginRadius Team
    8  * @version : 7.3.0-beta
     8 * @version : 7.3.0
    99 * @license : https://opensource.org/licenses/MIT
    1010 */
  • loginradius-for-wordpress/trunk/loginradius-for-wordpress.php

    r2389582 r2391592  
    55 * Plugin URI: http://www.loginradius.com
    66 * Description: LoginRadius Customer Identity and Access Management
    7  * Version: 7.3.0-beta
     7 * Version: 7.3.0
    88 * Author: LoginRadius Team
    99 * Created by LoginRadius Development Team on 26/05/2017
     
    1818define('CIAM_PLUGIN_DIR', plugin_dir_path(CIAM_PLUGIN_PATH));
    1919define('CIAM_PLUGIN_URL', plugin_dir_url(CIAM_PLUGIN_PATH));
    20 define('CIAM_PLUGIN_VERSION', '7.3.0-beta');
     20define('CIAM_PLUGIN_VERSION', '7.3.0');
    2121define('CIAM_SETTING_LINK', plugin_basename(__FILE__));
    2222
  • loginradius-for-wordpress/trunk/readme.txt

    r2390867 r2391592  
    44Requires at least: 3.5
    55Tested up to: 5.5
    6 Stable tag: 7.3.0-beta
     6Stable tag: 7.3.0
    77License: GPLv2 or later
    88
     
    123123== Changelog ==
    124124
    125 =  7.3.0-beta =
     125=  7.3.0 =
    126126*  Enhancements
    1271271) Compatible with our latest PHP SDK 11.0.0
     
    597597* Updated Activation
    598598
    599 =  7.3.0-beta =
     599=  7.3.0 =
    600600*  Enhancements
    6016011) Compatible with our latest PHP SDK 11.0.0
Note: See TracChangeset for help on using the changeset viewer.