Plugin Directory

Changeset 2962849


Ignore:
Timestamp:
09/05/2023 07:28:46 AM (2 years ago)
Author:
daomapsieucap
Message:

Update to version 3.1.1 from GitHub

Location:
fiber-admin
Files:
6 edited
1 copied

Legend:

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

    r2962829 r2962849  
    11== Changelog ==
     2
     3= 3.1.1 =
     4*Release Date - 05 September 2023*
     5
     6* Fixed: Disable dev mode.
     7* Changed: Update WordPress tested version.
    28
    39= 3.1.0 =
  • fiber-admin/tags/3.1.1/fiberadmin.php

    r2962829 r2962849  
    44 * Plugin URI:        https://wordpress.org/plugins/fiber-admin/
    55 * Description:       💈 Bring multiple customization features to make your own WordPress admin.
    6  * Version:           3.1.0
     6 * Version:           3.1.1
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.0
     
    3232
    3333define("FIBERADMIN_VERSION", $plugin_data['Version']);
    34 const FIBERADMIN_DEV_MODE = true;
     34const FIBERADMIN_DEV_MODE = false;
    3535const FIBERADMIN_FILENAME = __FILE__;
    3636define("FIBERADMIN_DIR", plugin_dir_path(__FILE__));
  • fiber-admin/tags/3.1.1/readme.txt

    r2962829 r2962849  
    33Tags: white label, admin tool, duplicate post, content protection
    44Requires at least: 4.7
    5 Tested up to: 6.2.2
     5Tested up to: 6.3.1
    66Requires PHP: 7.0
    7 Stable tag: 3.1.0
     7Stable tag: 3.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 = 3.1.0 =
     49= 3.1.1 =
    5050*Release Date - 05 September 2023*
    5151
    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  
    11== Changelog ==
     2
     3= 3.1.1 =
     4*Release Date - 05 September 2023*
     5
     6* Fixed: Disable dev mode.
     7* Changed: Update WordPress tested version.
    28
    39= 3.1.0 =
  • fiber-admin/trunk/fiberadmin.php

    r2962829 r2962849  
    44 * Plugin URI:        https://wordpress.org/plugins/fiber-admin/
    55 * Description:       💈 Bring multiple customization features to make your own WordPress admin.
    6  * Version:           3.1.0
     6 * Version:           3.1.1
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.0
     
    3232
    3333define("FIBERADMIN_VERSION", $plugin_data['Version']);
    34 const FIBERADMIN_DEV_MODE = true;
     34const FIBERADMIN_DEV_MODE = false;
    3535const FIBERADMIN_FILENAME = __FILE__;
    3636define("FIBERADMIN_DIR", plugin_dir_path(__FILE__));
  • fiber-admin/trunk/readme.txt

    r2962829 r2962849  
    33Tags: white label, admin tool, duplicate post, content protection
    44Requires at least: 4.7
    5 Tested up to: 6.2.2
     5Tested up to: 6.3.1
    66Requires PHP: 7.0
    7 Stable tag: 3.1.0
     7Stable tag: 3.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 = 3.1.0 =
     49= 3.1.1 =
    5050*Release Date - 05 September 2023*
    5151
    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.