Plugin Directory

Changeset 2183317


Ignore:
Timestamp:
10/30/2019 07:20:49 PM (6 years ago)
Author:
wpdashboard
Message:

tagging version 2.0.7

Location:
wp-dashboard
Files:
2 edited
5 copied

Legend:

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

    r2183314 r2183317  
    44Tags: wpdashboard, wp, dashboard, manage, updates, plugins, wpdash, dash
    55Requires at least: 4.0.0
    6 Tested up to: 5.2.1
     6Tested up to: 5.2.4
    77Requires PHP: 5.6
    8 Stable tag: 2.0.6
     8Stable tag: 2.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58
     59= 2.0.7 =
     60* Fixed typo
    5861
    5962= 2.0.6 =
  • wp-dashboard/tags/2.0.7/wpdashboard.php

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

    r2183314 r2183317  
    44Tags: wpdashboard, wp, dashboard, manage, updates, plugins, wpdash, dash
    55Requires at least: 4.0.0
    6 Tested up to: 5.2.1
     6Tested up to: 5.2.4
    77Requires PHP: 5.6
    8 Stable tag: 2.0.6
     8Stable tag: 2.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58
     59= 2.0.7 =
     60* Fixed typo
    5861
    5962= 2.0.6 =
  • wp-dashboard/trunk/wpdashboard.php

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