Changeset 1523496
- Timestamp:
- 10/28/2016 02:01:39 AM (9 years ago)
- Location:
- open-schema-data
- Files:
-
- 4 added
- 2 edited
- 4 copied
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
tags/1.0.3 (added)
-
tags/1.0.3/LICENSE (copied) (copied from open-schema-data/trunk/LICENSE)
-
tags/1.0.3/README.txt (copied) (copied from open-schema-data/trunk/README.txt) (4 diffs)
-
tags/1.0.3/admin (copied) (copied from open-schema-data/trunk/admin)
-
tags/1.0.3/open-schema-data.php (copied) (copied from open-schema-data/trunk/open-schema-data.php) (2 diffs)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/open-schema-data.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
open-schema-data/tags/1.0.3/README.txt
r1523482 r1523496 3 3 Tags: schema, schema markup, schema data 4 4 Tested up to: 4.6.1 5 Stable tag: 1.0. 25 Stable tag: 1.0.3 6 6 License: GPLv2 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html 8 8 Requires at least: 4.5 9 9 10 Add higly customized JSON-LD schema markup to your pages and posts.10 Add any valid schema type to your pages and posts using JSON-LD markup. 11 11 12 12 == Description == … … 14 14 Thanks for installing this simple plugin! 15 15 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.16 Use 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. 17 17 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.** 18 There are 'Author' and 'Website' fill-in-the-blank fields available for every post. I may add more in the future. 19 19 20 20 To 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.** 21 24 22 25 So, when adding a single item to a meta box, it might look similar to this: … … 30 33 31 34 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: 35 When adding more than one item to a meta box, use brackets around all items and separate with commas; something similar to this: 34 36 35 37 [ … … 55 57 56 58 New 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 == 77 1. Schema data box for pages. 78 2. Schema data fill-in-the-blank boxes for posts. 79 3. Schema data advanced box for posts. -
open-schema-data/tags/1.0.3/open-schema-data.php
r1523482 r1523496 5 5 * Author: Jason Creviston 6 6 * Author URI: http://jasoncreviston.com/about 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * License: GPLv2 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 function 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'); 22 22 } 23 23 -
open-schema-data/trunk/README.txt
r1523482 r1523496 3 3 Tags: schema, schema markup, schema data 4 4 Tested up to: 4.6.1 5 Stable tag: 1.0. 25 Stable tag: 1.0.3 6 6 License: GPLv2 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html 8 8 Requires at least: 4.5 9 9 10 Add higly customized JSON-LD schema markup to your pages and posts.10 Add any valid schema type to your pages and posts using JSON-LD markup. 11 11 12 12 == Description == … … 14 14 Thanks for installing this simple plugin! 15 15 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.16 Use 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. 17 17 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.** 18 There are 'Author' and 'Website' fill-in-the-blank fields available for every post. I may add more in the future. 19 19 20 20 To 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.** 21 24 22 25 So, when adding a single item to a meta box, it might look similar to this: … … 30 33 31 34 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: 35 When adding more than one item to a meta box, use brackets around all items and separate with commas; something similar to this: 34 36 35 37 [ … … 55 57 56 58 New 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 == 77 1. Schema data box for pages. 78 2. Schema data fill-in-the-blank boxes for posts. 79 3. Schema data advanced box for posts. -
open-schema-data/trunk/open-schema-data.php
r1523482 r1523496 5 5 * Author: Jason Creviston 6 6 * Author URI: http://jasoncreviston.com/about 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * License: GPLv2 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 function 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'); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.