Plugin Directory

Changeset 2742568


Ignore:
Timestamp:
06/15/2022 03:32:57 AM (4 years ago)
Author:
daomapsieucap
Message:

Update to version 2.0.8 from GitHub

Location:
fiber-admin
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fiber-admin/tags/2.0.8/changelog.txt

    r2727158 r2742568  
    11== Changelog ==
     2
     3= 2.0.8 =
     4*Release Date - 15 June 2022*
     5
     6* Fixed: Use `show_ui` to show CPT in CPO.
    27
    38= 2.0.7 =
  • fiber-admin/tags/2.0.8/fiberadmin.php

    r2727158 r2742568  
    44 * Plugin URI:        https://wordpress.org/plugins/fiber-admin/
    55 * Description:       💈 Bring multiple customization features to make your own WordPress admin.
    6  * Version:           2.0.7
     6 * Version:           2.0.8
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.0
     
    2626 */
    2727
    28 const FIBERADMIN_VERSION  = '2.0.7';
     28const FIBERADMIN_VERSION  = '2.0.8';
    2929const FIBERADMIN_DEV_MODE = false;
    3030const FIBERADMIN_FILENAME = __FILE__;
  • fiber-admin/tags/2.0.8/includes/settings/cpo.php

    r2696536 r2742568  
    6363   
    6464    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');
    6666        $selected_post_types = fiad_get_cpo_option('post_types');
    6767        if(!$selected_post_types){
  • fiber-admin/tags/2.0.8/readme.txt

    r2727158 r2742568  
    55Tested up to: 5.9.3
    66Requires PHP: 7.0
    7 Stable tag: 2.0.7
     7Stable tag: 2.0.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 = 2.0.7 =
    50 *Release Date - 20 May 2022*
     49= 2.0.8 =
     50*Release Date - 15 June 2022*
    5151
    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  
    11== Changelog ==
     2
     3= 2.0.8 =
     4*Release Date - 15 June 2022*
     5
     6* Fixed: Use `show_ui` to show CPT in CPO.
    27
    38= 2.0.7 =
  • fiber-admin/trunk/fiberadmin.php

    r2727158 r2742568  
    44 * Plugin URI:        https://wordpress.org/plugins/fiber-admin/
    55 * Description:       💈 Bring multiple customization features to make your own WordPress admin.
    6  * Version:           2.0.7
     6 * Version:           2.0.8
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.0
     
    2626 */
    2727
    28 const FIBERADMIN_VERSION  = '2.0.7';
     28const FIBERADMIN_VERSION  = '2.0.8';
    2929const FIBERADMIN_DEV_MODE = false;
    3030const FIBERADMIN_FILENAME = __FILE__;
  • fiber-admin/trunk/includes/settings/cpo.php

    r2696536 r2742568  
    6363   
    6464    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');
    6666        $selected_post_types = fiad_get_cpo_option('post_types');
    6767        if(!$selected_post_types){
  • fiber-admin/trunk/readme.txt

    r2727158 r2742568  
    55Tested up to: 5.9.3
    66Requires PHP: 7.0
    7 Stable tag: 2.0.7
     7Stable tag: 2.0.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 = 2.0.7 =
    50 *Release Date - 20 May 2022*
     49= 2.0.8 =
     50*Release Date - 15 June 2022*
    5151
    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.