Changeset 1524403
- Timestamp:
- 10/29/2016 03:04:30 AM (9 years ago)
- Location:
- open-schema-data
- Files:
-
- 1 added
- 2 edited
- 4 copied
-
tags/1.0.4 (added)
-
tags/1.0.4/LICENSE (copied) (copied from open-schema-data/trunk/LICENSE)
-
tags/1.0.4/README.txt (copied) (copied from open-schema-data/trunk/README.txt) (1 diff)
-
tags/1.0.4/admin (copied) (copied from open-schema-data/trunk/admin)
-
tags/1.0.4/open-schema-data.php (copied) (copied from open-schema-data/trunk/open-schema-data.php) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/open-schema-data.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
open-schema-data/tags/1.0.4/README.txt
r1523505 r1524403 3 3 Tags: schema, schema markup, schema data 4 4 Tested up to: 4.6.1 5 Stable tag: 1.0. 35 Stable tag: 1.0.4 6 6 License: GPLv2 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
open-schema-data/tags/1.0.4/open-schema-data.php
r1523505 r1524403 5 5 * Author: Jason Creviston 6 6 * Author URI: http://jasoncreviston.com/about 7 * Version: 1.0. 37 * Version: 1.0.4 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. 3');21 $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.4'); 22 22 } 23 23 -
open-schema-data/trunk/README.txt
r1523504 r1524403 3 3 Tags: schema, schema markup, schema data 4 4 Tested up to: 4.6.1 5 Stable tag: 1.0. 35 Stable tag: 1.0.4 6 6 License: GPLv2 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
open-schema-data/trunk/open-schema-data.php
r1523496 r1524403 5 5 * Author: Jason Creviston 6 6 * Author URI: http://jasoncreviston.com/about 7 * Version: 1.0. 37 * Version: 1.0.4 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. 3');21 $osd_open_schema_data = new Open_Schema_Data_Admin( 'open-schema-data', '1.0.4'); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.