Changeset 2742568
- Timestamp:
- 06/15/2022 03:32:57 AM (4 years ago)
- Location:
- fiber-admin
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.8 (copied) (copied from fiber-admin/trunk)
-
tags/2.0.8/changelog.txt (modified) (1 diff)
-
tags/2.0.8/fiberadmin.php (modified) (2 diffs)
-
tags/2.0.8/includes/settings/cpo.php (modified) (1 diff)
-
tags/2.0.8/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/fiberadmin.php (modified) (2 diffs)
-
trunk/includes/settings/cpo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fiber-admin/tags/2.0.8/changelog.txt
r2727158 r2742568 1 1 == Changelog == 2 3 = 2.0.8 = 4 *Release Date - 15 June 2022* 5 6 * Fixed: Use `show_ui` to show CPT in CPO. 2 7 3 8 = 2.0.7 = -
fiber-admin/tags/2.0.8/fiberadmin.php
r2727158 r2742568 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. 76 * Version: 2.0.8 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.0 … … 26 26 */ 27 27 28 const FIBERADMIN_VERSION = '2.0. 7';28 const FIBERADMIN_VERSION = '2.0.8'; 29 29 const FIBERADMIN_DEV_MODE = false; 30 30 const FIBERADMIN_FILENAME = __FILE__; -
fiber-admin/tags/2.0.8/includes/settings/cpo.php
r2696536 r2742568 63 63 64 64 public function fiad_cpo_post_types(){ 65 $post_types = get_post_types(array(' public' => true), 'objects');65 $post_types = get_post_types(array('show_ui' => true), 'objects'); 66 66 $selected_post_types = fiad_get_cpo_option('post_types'); 67 67 if(!$selected_post_types){ -
fiber-admin/tags/2.0.8/readme.txt
r2727158 r2742568 5 5 Tested up to: 5.9.3 6 6 Requires PHP: 7.0 7 Stable tag: 2.0. 77 Stable tag: 2.0.8 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. 7=50 *Release Date - 20 May2022*49 = 2.0.8 = 50 *Release Date - 15 June 2022* 51 51 52 * Fixed: Fix setting white label link color not working.52 * Fixed: Use `show_ui` to show CPT in CPO. -
fiber-admin/trunk/changelog.txt
r2727158 r2742568 1 1 == Changelog == 2 3 = 2.0.8 = 4 *Release Date - 15 June 2022* 5 6 * Fixed: Use `show_ui` to show CPT in CPO. 2 7 3 8 = 2.0.7 = -
fiber-admin/trunk/fiberadmin.php
r2727158 r2742568 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. 76 * Version: 2.0.8 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.0 … … 26 26 */ 27 27 28 const FIBERADMIN_VERSION = '2.0. 7';28 const FIBERADMIN_VERSION = '2.0.8'; 29 29 const FIBERADMIN_DEV_MODE = false; 30 30 const FIBERADMIN_FILENAME = __FILE__; -
fiber-admin/trunk/includes/settings/cpo.php
r2696536 r2742568 63 63 64 64 public function fiad_cpo_post_types(){ 65 $post_types = get_post_types(array(' public' => true), 'objects');65 $post_types = get_post_types(array('show_ui' => true), 'objects'); 66 66 $selected_post_types = fiad_get_cpo_option('post_types'); 67 67 if(!$selected_post_types){ -
fiber-admin/trunk/readme.txt
r2727158 r2742568 5 5 Tested up to: 5.9.3 6 6 Requires PHP: 7.0 7 Stable tag: 2.0. 77 Stable tag: 2.0.8 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. 7=50 *Release Date - 20 May2022*49 = 2.0.8 = 50 *Release Date - 15 June 2022* 51 51 52 * Fixed: Fix setting white label link color not working.52 * Fixed: Use `show_ui` to show CPT in CPO.
Note: See TracChangeset
for help on using the changeset viewer.