Changeset 2031747
- Timestamp:
- 02/15/2019 09:06:15 PM (7 years ago)
- Location:
- wp-dashboard/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
wpdashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-dashboard/trunk/readme.txt
r2031719 r2031747 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Manage all of your Word Press installations in one place.12 Manage all of your Wordpress installations in one place. 13 13 14 14 == Description == 15 15 16 ### The Last Word Press Manager You Need16 ### The Last Wordpress Manager You Need 17 17 18 Manage all of your Word Press installations in one place.18 Manage all of your Wordpress installations in one place. 19 19 20 20 Want more information? [Check out our site!](https://wpdashboard.io?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) … … 23 23 #### Integrations 24 24 25 * Gravity Forms ( coming soon)25 * Gravity Forms (Coming Soon) 26 26 Collect Gravity Forms entries, view forms, and export them all in one place. All form entries are captured, and encrypted. No one but YOU have access to YOUR information. 27 27 28 * Google Analytics ( coming soon)28 * Google Analytics (Coming Soon) 29 29 Connect Google Analytics to WP Dashboard, and instantly see your pages on your site, errors, sessions, and more in one place. 30 30 31 * Google Tag Manager ( coming soon)31 * Google Tag Manager (Coming Soon) 32 32 Setup Google Tag Manager on your site, from a drop-down. No code, no editing themes, it just works. 33 33 34 * Google Search Console ( coming soon)34 * Google Search Console (Coming Soon) 35 35 See your errors, and organic rankings. See what you can do to modify and improve your search results. 36 36 37 * HubSpot ( coming soon)37 * HubSpot (Coming Soon) 38 38 Connecting HubSpot sets up the tracking script automatically. No configuration required. 39 39 40 * SMS Notifications ( coming soon)40 * SMS Notifications (Coming Soon) 41 41 Get important information about your site in real time via SMS. 42 42 43 * Slack Notifications ( coming soon)43 * Slack Notifications (Coming Soon) 44 44 See 404 errors as they happen, when your site has visit spikes, or broken links. Get notified instantly. 45 45 46 46 47 App s coming soon! You will be able toget notifications straight to your phone, and manage your sites in one place.47 App coming soon to iOS! Android in Q3 of 2018, get notifications straight to your phone, and manage your sites in one place. 48 48 49 49 … … 58 58 59 59 = 2.0.0 = 60 * Moved to a Webhook version; no more pounding servers/sites for information! 61 * Gathering more information and re-working how the plugin's backend works! 60 * Complete re-work of the information gathering! 61 * Moved to Webhook version, no more pounding servers/sites for information! 62 * Gathering more information, and re-working how the plugin's backend works! 62 63 * Implementation of the REST API extension, instead of using our own 63 * Bug fixes for PHP 5.664 64 65 65 = 1.1.19 = … … 74 74 75 75 = 1.1.16 = 76 * Adding the descriptions and everything required for the Word Press SVN repository to work correctly.76 * Adding the descriptions and everything required for the Wordpress SVN repository to work correctly. 77 77 78 78 = 1.1.15 = 79 * Fixed issue with Plugin Version definition for Word Press submission79 * Fixed issue with Plugin Version definition for Wordpress submission 80 80 81 81 = 1.1.14 = … … 101 101 = 1.1.08 = 102 102 * Removed GuzzleHttp 103 * Using Wp_Http from core Word Press103 * Using Wp_Http from core Wordpress 104 104 * Fixed issue with deactivation not really removing the settings 105 105 -
wp-dashboard/trunk/wpdashboard.php
r2030956 r2031747 16 16 * Plugin Name: WP Dashboard 17 17 * Plugin URI: https://wpdashboard.io 18 * Description: Manage your Word Press installations in one place.18 * Description: Manage your Wordpress installations in one place. 19 19 * Version: 2.0.0 20 20 * Author: WP Dashboard
Note: See TracChangeset
for help on using the changeset viewer.