Plugin Directory

Changeset 2610699


Ignore:
Timestamp:
10/07/2021 04:29:19 AM (4 years ago)
Author:
nellalink
Message:

1.1.27

  • Admin error fixe
Location:
rimplenet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/README.txt

    r2609595 r2610699  
    55Requires at least: 3.0.1
    66Tested up to: 5.8.1
    7 Stable tag: 1.1.26
     7Stable tag: 1.1.27
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8181== Changelog ==
    8282
     83= 1.1.27 =
     84* Admin error fixed
    8385= 1.1.26 =
    8486* Bugs fixes
     
    131133
    132134
    133 == Upgrade Notice ==
     135== Upgrade Notice ===
     1361.1.27 =
     137* Admin error fixe
    134138= 1.1.26 =
    135139* Bugs fixes
  • rimplenet/trunk/includes/class-rimplenet.php

    r2609583 r2610699  
    174174         * core plugin.
    175175         */
    176          require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/tgmpa/class-tgm-plugin-activation.php';
     176         //require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/tgmpa/class-tgm-plugin-activation.php'; DISABLED Because of admin Error
    177177         
    178178       
  • rimplenet/trunk/rimplenet.php

    r2609595 r2610699  
    1717 * Plugin URI:        https://rimplenet.com
    1818 * Description:       Rimplenet FinTech | E-Banking | E-Wallets  | Investments Plugin | MLM | Matrix Tree | Referral Manager
    19  * Version:           1.1.26
     19 * Version:           1.1.27
    2020 * Author:            Nellalink
    2121 * Author URI:        https://rimplenet.com
     
    3535 * Using SemVer - https://semver.org
    3636 */
    37 define( 'RIMPLENET_VERSION', '1.1.26' );
     37define( 'RIMPLENET_VERSION', '1.1.27' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.