Plugin Directory

Changeset 1517623


Ignore:
Timestamp:
10/19/2016 01:14:59 AM (9 years ago)
Author:
MMDeveloper
Message:

Updated the plugin list.

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

Legend:

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

    r1012591 r1517623  
    77Installation:
    88
    9 1) Install WordPress 4.0 or higher
     91) Install WordPress 4.6.1 or higher
    1010
    11112) Download the latest from:
     
    17174) Activate the plugin.
    1818
    19 Version: 1.3.1
     19Version: 1.4.0
    2020Author: TheOnlineHero - Tom Skroza
    2121License: GPL2
     
    7171
    7272        $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            ),
    7493            array(
    7594                'name'     => 'WP Content Source Control',
     
    98117            ),
    99118            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(
    100134                'name'     => 'Admin Block Country',
    101135                'slug'     => 'admin-block-country',
     
    118152            ),
    119153            array(
    120                 'name'     => 'Clever SEO Keywords',
    121                 'slug'     => 'clever-seo-keywords',
    122                 'required' => false
    123             ),
    124             array(
    125154                'name'     => 'Search My Theme',
    126155                'slug'     => 'search-my-theme',
     
    133162            ),
    134163            array(
    135                 'name'     => 'Google Analytics Dashboard',
    136                 'slug'     => 'google-analytics-dashboard',
    137                 'required' => true
    138             ),
    139             array(
    140164                'name'     => 'W3 Total Cache',
    141165                'slug'     => 'w3-total-cache',
     
    163187            ),
    164188            array(
    165                 'name'     => 'Easy Accordion',
    166                 'slug'     => 'easy-accordion',
    167                 'required' => false
    168             ),
    169             array(
    170189                'name'     => 'PDF Version',
    171190                'slug'     => 'pdf-version-link',
     
    173192            ),
    174193            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',
    182196                'required' => false
    183197            ),
     
    205219                'name'     => 'Advanced Custom Fields',
    206220                'slug'     => 'advanced-custom-fields',
    207                 'required' => false
    208             ),
    209             array(
    210                 'name'     => 'WPtouch Mobile Plugin',
    211                 'slug'     => 'wptouch',
    212221                'required' => false
    213222            ),
  • healthy-site-seo/trunk/readme.txt

    r1015016 r1517623  
    44Tags: security, secure, seo, health, optimise, optimize, cache, recommendations
    55Requires at least: 3.3
    6 Tested up to: 4.0
    7 Stable tag: 1.3.1
     6Tested up to: 4.6.1
     7Stable tag: 1.4.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2020== Installation ==
    2121
    22 1) Install WordPress 4.0 or higher
     221) Install WordPress 4.6.1 or higher
    2323
    24242) Download the latest from:
     
    3535
    3636== Changelog ==
     37
     38= 1.4.0 =
     39
     40* Updated plugin list.
    3741
    3842= 1.3.1 =
     
    5862== Upgrade notice ==
    5963
     64= 1.4.0 =
     65
     66* Updated plugin list.
     67
    6068= 1.3.1 =
    6169
Note: See TracChangeset for help on using the changeset viewer.