Plugin Directory

Changeset 2707981


Ignore:
Timestamp:
04/11/2022 10:52:33 AM (4 years ago)
Author:
daomapsieucap
Message:

Update to version 2.0.2 from GitHub

Location:
fiber-admin
Files:
8 edited
1 copied

Legend:

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

    r2697457 r2707981  
    11== Changelog ==
     2
     3= 2.0.2 =
     4*Release Date - 11 April 2022*
     5
     6* Changed: Update require PHP version to 7.0.
    27
    38= 2.0.1 =
  • fiber-admin/tags/2.0.2/fiberadmin.php

    r2697457 r2707981  
    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.1
     6 * Version:           2.0.2
    77 * Requires at least: 5.2
    8  * Requires PHP:      7.2
     8 * Requires PHP:      7.0
    99 * Author:            Dao
    1010 * Author URI:        https://daochau.com/
     
    2626 */
    2727
    28 const FIBERADMIN_VERSION  = '2.0.1';
     28const FIBERADMIN_VERSION  = '2.0.2';
    2929const FIBERADMIN_DEV_MODE = false;
    3030const FIBERADMIN_FILENAME = __FILE__;
  • fiber-admin/tags/2.0.2/includes/settings/setting.php

    r2697457 r2707981  
    4444            'manage_options',
    4545            'fiber-admin',
    46             array($this, 'fiad_setting_html'),
     46            array($this, 'fiad_setting_html')
    4747        );
    4848    }
  • fiber-admin/tags/2.0.2/readme.txt

    r2697458 r2707981  
    44Requires at least: 4.7
    55Tested up to: 5.9.1
    6 Requires PHP: 5.6
    7 Stable tag: 2.0.1
     6Requires PHP: 7.0
     7Stable tag: 2.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 = 2.0.1 =
    50 *Release Date - 22 March 2022*
     49= 2.0.2 =
     50*Release Date - 11 April 2022*
    5151
    52 * Changed: Add tab setting title.
     52* Changed: Update require PHP version to 7.0.
  • fiber-admin/trunk/changelog.txt

    r2697457 r2707981  
    11== Changelog ==
     2
     3= 2.0.2 =
     4*Release Date - 11 April 2022*
     5
     6* Changed: Update require PHP version to 7.0.
    27
    38= 2.0.1 =
  • fiber-admin/trunk/fiberadmin.php

    r2697457 r2707981  
    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.1
     6 * Version:           2.0.2
    77 * Requires at least: 5.2
    8  * Requires PHP:      7.2
     8 * Requires PHP:      7.0
    99 * Author:            Dao
    1010 * Author URI:        https://daochau.com/
     
    2626 */
    2727
    28 const FIBERADMIN_VERSION  = '2.0.1';
     28const FIBERADMIN_VERSION  = '2.0.2';
    2929const FIBERADMIN_DEV_MODE = false;
    3030const FIBERADMIN_FILENAME = __FILE__;
  • fiber-admin/trunk/includes/settings/setting.php

    r2697457 r2707981  
    4444            'manage_options',
    4545            'fiber-admin',
    46             array($this, 'fiad_setting_html'),
     46            array($this, 'fiad_setting_html')
    4747        );
    4848    }
  • fiber-admin/trunk/readme.txt

    r2697458 r2707981  
    44Requires at least: 4.7
    55Tested up to: 5.9.1
    6 Requires PHP: 5.6
    7 Stable tag: 2.0.1
     6Requires PHP: 7.0
     7Stable tag: 2.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 = 2.0.1 =
    50 *Release Date - 22 March 2022*
     49= 2.0.2 =
     50*Release Date - 11 April 2022*
    5151
    52 * Changed: Add tab setting title.
     52* Changed: Update require PHP version to 7.0.
Note: See TracChangeset for help on using the changeset viewer.