Changeset 2283805
- Timestamp:
- 04/15/2020 05:37:38 AM (6 years ago)
- Location:
- healthy-site-seo
- Files:
-
- 10 added
- 2 edited
-
tags/1.5.2 (added)
-
tags/1.5.2/admin (added)
-
tags/1.5.2/admin/controllers (added)
-
tags/1.5.2/admin/controllers/healthysiteseo_controller.php (added)
-
tags/1.5.2/admin/pages (added)
-
tags/1.5.2/admin/pages/healthysiteseo_page.php (added)
-
tags/1.5.2/healthy-site-seo.php (added)
-
tags/1.5.2/includes (added)
-
tags/1.5.2/includes/plugin-activation.php (added)
-
tags/1.5.2/readme.txt (added)
-
trunk/healthy-site-seo.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
healthy-site-seo/trunk/healthy-site-seo.php
r1978532 r2283805 7 7 Installation: 8 8 9 1) Install WordPress 4.9.8or higher9 1) Install WordPress 5.5 or higher 10 10 11 11 2) Download the latest from: … … 17 17 4) Activate the plugin. 18 18 19 Version: 1.5. 119 Version: 1.5.2 20 20 Author: TheOnlineHero - Tom Skroza 21 21 License: GPL2 … … 87 87 ), 88 88 array( 89 'name' => 'Hummingbird', 90 'slug' => 'hummingbird-performance', 91 'required' => true 92 ), 93 array( 89 94 'name' => 'WP-Optimize', 90 95 'slug' => 'wp-optimize', … … 117 122 ), 118 123 array( 119 'name' => 'WP Content Source Control',120 'slug' => 'wp-source-control',121 'required' => false122 ),123 array(124 124 'name' => 'iThemes Security', 125 125 'slug' => 'better-wp-security', … … 177 177 ), 178 178 array( 179 'name' => 'View WP Error Log',180 'slug' => 'view-wp-error-log',181 'required' => true182 ),183 array(184 179 'name' => 'PixPie', 185 180 'slug' => 'wp-pixpie', 186 181 'required' => true 182 ), 183 array( 184 'name' => 'WooCommerce', 185 'slug' => 'woocommerce', 186 'required' => false 187 187 ), 188 188 array( … … 307 307 $this->add_sub_menu("Google Structured Data", "http://www.google.com/webmasters/tools/richsnippets?q=", "hscl", "hsclgsd", array('target' => '_blank')); 308 308 $this->add_sub_menu("Page Speed Insights", "http://developers.google.com/speed/pagespeed/insights/", "hscl", "hsclgsi", array('target' => '_blank')); 309 $this->add_sub_menu("Quick Sprout", "http://www.quicksprout.com/", "hscl", "hsclqs", array('target' => '_blank'));310 309 $this->add_sub_menu("Schema", "http://schema.org/docs/gs.html", "hscl", "hscls", array('target' => '_blank')); 311 310 $this->add_sub_menu("Speed Up", "http://www.sparringmind.com/speed-up-wordpress/", "hscl", "hsclsu", array('target' => '_blank')); -
healthy-site-seo/trunk/readme.txt
r1978532 r2283805 4 4 Tags: security, secure, seo, health, optimise, optimize, cache, recommendations 5 5 Requires at least: 3.3 6 Tested up to: 4.9.87 Stable tag: 1.5. 16 Tested up to: 5.5 7 Stable tag: 1.5.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 15 15 A wordpress plugin that recommends which plugins to install to optimize and secure your site. It also recommends plugins/website links that can help boost your overall SEO score. 16 16 17 Built by The Marketing Mix Perth: http ://www.marketingmix.com.au17 Built by The Marketing Mix Perth: https://www.marketingmix.com.au 18 18 19 19 20 20 == Installation == 21 21 22 1) Install WordPress 4.9.8or higher22 1) Install WordPress 5.5 or higher 23 23 24 24 2) Download the latest from: … … 35 35 36 36 == Changelog == 37 38 = 1.5.2 = 39 40 * Updated the list 37 41 38 42 = 1.5.1 = … … 78 82 == Upgrade notice == 79 83 84 = 1.5.2 = 85 86 * Updated the list 87 80 88 = 1.5.1 = 81 89
Note: See TracChangeset
for help on using the changeset viewer.