Skip to content

Commit

Permalink
[RELEASE] Small maintenance release. Bugfix and minor improvements.
Browse files Browse the repository at this point in the history
Bugfix for image file collection. Support EXIF flash property in EXT:extractor. Improve property caching.

Changelog: 4.2.2...4.2.3
  • Loading branch information
fnagel committed Mar 21, 2021
1 parent 3f14614 commit f03995d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[general]
copyright = 2020
copyright = 2021
project = Generic Gallery
release = latest

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'state' => 'stable',
'uploadfolder' => '1',
'clearCacheOnLoad' => 1,
'version' => '4.2.3-dev',
'version' => '4.2.3',
'constraints' => [
'depends' => [
'php' => '7.0.0-7.4.99',
Expand Down

0 comments on commit f03995d

Please sign in to comment.