Plugin Directory

Changeset 3117188

Timestamp:
07/12/2024 05:30:58 PM (4 weeks ago)
Author:
jsmoriss
Message:

documentation and assets update

Location:
jsm-pretty-json-ld
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • jsm-pretty-json-ld/tags/1.2.0/README.md

    r3117131 r3117188  
    1 <!DOCTYPE html>
    2 <html dir='ltr'>
    3 <head>
    4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    5     <meta name="viewport" content="width=device-width">
    6             <title>Maintenance</title>
    7     <style type="text/css">
    8         html {
    9             background: #f1f1f1;
    10         }
    11         body {
    12             background: #fff;
    13             border: 1px solid #ccd0d4;
    14             color: #444;
    15             font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    16             margin: 2em auto;
    17             padding: 1em 2em;
    18             max-width: 700px;
    19             -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    20             box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    21         }
    22         h1 {
    23             border-bottom: 1px solid #dadada;
    24             clear: both;
    25             color: #666;
    26             font-size: 24px;
    27             margin: 30px 0 0 0;
    28             padding: 0;
    29             padding-bottom: 7px;
    30         }
    31         #error-page {
    32             margin-top: 50px;
    33         }
    34         #error-page p,
    35         #error-page .wp-die-message {
    36             font-size: 14px;
    37             line-height: 1.5;
    38             margin: 25px 0 20px;
    39         }
    40         #error-page code {
    41             font-family: Consolas, Monaco, monospace;
    42         }
    43         ul li {
    44             margin-bottom: 10px;
    45             font-size: 14px ;
    46         }
    47         a {
    48             color: #2271b1;
    49         }
    50         a:hover,
    51         a:active {
    52             color: #135e96;
    53         }
    54         a:focus {
    55             color: #043959;
    56             box-shadow: 0 0 0 2px #2271b1;
    57             outline: 2px solid transparent;
    58         }
    59         .button {
    60             background: #f3f5f6;
    61             border: 1px solid #016087;
    62             color: #016087;
    63             display: inline-block;
    64             text-decoration: none;
    65             font-size: 13px;
    66             line-height: 2;
    67             height: 28px;
    68             margin: 0;
    69             padding: 0 10px 1px;
    70             cursor: pointer;
    71             -webkit-border-radius: 3px;
    72             -webkit-appearance: none;
    73             border-radius: 3px;
    74             white-space: nowrap;
    75             -webkit-box-sizing: border-box;
    76             -moz-box-sizing:    border-box;
    77             box-sizing:         border-box;
     1<h1>JSM Pretty Schema JSON-LD for Yoast SEO, WooCommerce, etc.</h1>
    782
    79             vertical-align: top;
    80         }
     3<table>
     4<tr><th align="right" valign="top" nowrap>Plugin Name</th><td>JSM Pretty Schema JSON-LD</td></tr>
     5<tr><th align="right" valign="top" nowrap>Summary</th><td>Re-format Schema LD+JSON / JSON-LD from Yoast SEO, WooCommerce, and others to create human readable (aka &quot;pretty&quot;) code.</td></tr>
     6<tr><th align="right" valign="top" nowrap>Stable Version</th><td>1.2.0</td></tr>
     7<tr><th align="right" valign="top" nowrap>Requires PHP</th><td>7.2.34 or newer</td></tr>
     8<tr><th align="right" valign="top" nowrap>Requires WordPress</th><td>5.8 or newer</td></tr>
     9<tr><th align="right" valign="top" nowrap>Tested Up To WordPress</th><td>6.5.5</td></tr>
     10<tr><th align="right" valign="top" nowrap>Tested Up To WooCommerce</th><td>9.1.1</td></tr>
     11<tr><th align="right" valign="top" nowrap>Contributors</th><td>jsmoriss</td></tr>
     12<tr><th align="right" valign="top" nowrap>License</th><td><a href="https://www.gnu.org/licenses/gpl.txt">GPLv3</a></td></tr>
     13<tr><th align="right" valign="top" nowrap>Tags / Keywords</th><td>json-ld, pretty, format, yoast, woocommerce</td></tr>
     14</table>
    8115
    82         .button.button-large {
    83             line-height: 2.30769231;
    84             min-height: 32px;
    85             padding: 0 12px;
    86         }
     16<h2>Description</h2>
    8717
    88         .button:hover,
    89         .button:focus {
    90             background: #f1f1f1;
    91         }
     18<p>Re-format Schema LD+JSON / JSON-LD from Yoast SEO, WooCommerce, and others to create human readable (aka "pretty") code.</p>
    9219
    93         .button:focus {
    94             background: #f3f5f6;
    95             border-color: #007cba;
    96             -webkit-box-shadow: 0 0 0 1px #007cba;
    97             box-shadow: 0 0 0 1px #007cba;
    98             color: #016087;
    99             outline: 2px solid transparent;
    100             outline-offset: 0;
    101         }
     20<p>There are no plugin settings - simply install and activate the plugin.</p>
    10221
    103         .button:active {
    104             background: #f3f5f6;
    105             border-color: #7e8993;
    106             -webkit-box-shadow: none;
    107             box-shadow: none;
    108         }
    109 
    110             </style>
    111 </head>
    112 <body id="error-page">
    113     <div class="wp-die-message">Briefly unavailable for scheduled maintenance. Check back in a minute.</div></body>
    114 </html>
    115    
  • jsm-pretty-json-ld/tags/1.2.0/readme.txt

    r3117131 r3117188  
    1212Requires At Least: 5.8
    1313Tested Up To: 6.5.5
    14 WC Tested Up To: 9.1.2
     14WC Tested Up To: 9.1.
    1515Stable Tag: 1.2.0
    1616
  • jsm-pretty-json-ld/trunk/README.md

    r3117131 r3117188  
    88<tr><th align="right" valign="top" nowrap>Requires WordPress</th><td>5.8 or newer</td></tr>
    99<tr><th align="right" valign="top" nowrap>Tested Up To WordPress</th><td>6.5.5</td></tr>
    10 <tr><th align="right" valign="top" nowrap>Tested Up To WooCommerce</th><td>9.1.2</td></tr>
     10<tr><th align="right" valign="top" nowrap>Tested Up To WooCommerce</th><td>9.1.</td></tr>
    1111<tr><th align="right" valign="top" nowrap>Contributors</th><td>jsmoriss</td></tr>
    1212<tr><th align="right" valign="top" nowrap>License</th><td><a href="https://www.gnu.org/licenses/gpl.txt">GPLv3</a></td></tr>
  • jsm-pretty-json-ld/trunk/readme.txt

    r3117131 r3117188  
    1212Requires At Least: 5.8
    1313Tested Up To: 6.5.5
    14 WC Tested Up To: 9.1.2
     14WC Tested Up To: 9.1.
    1515Stable Tag: 1.2.0
    1616
Note: See TracChangeset for help on using the changeset viewer.