Difference between revisions of "EPrints 3.4.7"

From EPrints Documentation
Jump to: navigation, search
m
(Release Notes (Provisional): Added note about metatags)
Line 8: Line 8:
 
=== New Dependencies ===
 
=== New Dependencies ===
 
Check earlier dependencies for [[EPrints 3.4.6]] and before.
 
Check earlier dependencies for [[EPrints 3.4.6]] and before.
 +
 +
=== Upgrade Considerations ===
 +
* If you are upgrading from an earlier version of EPrints 3.4.x and have the the [https://github.com/eprints/metatags metatags] ingredient enabled, as well as disabling this by removing it from your flavour's inc file, if your archive has its own '''cfg/cfg.d/eprint_render.pl''' file, you will need to make sure that the following lines are added to it after similar lines for <code>Export::Simple</code> and <code>Export::DC</code>:
 +
$links->appendChild( $repository->plugin( "Export::HighwirePress" )->dataobj_to_html_header( $eprint ) );
 +
$links->appendChild( $repository->plugin( "Export::Prism" )->dataobj_to_html_header( $eprint ) );
  
 
=== Changes Since 3.4.6 ===
 
=== Changes Since 3.4.6 ===

Revision as of 10:45, 13 August 2025

This page contains information about the provisional EPrints v3.4.7 tag and release on GitHub. A full release of EPrints 3.4.7 will be made on 29th August 2025.

Release Notes (Provisional)

First release candidate of EPrints 3.4.7 is now available on GitHub.

  • Zero codename: Granita Gregale
  • Publications flavour codename: Tiramisu Tramontane

New Dependencies

Check earlier dependencies for EPrints 3.4.6 and before.

Upgrade Considerations

  • If you are upgrading from an earlier version of EPrints 3.4.x and have the the metatags ingredient enabled, as well as disabling this by removing it from your flavour's inc file, if your archive has its own cfg/cfg.d/eprint_render.pl file, you will need to make sure that the following lines are added to it after similar lines for Export::Simple and Export::DC:
$links->appendChild( $repository->plugin( "Export::HighwirePress" )->dataobj_to_html_header( $eprint ) );
$links->appendChild( $repository->plugin( "Export::Prism" )->dataobj_to_html_header( $eprint ) );

Changes Since 3.4.6

New Functionality

Security and Privacy Improvements

General Improvements

Bug Fixes