Changeset 1517623
- Timestamp:
- 10/19/2016 01:14:59 AM (9 years ago)
- Location:
- healthy-site-seo
- Files:
-
- 10 added
- 2 edited
-
tags/1.4.0 (added)
-
tags/1.4.0/admin (added)
-
tags/1.4.0/admin/controllers (added)
-
tags/1.4.0/admin/controllers/healthysiteseo_controller.php (added)
-
tags/1.4.0/admin/pages (added)
-
tags/1.4.0/admin/pages/healthysiteseo_page.php (added)
-
tags/1.4.0/healthy-site-seo.php (added)
-
tags/1.4.0/includes (added)
-
tags/1.4.0/includes/plugin-activation.php (added)
-
tags/1.4.0/readme.txt (added)
-
trunk/healthy-site-seo.php (modified) (9 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
healthy-site-seo/trunk/healthy-site-seo.php
r1012591 r1517623 7 7 Installation: 8 8 9 1) Install WordPress 4. 0or higher9 1) Install WordPress 4.6.1 or higher 10 10 11 11 2) Download the latest from: … … 17 17 4) Activate the plugin. 18 18 19 Version: 1. 3.119 Version: 1.4.0 20 20 Author: TheOnlineHero - Tom Skroza 21 21 License: GPL2 … … 71 71 72 72 $plugins = array( 73 73 array( 74 'name' => 'Jet Pack', 75 'slug' => 'jetpack', 76 'required' => true 77 ), 78 array( 79 'name' => 'Custom Sidebars', 80 'slug' => 'custom-sidebars', 81 'required' => true 82 ), 83 array( 84 'name' => 'Clone Posts and Pages', 85 'slug' => 'clone-posts', 86 'required' => true 87 ), 88 array( 89 'name' => 'AddThis', 90 'slug' => 'addthis', 91 'required' => false 92 ), 74 93 array( 75 94 'name' => 'WP Content Source Control', … … 98 117 ), 99 118 array( 119 'name' => 'Contact Form 7', 120 'slug' => 'contact-form-7', 121 'required' => false 122 ), 123 array( 124 'name' => 'Flamingo', 125 'slug' => 'flamingo', 126 'required' => false 127 ), 128 array( 129 'name' => 'Login Captcha', 130 'slug' => 'captcha', 131 'required' => true 132 ), 133 array( 100 134 'name' => 'Admin Block Country', 101 135 'slug' => 'admin-block-country', … … 118 152 ), 119 153 array( 120 'name' => 'Clever SEO Keywords',121 'slug' => 'clever-seo-keywords',122 'required' => false123 ),124 array(125 154 'name' => 'Search My Theme', 126 155 'slug' => 'search-my-theme', … … 133 162 ), 134 163 array( 135 'name' => 'Google Analytics Dashboard',136 'slug' => 'google-analytics-dashboard',137 'required' => true138 ),139 array(140 164 'name' => 'W3 Total Cache', 141 165 'slug' => 'w3-total-cache', … … 163 187 ), 164 188 array( 165 'name' => 'Easy Accordion',166 'slug' => 'easy-accordion',167 'required' => false168 ),169 array(170 189 'name' => 'PDF Version', 171 190 'slug' => 'pdf-version-link', … … 173 192 ), 174 193 array( 175 'name' => 'A Forms', 176 'slug' => 'a-forms', 177 'required' => false 178 ), 179 array( 180 'name' => 'My Mapped Locations', 181 'slug' => 'my-mapped-locations', 194 'name' => 'Google Map Plugin', 195 'slug' => 'wp-google-map-plugin', 182 196 'required' => false 183 197 ), … … 205 219 'name' => 'Advanced Custom Fields', 206 220 'slug' => 'advanced-custom-fields', 207 'required' => false208 ),209 array(210 'name' => 'WPtouch Mobile Plugin',211 'slug' => 'wptouch',212 221 'required' => false 213 222 ), -
healthy-site-seo/trunk/readme.txt
r1015016 r1517623 4 4 Tags: security, secure, seo, health, optimise, optimize, cache, recommendations 5 5 Requires at least: 3.3 6 Tested up to: 4. 07 Stable tag: 1. 3.16 Tested up to: 4.6.1 7 Stable tag: 1.4.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 == Installation == 21 21 22 1) Install WordPress 4. 0or higher22 1) Install WordPress 4.6.1 or higher 23 23 24 24 2) Download the latest from: … … 35 35 36 36 == Changelog == 37 38 = 1.4.0 = 39 40 * Updated plugin list. 37 41 38 42 = 1.3.1 = … … 58 62 == Upgrade notice == 59 63 64 = 1.4.0 = 65 66 * Updated plugin list. 67 60 68 = 1.3.1 = 61 69
Note: See TracChangeset
for help on using the changeset viewer.