Changeset 2760932
- Timestamp:
- 07/25/2022 03:52:14 AM (3 years ago)
- Location:
- fiber-admin
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.10 (copied) (copied from fiber-admin/trunk)
-
tags/2.0.10/changelog.txt (modified) (1 diff)
-
tags/2.0.10/fiberadmin.php (modified) (2 diffs)
-
tags/2.0.10/includes/cpo.php (modified) (2 diffs)
-
tags/2.0.10/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/fiberadmin.php (modified) (2 diffs)
-
trunk/includes/cpo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fiber-admin/tags/2.0.10/changelog.txt
r2745323 r2760932 1 1 == Changelog == 2 3 = 2.0.10 = 4 *Release Date - 25 July 2022* 5 6 * Fixed: Fix issue showing error in custom taxonomies when option Custom Taxonomy Order is not enabled. 2 7 3 8 = 2.0.9 = -
fiber-admin/tags/2.0.10/fiberadmin.php
r2745323 r2760932 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: 2.0. 96 * Version: 2.0.10 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.0 … … 26 26 */ 27 27 28 const FIBERADMIN_VERSION = '2.0.9'; 28 if(!function_exists('get_plugin_data')){ 29 require_once(ABSPATH . 'wp-admin/includes/plugin.php'); 30 } 31 $plugin_data = get_plugin_data(__FILE__); 32 33 define("FIBERADMIN_VERSION", $plugin_data['Version']); 29 34 const FIBERADMIN_DEV_MODE = false; 30 35 const FIBERADMIN_FILENAME = __FILE__; -
fiber-admin/tags/2.0.10/includes/cpo.php
r2745323 r2760932 224 224 225 225 public function fiad_cpo_create_term_order($term_id, $tt_id, $taxonomy){ 226 if(!fiad_get_cpo_option('taxonomies')){ 227 return false; 228 } 229 226 230 global $wpdb; 227 231 … … 246 250 $wpdb->update($wpdb->terms, array('term_order' => $order_start + 1), array('term_id' => $term_id)); 247 251 } 252 253 return false; 248 254 } 249 255 } -
fiber-admin/tags/2.0.10/readme.txt
r2745323 r2760932 3 3 Tags: white label, admin tool, duplicate post, content protection 4 4 Requires at least: 4.7 5 Tested up to: 5.9.35 Tested up to: 6.0.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.0. 97 Stable tag: 2.0.10 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 = 2.0. 9=50 *Release Date - 2 0 June2022*49 = 2.0.10 = 50 *Release Date - 25 July 2022* 51 51 52 * Fixed: Missing `stripslashes` when displaying DB Error message. 53 * Fixed: Fix issue custom term order not working when creating new item. 52 * Fixed: Fix issue showing error in custom taxonomies when option Custom Taxonomy Order is not enabled. -
fiber-admin/trunk/changelog.txt
r2745323 r2760932 1 1 == Changelog == 2 3 = 2.0.10 = 4 *Release Date - 25 July 2022* 5 6 * Fixed: Fix issue showing error in custom taxonomies when option Custom Taxonomy Order is not enabled. 2 7 3 8 = 2.0.9 = -
fiber-admin/trunk/fiberadmin.php
r2745323 r2760932 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: 2.0. 96 * Version: 2.0.10 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.0 … … 26 26 */ 27 27 28 const FIBERADMIN_VERSION = '2.0.9'; 28 if(!function_exists('get_plugin_data')){ 29 require_once(ABSPATH . 'wp-admin/includes/plugin.php'); 30 } 31 $plugin_data = get_plugin_data(__FILE__); 32 33 define("FIBERADMIN_VERSION", $plugin_data['Version']); 29 34 const FIBERADMIN_DEV_MODE = false; 30 35 const FIBERADMIN_FILENAME = __FILE__; -
fiber-admin/trunk/includes/cpo.php
r2745323 r2760932 224 224 225 225 public function fiad_cpo_create_term_order($term_id, $tt_id, $taxonomy){ 226 if(!fiad_get_cpo_option('taxonomies')){ 227 return false; 228 } 229 226 230 global $wpdb; 227 231 … … 246 250 $wpdb->update($wpdb->terms, array('term_order' => $order_start + 1), array('term_id' => $term_id)); 247 251 } 252 253 return false; 248 254 } 249 255 } -
fiber-admin/trunk/readme.txt
r2745323 r2760932 3 3 Tags: white label, admin tool, duplicate post, content protection 4 4 Requires at least: 4.7 5 Tested up to: 5.9.35 Tested up to: 6.0.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.0. 97 Stable tag: 2.0.10 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 = 2.0. 9=50 *Release Date - 2 0 June2022*49 = 2.0.10 = 50 *Release Date - 25 July 2022* 51 51 52 * Fixed: Missing `stripslashes` when displaying DB Error message. 53 * Fixed: Fix issue custom term order not working when creating new item. 52 * Fixed: Fix issue showing error in custom taxonomies when option Custom Taxonomy Order is not enabled.
Note: See TracChangeset
for help on using the changeset viewer.