Skip to content

Releases: OJSBR/customMetadata

1.0.0.3

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:51
Add the 38-locale PKP standard set and fix legacy locale codes

customMetadata 1.0.0.2 (OMP 3.4) — fix SITE_CONTEXT_ID fatal in auto DOI deposit

Choose a tag to compare

@github-actions github-actions released this 18 Aug 17:45

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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 02:39
Add European Portuguese (pt) translation; bump to 1.0.0.2

1.0.0.1-omp3.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 02:39
Add European Portuguese (pt) translation; bump to 1.0.0.1

1.0.0.0 — OMP 3.5

Choose a tag to compare

@edersotto edersotto released this 02 Jul 14:58

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

Choose a tag to compare

@edersotto edersotto released this 02 Jul 14:58

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).