Releases: OJSBR/customMetadata
Release list
1.0.0.3
customMetadata 1.0.0.2 (OMP 3.4) — fix SITE_CONTEXT_ID fatal in auto DOI deposit
customMetadata 1.0.0.2 — OMP 3.4
Bug fix (fatal without a request context). Replaced the non-existent constant Application::SITE_CONTEXT_ID with Application::CONTEXT_SITE in resolveContextId() (CustomMetadataPlugin.php) and getContextId() (classes/CustomMetadataSettingsForm.php).
SITE_CONTEXT_ID only exists in newer pkp-lib. On OMP 3.4 it is undefined, so the site-context fallback — taken whenever there is no request context, e.g. the scheduled/automatic DOI deposit (automaticDoiDeposit) — threw:
Error: Undefined constant APP\core\Application::SITE_CONTEXT_ID
CONTEXT_SITE (id 0) exists in 3.4 and satisfies the int return type. Manual export from the UI was unaffected because a context is present there.
Both occurrences were fixed (the plugin and the settings form). Only affects the OMP 3.4 branch.
Install: customMetadata-1.0.0.2-omp3.4.tar.gz
1.0.0.2-omp3.5
Add European Portuguese (pt) translation; bump to 1.0.0.2
1.0.0.1-omp3.4
Add European Portuguese (pt) translation; bump to 1.0.0.1
1.0.0.0 — OMP 3.5
Installable package of customMetadata for OMP 3.5.x.
Install via Settings -> Website -> Plugins -> Upload A New Plugin, uploading the attached
customMetadata-1.0.0.0-omp3.5.tar.gz; then enable it. See the README on the stable-3_5_0 branch.
Maintained by OJSBR (https://ojsbr.com.br).
1.0.0.0 — OMP 3.4
Installable package of customMetadata for OMP 3.4.x.
Install via Settings -> Website -> Plugins -> Upload A New Plugin, uploading the attached
customMetadata-1.0.0.0-omp3.4.tar.gz; then enable it. See the README on the stable-3_4_0 branch.
Maintained by OJSBR (https://ojsbr.com.br).