<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.accesstomemory.org/index.php?action=history&amp;feed=atom&amp;title=Releases%2FRelease_announcements%2FRelease_2.9.2</id>
		<title>Releases/Release announcements/Release 2.9.2 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.accesstomemory.org/index.php?action=history&amp;feed=atom&amp;title=Releases%2FRelease_announcements%2FRelease_2.9.2"/>
		<link rel="alternate" type="text/html" href="http://wiki.accesstomemory.org/index.php?title=Releases/Release_announcements/Release_2.9.2&amp;action=history"/>
		<updated>2026-05-26T18:19:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>http://wiki.accesstomemory.org/index.php?title=Releases/Release_announcements/Release_2.9.2&amp;diff=3712&amp;oldid=prev</id>
		<title>Samason: Created page with &quot;'''Release date''': June 26, 2025  '''Download link''': [https://storage.accesstomemory.org/releases/atom-2.9.2.tar.gz atom-2.9.2.tar.gz]  '''Database schema version''': v193...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.accesstomemory.org/index.php?title=Releases/Release_announcements/Release_2.9.2&amp;diff=3712&amp;oldid=prev"/>
				<updated>2025-06-27T09:30:34Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Release date&amp;#039;&amp;#039;&amp;#039;: June 26, 2025  &amp;#039;&amp;#039;&amp;#039;Download link&amp;#039;&amp;#039;&amp;#039;: [https://storage.accesstomemory.org/releases/atom-2.9.2.tar.gz atom-2.9.2.tar.gz]  &amp;#039;&amp;#039;&amp;#039;Database schema version&amp;#039;&amp;#039;&amp;#039;: v193...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Release date''': June 26, 2025&lt;br /&gt;
&lt;br /&gt;
'''Download link''': [https://storage.accesstomemory.org/releases/atom-2.9.2.tar.gz atom-2.9.2.tar.gz]&lt;br /&gt;
&lt;br /&gt;
'''Database schema version''': v193&lt;br /&gt;
&lt;br /&gt;
'''Release 2.9.2''' is a minor release that fixes translation strings on the browse page that broke in the last release. It includes a few other minor changes and bug fixes, adds a change that significantly improves the JS challenge performance, and also includes the ability to export accession records via the CLI.&lt;br /&gt;
&lt;br /&gt;
Visit the [https://www.accesstomemory.org/download/ Downloads] page to download the most recent release, and consult the 2.9 [https://www.accesstomemory.org/docs/2.9/admin-manual/installation/upgrading/ Upgrading] and [https://www.accesstomemory.org/docs/2.9/admin-manual/installation/ubuntu/ Installation] guides in our documentation for further information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;admonition type=&amp;quot;Important&amp;quot;&amp;gt;&lt;br /&gt;
If you encounter the following error in AtoM 2.9.1+ :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PHP Fatal error:  Declaration of DebugPDO::query() must be compatible with&lt;br /&gt;
PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs):&lt;br /&gt;
PDOStatement|false in&lt;br /&gt;
/usr/share/nginx/atom/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel/util/DebugPDO.php on line 331&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please update &amp;lt;code&amp;gt;config/config.php&amp;lt;/code&amp;gt; (listed in &amp;lt;code&amp;gt;.gitignore&amp;lt;/code&amp;gt;) to replace &amp;lt;code&amp;gt;DebugPDO&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;PropelPDO&amp;lt;/code&amp;gt;, similar to our changes for &amp;lt;code&amp;gt;docker/bootstrap.php&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;‎lib/arInstall.class.php&amp;lt;/code&amp;gt; files in our [https://github.com/artefactual/atom/commit/b9a6b8e5d2c298ffb8a32671de0d81326668b4c9 Update GH unit tests to use Ubuntu 24.04. (#1942)].&lt;br /&gt;
&amp;lt;/admonition&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An overview of some of the changes in the 2.9.2 release is included below.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
===Features and enhancements===&lt;br /&gt;
* Improved JS challenge performance by moving logic before Symfony startup #[https://github.com/artefactual/atom/pull/2054 2054]&lt;br /&gt;
* Added the ability to export accession records via CLI #[https://github.com/artefactual/atom/issues/1862 1862]&lt;br /&gt;
* Added a composer script to help debug PHPUnit tests #[https://github.com/artefactual/atom/issues/2046 2046]&lt;br /&gt;
* Added Docker Compose support for ARM-based development environments #[https://github.com/artefactual/atom/issues/2048 2048]&lt;br /&gt;
&lt;br /&gt;
===General bug fixes===&lt;br /&gt;
* Fixed error on attempting to generate box label report #[https://github.com/artefactual/atom/issues/2068 2068]&lt;br /&gt;
* Fixed error with adding Language and Script notes field in ISAD &amp;amp; DACS #[https://github.com/artefactual/atom/issues/2061 2061]&lt;br /&gt;
* Fixed appraisal field being inherited during creating description from Accession #[https://github.com/artefactual/atom/issues/2058 2058]&lt;br /&gt;
* Fixed a typo in OIDC loginAction #[https://github.com/artefactual/atom/issues/2044 2044]&lt;br /&gt;
* Fixed missing translation strings in the browse page #[https://github.com/artefactual/atom/issues/2050 2050]&lt;br /&gt;
* Added additional feedback to clipboard save message to inform users about clipboard retention #[https://github.com/artefactual/atom/pull/2022 2022]&lt;br /&gt;
&lt;br /&gt;
===Community Contributors===&lt;br /&gt;
A huge thank you to all of the community contributors who were involved in AtoM 2.9.2. Their details and the contributed enhancements and fixes can be found in the [https://github.com/artefactual/atom/releases/tag/v2.9.2 GitHub release notes].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;admonition type=&amp;quot;see also&amp;quot;&amp;gt;&lt;br /&gt;
If you're a developer interested in committing bug fixes and enhancements back to the public project, check out our guide on how to [[Development/Contribute_code|contribute code]]! Also check out information and previous minutes about our [https://github.com/artefactual/atom/wiki/Community-Development-Meetings community development meetings].&lt;br /&gt;
&amp;lt;/admonition&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a full list of updates, please see the [https://github.com/artefactual/atom/releases/tag/v2.9.2 Release Notes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''Links'''&lt;br /&gt;
&lt;br /&gt;
* AtoM 2.9.2 tarball direct download: [https://storage.accesstomemory.org/releases/atom-2.9.2.tar.gz atom-2.9.2.tar.gz]&lt;br /&gt;
* AtoM [https://www.accesstomemory.org/download/ Downloads] page&lt;br /&gt;
* 2.9 [https://www.accesstomemory.org/docs/2.9/admin-manual/installation/ubuntu/ installation] and [https://www.accesstomemory.org/docs/2.9/admin-manual/installation/upgrading/ upgrading] instructions&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
* [[Releases/Release_announcements|Back to Release announcements]]&lt;br /&gt;
* [[Releases|Back to Releases]]&lt;br /&gt;
* [[Main Page|AtoM wiki Home]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases]]&lt;/div&gt;</summary>
		<author><name>Samason</name></author>	</entry>

	</feed>