Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../omeka
File: changelog.txt
v3.1.2
[0] Fix | Delete
[1] Fix | Delete
Fixes
[2] Fix | Delete
[3] Fix | Delete
Fixed a bug where files could appear out of order within an item, particularly if many files were added at once
[4] Fix | Delete
Fixed an error on newer PHP versions that was thrown when passing non-numeric data as the page URL parameter
[5] Fix | Delete
Fixed a PHP 8.2 deprecation warning issued from some controllers
[6] Fix | Delete
Fixed a PHP 8.1 deprecation warning issued from the shortcode handler
[7] Fix | Delete
Fixed a PHP 8.1 deprecation warning issued from the Imagick derivative image strategy
[8] Fix | Delete
Fixed an issue where the download button on the lightGallery viewer in themes could be impossible to press
[9] Fix | Delete
Fixed an error that could occur when using the es_CO locale on some pages where formatted numbers were displayed (e.g. file sizes and limits)
[10] Fix | Delete
Fixed a notice issued from theme configuration when uploading a file
[11] Fix | Delete
Fixed a notice issued from the tag mixin
[12] Fix | Delete
Fixed an error that could occur when saving custom links in the navigation
[13] Fix | Delete
Fixed an error that could cause Omeka to hang when uploading some images with embedded XMP metadata
[14] Fix | Delete
Fixed an error that could occur in the removeZeroDates migration when upgrading from a very old Omeka version when using MySQL 8
[15] Fix | Delete
Fixed the display of error messages on the installer and login forms
[16] Fix | Delete
Fixed the admin search form to restore the "is not exactly" search type
[17] Fix | Delete
Fixed various small issues in the admin theme
[18] Fix | Delete
[19] Fix | Delete
Changes
[20] Fix | Delete
[21] Fix | Delete
Theme versions are now displayed in the theme selection view
[22] Fix | Delete
Added admin styling for number, email, and search type inputs
[23] Fix | Delete
Field explanations in the admin theme are no longer larger than other text like field labels
[24] Fix | Delete
Removed admin theme references to some obsolete fonts, images, and stylesheets
[25] Fix | Delete
The font style and size in the admin theme is now set more loosely, fixing some issues where more specific font settings unexpectedly were not applied
[26] Fix | Delete
The Browser mimetype detection method is removed
[27] Fix | Delete
Mimetype detection now stops once a concrete type is detected, rather than trying all options
[28] Fix | Delete
[29] Fix | Delete
External Libraries
[30] Fix | Delete
[31] Fix | Delete
Updated getID3 to version 1.9.22
[32] Fix | Delete
[33] Fix | Delete
v3.1.1
[34] Fix | Delete
[35] Fix | Delete
Fixed the "advanced search" options box appearing when it shouldn't have on the public side
[36] Fix | Delete
Fixed the public.css styles to load only in public themes, not on the admin
[37] Fix | Delete
Fixed collections/show to match other views in how it decides when to show thumbnails
[38] Fix | Delete
Fixed bugs that triggered deprecation notices in some situations when running on PHP 8.1+
[39] Fix | Delete
Allowed file uploads to proceed when running on servers that disable PHP's shell execution functions on PHP 8+
[40] Fix | Delete
Added IDs to more easily target advanced search components for CSS
[41] Fix | Delete
Accessibility improvements for search options and labels, sorting indicators, featured/private icons, action links
[42] Fix | Delete
Updated translations for Catalan and Czech
[43] Fix | Delete
Updated Exhibit Builder to 3.6.1, Thanks, Roy to 2.7.1, Seasons to 2.7, and Berlin to 2.7.5
[44] Fix | Delete
[45] Fix | Delete
v3.1
[46] Fix | Delete
Improvements
[47] Fix | Delete
[48] Fix | Delete
Added descriptive text for "Show Empty Elements" and "Show Element Set Headings" apperance settings (contributed by @luku)
[49] Fix | Delete
Improved admin theme behavior at narrower screen widths
[50] Fix | Delete
Various accessibility improvements to admin and public views
[51] Fix | Delete
[52] Fix | Delete
Fixes
[53] Fix | Delete
[54] Fix | Delete
Fixed admin styling for <select multiple> (#968)
[55] Fix | Delete
Fixed default markup for <input type="radio"> in forms (#970)
[56] Fix | Delete
Fixed admin styling for "save group" form elements (#981)
[57] Fix | Delete
Fixed ImageMagick creating inverted-color thumbnails for CMYK PDFs (must have ImageMagick 6.7.5-1 or newer, and set version strategy option accordingly for fix to be applied)
[58] Fix | Delete
Fixed issues with emails being sent improperly on PHP 8+
[59] Fix | Delete
Fixed Zend_Ldap not working on PHP 8+
[60] Fix | Delete
[61] Fix | Delete
Changes
[62] Fix | Delete
[63] Fix | Delete
Passing an empty/blank id to form elements and helpers will omit the ID entirely, not output id="" (#701)
[64] Fix | Delete
[65] Fix | Delete
Release Notes for 2.8
[66] Fix | Delete
--------------------------
[67] Fix | Delete
[68] Fix | Delete
Features
[69] Fix | Delete
[70] Fix | Delete
PHP 8 support
[71] Fix | Delete
Where appropriate, themes can now allow minimal styling (bold, italic, underline) to be preserved in titles
[72] Fix | Delete
Administrators can select the default query type for simple search (#797, contributed by @luku)
[73] Fix | Delete
It's now possible to add files through the API even when the default job dispatcher is non-synchronous
[74] Fix | Delete
HTML head now includes author and copyright meta-tags as set in the admin (#918, contributed by @DBinaghi)
[75] Fix | Delete
Theme header images can now accept a setting for the alt text for the image (#925)
[76] Fix | Delete
New option to move files to storage using copy instead of rename (sometimes useful when files are stored on a separate filesystem) (#934)
[77] Fix | Delete
[78] Fix | Delete
Bugs Fixed
[79] Fix | Delete
[80] Fix | Delete
Shortcodes with no arguments given could behave incorrectly and throw errors on PHP 7.1+
[81] Fix | Delete
Fixed the admin file edit form to correctly apply HTML filtering (#935)
[82] Fix | Delete
Fixed a leftover PHP 7.2 deprecation warning in the YAML component (rarely used)
[83] Fix | Delete
[84] Fix | Delete
Changes
[85] Fix | Delete
[86] Fix | Delete
Login forms now use simpler styling to improve appearance with longer text (as in when using some locales)
[87] Fix | Delete
The search reindex process will now continue through errors (#930, contributed by @timstallmann)
[88] Fix | Delete
Allowed size for theme uploads increased to 1 MB
[89] Fix | Delete
[90] Fix | Delete
For Developers
[91] Fix | Delete
[92] Fix | Delete
Omeka_Record_AbstractRecord::delete() now returns true on success (#906)
[93] Fix | Delete
New rich_title property for records
[94] Fix | Delete
The default fallback image for files (the "page" icon) can now be overridden like the type-specific icons by passing * as the type to add_file_fallback_image (#916, contributed by @DBinaghi)
[95] Fix | Delete
tag_attributes now accepts int and float values instead of stripping them (#921)
[96] Fix | Delete
Shortcode arguments are now always an array
[97] Fix | Delete
File uploads can now specify the key order to set file order within an item directly at ingest
[98] Fix | Delete
getID3 updated to 1.9.20
[99] Fix | Delete
HTMLPurifier updated to 4.13.0
[100] Fix | Delete
[101] Fix | Delete
Release Notes for 2.7.1
[102] Fix | Delete
---------------------------
[103] Fix | Delete
[104] Fix | Delete
The minimum required version of PHP is now 5.4.
[105] Fix | Delete
Features
[106] Fix | Delete
[107] Fix | Delete
PHP 7.4 support
[108] Fix | Delete
[109] Fix | Delete
Bugs Fixed
[110] Fix | Delete
[111] Fix | Delete
Direct upgrades from significantly old versions could fail on the "unEntityTags" migration
[112] Fix | Delete
Tags could not be deleted through the API
[113] Fix | Delete
The link to the Omeka documentation on error pages referred to the older Omeka site structure
[114] Fix | Delete
Mismatched closing tag on login pages
[115] Fix | Delete
Files with large amounts of embedded metadata could fail when uploading
[116] Fix | Delete
[117] Fix | Delete
Internationalization
[118] Fix | Delete
[119] Fix | Delete
Updates to Catalan, Esperanto, Spanish, French, Italian, Japanese, Brazilian Portuguese, Albanian, Ukrainian
[120] Fix | Delete
[121] Fix | Delete
External Libraries
[122] Fix | Delete
[123] Fix | Delete
getID3 updated to 1.9.18
[124] Fix | Delete
HTML Purifier updated to 4.12.0
[125] Fix | Delete
Removed Zend_Test_PHPUnit and Zend_Tool components
[126] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function