Changeset 2962849
- Timestamp:
- 09/05/2023 07:28:46 AM (2 years ago)
- Location:
- fiber-admin
- Files:
-
- 6 edited
- 1 copied
-
tags/3.1.1 (copied) (copied from fiber-admin/trunk)
-
tags/3.1.1/changelog.txt (modified) (1 diff)
-
tags/3.1.1/fiberadmin.php (modified) (2 diffs)
-
tags/3.1.1/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/fiberadmin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fiber-admin/tags/3.1.1/changelog.txt
r2962829 r2962849 1 1 == Changelog == 2 3 = 3.1.1 = 4 *Release Date - 05 September 2023* 5 6 * Fixed: Disable dev mode. 7 * Changed: Update WordPress tested version. 2 8 3 9 = 3.1.0 = -
fiber-admin/tags/3.1.1/fiberadmin.php
r2962829 r2962849 4 4 * Plugin URI: https://wordpress.org/plugins/fiber-admin/ 5 5 * Description: 💈 Bring multiple customization features to make your own WordPress admin. 6 * Version: 3.1. 06 * Version: 3.1.1 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.0 … … 32 32 33 33 define("FIBERADMIN_VERSION", $plugin_data['Version']); 34 const FIBERADMIN_DEV_MODE = true;34 const FIBERADMIN_DEV_MODE = false; 35 35 const FIBERADMIN_FILENAME = __FILE__; 36 36 define("FIBERADMIN_DIR", plugin_dir_path(__FILE__)); -
fiber-admin/tags/3.1.1/readme.txt
r2962829 r2962849 3 3 Tags: white label, admin tool, duplicate post, content protection 4 4 Requires at least: 4.7 5 Tested up to: 6. 2.25 Tested up to: 6.3.1 6 6 Requires PHP: 7.0 7 Stable tag: 3.1. 07 Stable tag: 3.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 3.1. 0=49 = 3.1.1 = 50 50 *Release Date - 05 September 2023* 51 51 52 * New feature: Coming Soon & Maintenance Mode. 53 * Changed: Improve email regex pattern. 54 * Fixed: Apply new code for database error to prevent the wrong URLs exist. 52 * Fixed: Disable dev mode. 53 * Changed: Update WordPress tested version. -
fiber-admin/trunk/changelog.txt
r2962829 r2962849 1 1 == Changelog == 2 3 = 3.1.1 = 4 *Release Date - 05 September 2023* 5 6 * Fixed: Disable dev mode. 7 * Changed: Update WordPress tested version. 2 8 3 9 = 3.1.0 = -
fiber-admin/trunk/fiberadmin.php
r2962829 r2962849 4 4 * Plugin URI: https://wordpress.org/plugins/fiber-admin/ 5 5 * Description: 💈 Bring multiple customization features to make your own WordPress admin. 6 * Version: 3.1. 06 * Version: 3.1.1 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.0 … … 32 32 33 33 define("FIBERADMIN_VERSION", $plugin_data['Version']); 34 const FIBERADMIN_DEV_MODE = true;34 const FIBERADMIN_DEV_MODE = false; 35 35 const FIBERADMIN_FILENAME = __FILE__; 36 36 define("FIBERADMIN_DIR", plugin_dir_path(__FILE__)); -
fiber-admin/trunk/readme.txt
r2962829 r2962849 3 3 Tags: white label, admin tool, duplicate post, content protection 4 4 Requires at least: 4.7 5 Tested up to: 6. 2.25 Tested up to: 6.3.1 6 6 Requires PHP: 7.0 7 Stable tag: 3.1. 07 Stable tag: 3.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 3.1. 0=49 = 3.1.1 = 50 50 *Release Date - 05 September 2023* 51 51 52 * New feature: Coming Soon & Maintenance Mode. 53 * Changed: Improve email regex pattern. 54 * Fixed: Apply new code for database error to prevent the wrong URLs exist. 52 * Fixed: Disable dev mode. 53 * Changed: Update WordPress tested version.
Note: See TracChangeset
for help on using the changeset viewer.