Plugin Directory

Changeset 2030956


Ignore:
Timestamp:
02/15/2019 12:33:15 AM (7 years ago)
Author:
wpdashboard
Message:

fixing some typos, and version numbers

Location:
wp-dashboard/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-dashboard/trunk/readme.txt

    r2030954 r2030956  
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Manage all of your Wordpress installations in one place.
     12Manage all of your WordPress installations in one place.
    1313
    1414== Description ==
    1515
    16 ### The Last Wordpress Manager You Need
     16### The Last WordPress Manager You Need
    1717
    18 Manage all of your Wordpress installations in one place.
     18Manage all of your WordPress installations in one place.
    1919
    2020Want more information? [Check out our site!](https://wpdashboard.io?utm_source=wordpress&utm_medium=readme&utm_campaign=readme)
     
    7474
    7575= 1.1.16 =
    76 * Adding the descriptions and everything required for the Wordpress SVN repository to work correctly.
     76* Adding the descriptions and everything required for the WordPress SVN repository to work correctly.
    7777
    7878= 1.1.15 =
    79 * Fixed issue with Plugin Version definition for Wordpress submission
     79* Fixed issue with Plugin Version definition for WordPress submission
    8080
    8181= 1.1.14 =
     
    101101= 1.1.08 =
    102102* Removed GuzzleHttp
    103 * Using Wp_Http from core Wordpress
     103* Using Wp_Http from core WordPress
    104104* Fixed issue with deactivation not really removing the settings
    105105
  • wp-dashboard/trunk/wpdashboard.php

    r2020673 r2030956  
    1616 * Plugin Name:       WP Dashboard
    1717 * Plugin URI:        https://wpdashboard.io
    18  * Description:       Manage your Wordpress installations in one place.
    19  * Version:           2.0
     18 * Description:       Manage your WordPress installations in one place.
     19 * Version:           2.0.0
    2020 * Author:            WP Dashboard
    2121 * Author URI:        https://wpdashboard.io
     
    3131}
    3232
    33 define( 'WP_DASHBOARD_VERSION', '2.0' );
     33define( 'WP_DASHBOARD_VERSION', '2.0.0' );
    3434
    3535/**
Note: See TracChangeset for help on using the changeset viewer.