Plugin Directory

Changeset 2184034


Ignore:
Timestamp:
10/31/2019 05:27:00 PM (6 years ago)
Author:
wpdashboard
Message:

tagging version 2.0.8

Location:
wp-dashboard
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • wp-dashboard/tags/2.0.8/readme.txt

    r2183317 r2184034  
    66Tested up to: 5.2.4
    77Requires PHP: 5.6
    8 Stable tag: 2.0.7
     8Stable tag: 2.0.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58
     59= 2.0.9 =
     60* Updated to handle custom wp-content directories
    5861
    5962= 2.0.7 =
  • wp-dashboard/tags/2.0.8/wpdashboard.php

    r2183317 r2184034  
    1717 * Plugin URI:        https://wpdashboard.io
    1818 * Description:       Manage your Wordpress installations in one place.
    19  * Version:           2.0.7
     19 * Version:           2.0.8
    2020 * Author:            WP Dashboard
    2121 * Author URI:        https://wpdashboard.io
     
    3131}
    3232
    33 define( 'WP_DASHBOARD_VERSION', '2.0.7' );
     33define( 'WP_DASHBOARD_VERSION', '2.0.8' );
    3434define( 'WP_DASHBOARD_PLUGIN_DIRECTORY', plugin_dir_path( __DIR__ ) );
    3535
  • wp-dashboard/trunk/readme.txt

    r2183317 r2184034  
    66Tested up to: 5.2.4
    77Requires PHP: 5.6
    8 Stable tag: 2.0.7
     8Stable tag: 2.0.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58
     59= 2.0.9 =
     60* Updated to handle custom wp-content directories
    5861
    5962= 2.0.7 =
  • wp-dashboard/trunk/wpdashboard.php

    r2183317 r2184034  
    1717 * Plugin URI:        https://wpdashboard.io
    1818 * Description:       Manage your Wordpress installations in one place.
    19  * Version:           2.0.7
     19 * Version:           2.0.8
    2020 * Author:            WP Dashboard
    2121 * Author URI:        https://wpdashboard.io
     
    3131}
    3232
    33 define( 'WP_DASHBOARD_VERSION', '2.0.7' );
     33define( 'WP_DASHBOARD_VERSION', '2.0.8' );
    3434define( 'WP_DASHBOARD_PLUGIN_DIRECTORY', plugin_dir_path( __DIR__ ) );
    3535
Note: See TracChangeset for help on using the changeset viewer.