Releases: my-language-skills/all-in-one-metadata
Releases · my-language-skills/all-in-one-metadata
pressbooks-metadata 0.9
- ADDITIONS
- Added Webpage Schema Type
- Added Course Schema Type
- Added Educational Information Metabox in Book Info #108
- ENHANCEMENTS
- Chapter metadata is now being exported and imported as expected #24
- File structure changed - addition of new types is more modular
- Namespaces are being used for a better file structure - Composer psr-4 standard
- Parent types of schema are handled more efficiently
- New CPT site-meta is being added every time pressbooks is disabled #102
- The plugin now works without pressbooks
- The Creative Works Type is cleaned up
- Automatic display of active post types for schema manipulation
- Changes on settings page -- More user friendly
- Interactivity Type default value #70
- List of Files revised
- Code rewriting for optimisation.
pressbooks-metadata 0.8.1
pressbooks-metadata 0.8
pressbooks-metadata 0.7
-
ADDITIONS
- Google Scholar microtags
- New property: citation_journal_title
- New property: citation_author
- New property: citation_isbn
- New property: citation_publisher
- New property: citation_publication_date
- Google Scholar microtags
-
ENHANCEMENTS
-
List of Files revised
- class-pressbooks-metadata-admin.php
- class-pressbooks-metadata-plugin-metadata.php
pressbooks-metadata 0.6
-
ADDITIONS
-
ENHANCEMENTS
-
REMOVED:
- ScholarlyArticle type. (#35)
- Delete property: copyrightYear
- Delete property: inLanguage
- Delete property: copyrightHolder
- Delete property: publisher
- ScholarlyArticle type. (#35)
-
BUGFIXES:
- Change the name of the plugin (from draft name to default name)
- Author and Alternative headline from PB Chapter level instead of Site level
- ScholarlyArticle Bug #58
-
List of Files revisded
- class-pressbooks-metadata-admin.php
- class-pressbooks-metadata.php
- class-pressbooks-metadata-plugin-metadata.php
- class-pressbooks-metadata-data-field.php
pressbooks-metadata 0.5
-
ENHANCED: Extend the ScholarlyArticle type with the following properties. You can see the full list of the ScolarlyArticle type that we use here (#9)
- headline
- image
- wordCount
- author
- alternativeHeadline
- audience
- citation
- copyrightHolder
- copyrightYear
- datePublished
- dateModified
- discussionUrl
- editor
- inLanguage
- license
- locationCreated
- publisher
- timeRequired
- translator
- typicalAgeRange
-
ENHANCED: Code changes to make it the pressbooks-way (#38)
-
ENHANCED: Code changes to use one common prefix to our fields (#39)
- Breaking Change: Everytime you change the $slug of the fields, the data will be gone and you need to fill it again. The previous data still remains saved in the database. So we need to change the names once and for all, and then keep them that way to avoid deleting people's information
-
FIXED: Change the Schema type of Chapter to ScholarlyArticle
-
FIXED: Change License URL and Bibliography URL fields from Text Fields to Url Fields (#40)
pressbooks-metadata 0.4
- FEATURE: New detailed SchemaUsed.md file, with all the information about the Structured Data that is being produced.
- ENHANCED: Add Illustrator and Book edition fields in the General Book Information metabox (#7)
- Illustrator: The illustrator of the book.
- Book Edition: The edition of the book.
- ENHANCED: Extend and finish the Course Property (#30)
- Course Code: The identifier for the Course (e.g. CS101 or 6.001).
- Course Prerequisites: Requirements for taking the Course.
Beta version 0.3
- ENHANCED: Change labels and description of existing metafields
- ENHANCED: Add ISCED field of Education field (#12)
- ISCED field of education: Broad field of education according to ISCED-F 2013
- ENHANCED: Add ISCED level of Education field (#14)
- ISCED level of education: Level of education according to ISCED-P 2011
- ENHANCED: Make the plugin activation available only in the Network level (#28)
- ENHANCED: Organize the plugin for an easy extension of types (#10)
- ENHANCED: Review the code of the plugin, comment and organization (#11)
- FIXED: Correct the order of the fields
- FIXED: Bug Fixes: Main page became blank
- FIXED: Bug Fixes: Pressbooks schema information is being produced twice (#27)