Plugin Directory

Changeset 1972467


Ignore:
Timestamp:
11/11/2018 12:48:36 PM (7 years ago)
Author:
secretsource
Message:

Additional tweak to formatting of readme and updated release note for prior commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ratify/trunk/README.md

    r1972464 r1972467  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    99
    10 A plugin that helps keep us from publishing sites with basic
    11 configuration errors. It is an automated checklist of common issues in
    12 WordPress sites.
     10A plugin that helps keep us from publishing sites with basic configuration errors. It is an automated checklist of common issues in WordPress sites.
    1311
    14 # Description #
    15 ## Ratify - Your technical seal of approval ##
     12# Ratify - Your technical seal of approval #
    1613
    17 This small and unintrusive plugin provides a fast way to spot technical
    18 WordPress configuration issues and fixes some of them without being
    19 asked. Examples include:
     14This small and unintrusive plugin provides a fast way to spot technical WordPress configuration issues and fixes some of them without being asked. Examples include:
    2015
    2116* verifying that the home page has a valid Title tag
     
    2924* much, much more
    3025
    31 In most cases the plugin can improve your Google Lighthouse score simply
    32 by installing it.
     26In most cases the plugin can improve your Google Lighthouse score simply by installing it.
    3327
    3428# The story of Ratify #
    3529
    3630## Why? ##
    37 When you create more than 1 site per week (as we have at Secret Source
    38 Technology) using a different premium theme
    39 on each site, there are dozens or even hundreds of issues that can
    40 arise.
     31When you create more than 1 site per week (as we have at Secret Source Technology) using a different premium theme on each site, there are dozens or even hundreds of issues that can arise.
    4132
    42 The Ratify plugin is our latest attempt at formalizing our quality
    43 control. It is our guarantee that a site meets a certain minimum of
    44 quality. It greatly reduces the potential for human error and allows
    45 you to see at a glance issues the site may be having.
     33The Ratify plugin is our latest attempt at formalizing our quality control. It is our guarantee that a site meets a certain minimum of quality. It greatly reduces the potential for human error and allows you to see at a glance issues the site may be having.
    4634
    4735This plugin:
     
    5240* Then into Selenium automated test script (for testing forms)
    5341* Then into a plugin using the Herbert framework
    54 * Then into a plugin using the WordPress Plugin Boilerplate (current
    55 version)
     42* Then into a plugin using the WordPress Plugin Boilerplate (current version)
    5643
    57 The plugin structure is very basic and tests can be added simply (if you
    58 know how to write object oriented PHP - have a look in the \"Models\"
    59 folder…). In future versions we hope to include additional tests and
    60 speed improvements for your site. We are very interested in hearing from
    61 users of the plugin so please do not hesitate to contact us with
    62 questions / concerns.
     44The plugin structure is very basic and tests can be added simply (if you know how to write object oriented PHP - have a look in the "Models" folder…). In future versions we hope to include additional tests and speed improvements for your site. We are very interested in hearing from users of the plugin so please do not hesitate to contact us with questions / concerns.
    6345
    6446# Installation #
    65 There are no special requirements to install this plugin. Just use the
    66 standard WordPress plugin installation routine.
     47There are no special requirements to install this plugin. Just use the standard WordPress plugin installation routine.
    6748
    6849# Frequently Asked Questions #
     
    7354
    7455# Copyright #
    75 The "[approved](https://svgsilh.com/image/1966719.html)" stamp used
    76 with permission.
     56The "[approved](https://svgsilh.com/image/1966719.html)" stamp used with permission.
    7757
    7858# Changelog #
    79591.0 - Initial release
    80 1.0.1 - Fixed formatting in readme and made it pretty
     601.0.1 - Fixed formatting in readme and made it pretty and tweaked the test for Google Analytics (in the prior version)
     611.0.2 - Fixed some readme formatting
Note: See TracChangeset for help on using the changeset viewer.