Changeset 2610699
- Timestamp:
- 10/07/2021 04:29:19 AM (4 years ago)
- Location:
- rimplenet/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
includes/class-rimplenet.php (modified) (1 diff)
-
rimplenet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/README.txt
r2609595 r2610699 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.8.1 7 Stable tag: 1.1.2 67 Stable tag: 1.1.27 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 81 81 == Changelog == 82 82 83 = 1.1.27 = 84 * Admin error fixed 83 85 = 1.1.26 = 84 86 * Bugs fixes … … 131 133 132 134 133 == Upgrade Notice == 135 == Upgrade Notice === 136 1.1.27 = 137 * Admin error fixe 134 138 = 1.1.26 = 135 139 * Bugs fixes -
rimplenet/trunk/includes/class-rimplenet.php
r2609583 r2610699 174 174 * core plugin. 175 175 */ 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 177 177 178 178 -
rimplenet/trunk/rimplenet.php
r2609595 r2610699 17 17 * Plugin URI: https://rimplenet.com 18 18 * Description: Rimplenet FinTech | E-Banking | E-Wallets | Investments Plugin | MLM | Matrix Tree | Referral Manager 19 * Version: 1.1.2 619 * Version: 1.1.27 20 20 * Author: Nellalink 21 21 * Author URI: https://rimplenet.com … … 35 35 * Using SemVer - https://semver.org 36 36 */ 37 define( 'RIMPLENET_VERSION', '1.1.2 6' );37 define( 'RIMPLENET_VERSION', '1.1.27' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.