1.3 KiB
Executable File
1.3 KiB
Executable File
v.1.1.0
05-06-2020
-
- Page specific media metadata fields can be added to a page’s frontmatter (see README --> Configuration)
-
- meta.yaml file will not be created upon upload anymore: this allows the creation of the file with the setting media.auto_metadata_exif turned on (in Admin Plugin 1.9); in Admin Plugin 1.10 it did not work anyway – NOTE: in Admin Plugin 1.10 with setting media.auto_metadata_exif turned on, make sure to save the page with a newly uploaded image before adding other metadata using this plugin
v1.0.2
16-04-2020
v1.0.1
10-04-2020
-
- meta.yaml file will now be created for an already uploaded media file that did not have an associated meta.yaml file before
v1.0.0
20-03-2020
-
- using core technology (Grav\Common\Yaml) for parsing and writing the meta.yaml files – kudos to https://github.com/renards for adding crucial parts to the code