Difference between revisions of "EPrints 3.4.7"

From EPrints Documentation
Jump to: navigation, search
(Added release notes and future planned features and improvements section)
Line 1: Line 1:
 +
{{releasenotes}}
 +
 
This page contains information about the EPrints v3.4.7 tag and release on GitHub.  
 
This page contains information about the EPrints v3.4.7 tag and release on GitHub.  
  
Line 94: Line 96:
 
* Removes eprint rev_number from test data this cause odd behaviour when importing
 
* Removes eprint rev_number from test data this cause odd behaviour when importing
 
* [https://github.com/eprints/eprints3.4/pull/495 Prevents double presses on search buttons sending multiple requests]
 
* [https://github.com/eprints/eprints3.4/pull/495 Prevents double presses on search buttons sending multiple requests]
 +
 +
== Further Planned Features and Improvements ==
 +
See [https://github.com/eprints/eprints3.4/milestone/9  3.4.8 milestone on GitHub] for more details.
  
 
[[Category:Eprints3.4]]
 
[[Category:Eprints3.4]]
 
[[Category:Releases]]
 
[[Category:Releases]]

Revision as of 13:11, 29 August 2025

Release Notes

3.4 | 3.4.1 | 3.4.2 | 3.4.3 | 3.4.4 | 3.4.5 | 3.4.6 | 3.4.7


3.3 | 3.3.5 | 3.3.6 | 3.3.7 | 3.3.8 | 3.3.9 | 3.3.10 | 3.3.11 | 3.3.13 | 3.3.14 | 3.3.15 | 3.3.16


3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | 3.2.4 | 3.2.5 | 3.2.6 | 3.2.7 | 3.2.8 | 3.2.9


3.1.0

This page contains information about the EPrints v3.4.7 tag and release on GitHub.

Release Notes

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

Further Planned Features and Improvements

See 3.4.8 milestone on GitHub for more details.