Plugin Directory

Changeset 1523496


Ignore:
Timestamp:
10/28/2016 02:01:39 AM (9 years ago)
Author:
jasoncrev
Message:

Added screenshots and modified description

Location:
open-schema-data
Files:
4 added
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • open-schema-data/tags/1.0.3/README.txt

    r1523482 r1523496  
    33Tags: schema, schema markup, schema data
    44Tested up to: 4.6.1
    5 Stable tag: 1.0.2
     5Stable tag: 1.0.3
    66License: GPLv2
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
    88Requires at least: 4.5
    99
    10 Add higly customized JSON-LD schema markup to your pages and posts.
     10Add any valid schema type to your pages and posts using JSON-LD markup.
    1111
    1212== Description ==
     
    1414Thanks for installing this simple plugin!
    1515
    16 This plugin allows you to add highly customized JSON-LD schema markup to your pages and posts. For the most part, this is not a fill-in-the-blanks plugin. You must first create nearly all of the markup on your own.
     16Use any schema type you want! This plugin allows you to easily add highly customized JSON-LD schema markup to your pages and posts. For the most part, this is not a fill-in-the-blanks plugin. You must first create nearly all of the markup on your own. Check out the [Schema Docs](http://schema.org/docs/full.html) to help build your markup.
    1717
    18 **The plugin automatically adds the appropriate <script> tags to the header page, so don't add them as part of your structured JSON-LD markup inside of the meta boxes.**
     18There are 'Author' and 'Website' fill-in-the-blank fields available for every post. I may add more in the future.
    1919
    2020To ensure changes to your page or post markup, be sure to click the normal WordPress ‘Update’ button for the respective page or post.
     21
     22**IMPORTANT**
     23**The plugin automatically adds the appropriate <script> tags to the header page, so don't add them as part of your structured JSON-LD markup inside of the meta boxes.**
    2124
    2225So, when adding a single item to a meta box, it might look similar to this:
     
    3033
    3134
    32 When adding more than one item to a meta box, use brackets around all items and separate with commas;
    33 something similar to this:
     35When adding more than one item to a meta box, use brackets around all items and separate with commas; something similar to this:
    3436
    3537[
     
    5557
    5658New textfield boxes should now be visible on each page and/or post that you have and create.
     59
     60== Change Log ==
     61
     62= 1.0.3 =
     63*Clarified description.
     64*Added screenshots.
     65
     66
     67= 1.0.2 =
     68*Slight changes to readme.txt
     69
     70= 1.0.1 =
     71*Slight changes to readme.txt
     72
     73= 1.0.0 =
     74*First version of the plugin
     75
     76== Screenshots ==
     771. Schema data box for pages.
     782. Schema data fill-in-the-blank boxes for posts.
     793. Schema data advanced box for posts.
  • open-schema-data/tags/1.0.3/open-schema-data.php

    r1523482 r1523496  
    55* Author: Jason Creviston
    66* Author URI: http://jasoncreviston.com/about
    7 * Version: 1.0.2
     7* Version: 1.0.3
    88* License: GPLv2
    99* License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020function initiate_osd() {
    21     $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.2');
     21    $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.3');
    2222}
    2323
  • open-schema-data/trunk/README.txt

    r1523482 r1523496  
    33Tags: schema, schema markup, schema data
    44Tested up to: 4.6.1
    5 Stable tag: 1.0.2
     5Stable tag: 1.0.3
    66License: GPLv2
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
    88Requires at least: 4.5
    99
    10 Add higly customized JSON-LD schema markup to your pages and posts.
     10Add any valid schema type to your pages and posts using JSON-LD markup.
    1111
    1212== Description ==
     
    1414Thanks for installing this simple plugin!
    1515
    16 This plugin allows you to add highly customized JSON-LD schema markup to your pages and posts. For the most part, this is not a fill-in-the-blanks plugin. You must first create nearly all of the markup on your own.
     16Use any schema type you want! This plugin allows you to easily add highly customized JSON-LD schema markup to your pages and posts. For the most part, this is not a fill-in-the-blanks plugin. You must first create nearly all of the markup on your own. Check out the [Schema Docs](http://schema.org/docs/full.html) to help build your markup.
    1717
    18 **The plugin automatically adds the appropriate <script> tags to the header page, so don't add them as part of your structured JSON-LD markup inside of the meta boxes.**
     18There are 'Author' and 'Website' fill-in-the-blank fields available for every post. I may add more in the future.
    1919
    2020To ensure changes to your page or post markup, be sure to click the normal WordPress ‘Update’ button for the respective page or post.
     21
     22**IMPORTANT**
     23**The plugin automatically adds the appropriate <script> tags to the header page, so don't add them as part of your structured JSON-LD markup inside of the meta boxes.**
    2124
    2225So, when adding a single item to a meta box, it might look similar to this:
     
    3033
    3134
    32 When adding more than one item to a meta box, use brackets around all items and separate with commas;
    33 something similar to this:
     35When adding more than one item to a meta box, use brackets around all items and separate with commas; something similar to this:
    3436
    3537[
     
    5557
    5658New textfield boxes should now be visible on each page and/or post that you have and create.
     59
     60== Change Log ==
     61
     62= 1.0.3 =
     63*Clarified description.
     64*Added screenshots.
     65
     66
     67= 1.0.2 =
     68*Slight changes to readme.txt
     69
     70= 1.0.1 =
     71*Slight changes to readme.txt
     72
     73= 1.0.0 =
     74*First version of the plugin
     75
     76== Screenshots ==
     771. Schema data box for pages.
     782. Schema data fill-in-the-blank boxes for posts.
     793. Schema data advanced box for posts.
  • open-schema-data/trunk/open-schema-data.php

    r1523482 r1523496  
    55* Author: Jason Creviston
    66* Author URI: http://jasoncreviston.com/about
    7 * Version: 1.0.2
     7* Version: 1.0.3
    88* License: GPLv2
    99* License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020function initiate_osd() {
    21     $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.2');
     21    $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.3');
    2222}
    2323
Note: See TracChangeset for help on using the changeset viewer.