Plugin Directory

Changeset 1524403


Ignore:
Timestamp:
10/29/2016 03:04:30 AM (9 years ago)
Author:
jasoncrev
Message:

fixed readme.txt description

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

Legend:

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

    r1523505 r1524403  
    33Tags: schema, schema markup, schema data
    44Tested up to: 4.6.1
    5 Stable tag: 1.0.3
     5Stable tag: 1.0.4
    66License: GPLv2
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • open-schema-data/tags/1.0.4/open-schema-data.php

    r1523505 r1524403  
    55* Author: Jason Creviston
    66* Author URI: http://jasoncreviston.com/about
    7 * Version: 1.0.3
     7* Version: 1.0.4
    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.3');
     21    $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.4');
    2222}
    2323
  • open-schema-data/trunk/README.txt

    r1523504 r1524403  
    33Tags: schema, schema markup, schema data
    44Tested up to: 4.6.1
    5 Stable tag: 1.0.3
     5Stable tag: 1.0.4
    66License: GPLv2
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • open-schema-data/trunk/open-schema-data.php

    r1523496 r1524403  
    55* Author: Jason Creviston
    66* Author URI: http://jasoncreviston.com/about
    7 * Version: 1.0.3
     7* Version: 1.0.4
    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.3');
     21    $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.4');
    2222}
    2323
Note: See TracChangeset for help on using the changeset viewer.