Plugin Directory

Changeset 2283805


Ignore:
Timestamp:
04/15/2020 05:37:38 AM (6 years ago)
Author:
MMDeveloper
Message:

Updated the list

Location:
healthy-site-seo
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • healthy-site-seo/trunk/healthy-site-seo.php

    r1978532 r2283805  
    77Installation:
    88
    9 1) Install WordPress 4.9.8 or higher
     91) Install WordPress 5.5 or higher
    1010
    11112) Download the latest from:
     
    17174) Activate the plugin.
    1818
    19 Version: 1.5.1
     19Version: 1.5.2
    2020Author: TheOnlineHero - Tom Skroza
    2121License: GPL2
     
    8787            ),
    8888            array(
     89                'name'     => 'Hummingbird',
     90                'slug'     => 'hummingbird-performance',
     91                'required' => true
     92            ),
     93            array(
    8994                'name'       => 'WP-Optimize',
    9095                'slug'       => 'wp-optimize',
     
    117122            ),
    118123            array(
    119                 'name'     => 'WP Content Source Control',
    120                 'slug'     => 'wp-source-control',
    121                 'required' => false
    122             ),
    123             array(
    124124                'name'     => 'iThemes Security',
    125125                'slug'     => 'better-wp-security',
     
    177177            ),
    178178            array(
    179                 'name'       => 'View WP Error Log',
    180                 'slug'       => 'view-wp-error-log',
    181                 'required' => true
    182             ),
    183             array(
    184179                'name'       => 'PixPie',
    185180                'slug'       => 'wp-pixpie',
    186181                'required' => true
     182            ),
     183            array(
     184                'name'       => 'WooCommerce',
     185                'slug'       => 'woocommerce',
     186                'required' => false
    187187            ),
    188188            array(
     
    307307      $this->add_sub_menu("Google Structured Data", "http://www.google.com/webmasters/tools/richsnippets?q=", "hscl", "hsclgsd", array('target' => '_blank'));
    308308      $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'));
    310309      $this->add_sub_menu("Schema", "http://schema.org/docs/gs.html", "hscl", "hscls", array('target' => '_blank'));
    311310      $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  
    44Tags: security, secure, seo, health, optimise, optimize, cache, recommendations
    55Requires at least: 3.3
    6 Tested up to: 4.9.8
    7 Stable tag: 1.5.1
     6Tested up to: 5.5
     7Stable tag: 1.5.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1515A 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.
    1616
    17 Built by The Marketing Mix Perth: http://www.marketingmix.com.au
     17Built by The Marketing Mix Perth: https://www.marketingmix.com.au
    1818
    1919
    2020== Installation ==
    2121
    22 1) Install WordPress 4.9.8 or higher
     221) Install WordPress 5.5 or higher
    2323
    24242) Download the latest from:
     
    3535
    3636== Changelog ==
     37
     38= 1.5.2 =
     39
     40* Updated the list
    3741
    3842= 1.5.1 =
     
    7882== Upgrade notice ==
    7983
     84= 1.5.2 =
     85
     86* Updated the list
     87
    8088= 1.5.1 =
    8189
Note: See TracChangeset for help on using the changeset viewer.