You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+40-3
Original file line number
Diff line number
Diff line change
@@ -75,17 +75,47 @@ You can see all of the screenshots of the plugin [here](https://github.com/Books
75
75
76
76
77
77
### Soon
78
-
Implementation of milestone 9.1 (Finishing educational metadata and related metadata)
78
+
New types
79
+
Use the library from Spatie that auto generates schema [Schema](https://github.com/spatie/schema-org)
79
80
80
81
### Later
81
82
82
83
83
84
### Future
84
-
New types
85
-
Use the library from Spatie that auto generates schema [Schema](https://github.com/spatie/schema-org)
85
+
86
86
87
87
## Changelog
88
88
89
+
## 0.13
90
+
***ADDITIONS**
91
+
* Added more types on creative workds and organisation parents
92
+
* Added 'types' for the educational vocabulary -> Book, Course, Website, Webpage and Article
93
+
* Enabled Required Parent Properties for types
94
+
* Documentation Update for adding new types
95
+
* Admin can clean and disable properties that were overwritten
96
+
* Plugin is fully compatible with the addon Isced Plugin
97
+
***ENHANCEMENTS**
98
+
* Required plugin error and link improved
99
+
* In network settings empty types are noted with red color
100
+
* Multi site schemaLocation is disabled from settings on a single site
101
+
* Improved parent filtering with radio buttons
102
+
* Made the engine more efficient
103
+
* Loading only properties for activated types
104
+
* Enhanced Dublin Core and Coins vocabularies
105
+
* Fully implemented Educational Vocabulary
106
+
* Auto activation of types and properties on all sites when super admin adds a property
107
+
* Auto activation of types and properties for chapter/post when admin overwrites a property
108
+
* Frozen and Overwritten fields now display much better to the user
109
+
* Showing last visited tab in settings
110
+
* Fixed the overlap of metaboxes in the settings
111
+
***List of Files revised**
112
+
* Schema type files
113
+
* Engine file
114
+
* All files in partials folder
115
+
* Admin JavaScript file
116
+
* All vocabulary files
117
+
* Network admin files
118
+
89
119
## 0.12
90
120
***ADDITIONS**
91
121
* Added Organisation Parent and Types
@@ -296,6 +326,13 @@ Use the library from Spatie that auto generates schema [Schema](https://github.c
296
326
297
327
## Upgrade Notice
298
328
329
+
### 0.13
330
+
Plugin now is much more efficient wasting less memory on the server as the engine file had improvements. The plugin had many improvements
331
+
on both the visual interface and the engine. The user experience has improved as we are saving the tabs that were used before reloading the settings page.
332
+
Many new types were added along with improvements on how the type requires parent properties. Now the external vocabularies along with the
333
+
educational vocabulary are fully implemented. The admin and the super admin can simply clone properties without having to enable types manually on site/posts/chapters.
334
+
Another handy feature is the clear and disable feature on overwritten properties. For the educational vocabulary the plugin now is accepting data from a secondary addon plugin named Isced Fields.
0 commit comments