Skip to content

Releases: ImpressCMS/impresscms

1.4.6

27 Nov 14:02
9461de6
Compare
Choose a tag to compare

What's Changed

Bugfixes

Updates

Full Changelog: v1.4.5...v1.4.6

Download ImpressCMS

1.4.6 RC

24 Nov 10:57
0be4cbe
Compare
Choose a tag to compare
1.4.6 RC Pre-release
Pre-release

What's Changed

Bugfix

Full Changelog: v1.4.5...v1.4.6_rc

Download ImpressCMS

v1.4.5

06 Jul 06:17
4421505
Compare
Choose a tag to compare

This changes the in-built Universal Analytics integration to the new Google Analytics 4.

There are no other changes with regards to ImpressCMS 1.4.4.

Download ImpressCMS

v1.4.5 Alpha

05 Jul 19:35
5e1ac1a
Compare
Choose a tag to compare
v1.4.5 Alpha Pre-release
Pre-release

Update the 1.4 branch to make it work with Google Analytics 4 after the sunsetting of Google Universal Analytics.

Download ImpressCMS

1.5.0 RC

13 Nov 09:33
d3756f6
Compare
Choose a tag to compare
1.5.0 RC Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.4...v1.5.0-rc

Download ImpressCMS

v1.5.0 beta

01 Oct 06:45
dd96434
Compare
Choose a tag to compare
v1.5.0 beta Pre-release
Pre-release

The 1.5 branch will move to support PHP 7.4 and PHP 8.0, alongside support for MySQL 8. We also did some housekeeping by removing rarely-used external parts such as the OpenID login or the outdated TinyMCE integration.

What's Changed

Full Changelog: v1.4.4...v1.5.0-beta

v1.4.4

09 Mar 10:23
e1fa101
Compare
Choose a tag to compare

What's Changed

  • Applying the filters to inner elements of arrays by @skenow in #1162
  • Additional input filtering - mailusers, findusers, checkVarArray inner elements by @skenow in #1163
  • Filtering updates for blocksadmin and mailusers by @skenow in #1164
  • Prepare 1.4.4 by @fiammybe in #1171

Full Changelog: v1.4.3...v1.4.4

Download ImpressCMS

v1.4.3

05 Feb 23:49
e85b158
Compare
Choose a tag to compare

What's Changed

  • Fixed some warnings and notices in installer for newer PHP versions by @MekDrop in #882
  • Protector get_magic_quotes_gpc fix for php 7.4 by @MekDrop in #884
  • Smiles in misc.php now are escaped by @MekDrop in #890
  • Fix "#881 trying to send mails with SMTP auth gives missing smtp class" by @MekDrop in #889
  • Added exception handler by @MekDrop in #888
  • Fixed bug when handlers from module separate files cant be loaded by @MekDrop in #887
  • Fixes 'Notice: Only variables should be passed by reference in /home/vagrant/impresscms/htdocs/libraries/icms/config/Handler.php on line 237' by @MekDrop in #886
  • Fixed bug when admin menu can't regenerate when module folder is removed before uninstalling by @MekDrop in #897
  • Fixed syntax error in include/registerform.php by @MekDrop in #896
  • fix vulnerability in autoloader by @fiammybe in #913
  • block path traversal in image editor, transform .. to _ by @fiammybe in #915
  • Fixes/ipf table filtering - limitsel missing POST value by @skenow in #937
  • Adjusted template file inclusion for correct path. Fixes #603 by @skenow in #944
  • Increase input sanitizing for system module and submodules by @skenow in #943
  • Dev/jquery inclusion by @skenow in #935
  • Fix for modules admin; user language files - fix #948 by @skenow in #949
  • Update release_notes.md by @fiammybe in #1058
  • Added filtering to the input in setSortOrder in icms_ipf_table by @fiammybe in #966
  • filter url variable in findusers.php by @fiammybe in #967
  • Remove the old FCKEditor - no longer supported by @fiammybe in #833
  • add CKEditor 4.17.1 by @fiammybe in #1095
  • Protector updates - PHP8 compatibility, update and remove legacy code by @skenow in #1098
  • Preparations for the 1.4.3 RC release by @fiammybe in #1099
  • Add a default parameter to addSlashes by @fiammybe in #1108
  • Improvements in findusers logic and filtering by @skenow in #1110
  • Undefined language constants for CKeditor in general preferences by @skenow in #1111
  • Accept token for valid users only by @skenow in #1115
  • User cookie could be contaminated - filter added by @skenow in #1117
  • Protector enhancements and added security by @skenow in #1118
  • Prepare 1.4.3 RC2 release by @fiammybe in #1109
  • Making sure protector gets installed during the site installation by @skenow in #1137
  • Changing filter method for request_uri to filter_sanitize_string by @skenow in #1136
  • Fix for information displayed in protector admin and debug console by @skenow in #1154
  • release 1.4.3 by @fiammybe in #1155

Full Changelog: v1.4.2...v1.4.3

Download ImpressCMS

v1.4.3-rc2

12 Jan 13:16
73e72a5
Compare
Choose a tag to compare
v1.4.3-rc2 Pre-release
Pre-release

What's Changed

  • Fixed some warnings and notices in installer for newer PHP versions by @MekDrop in #882
  • Protector get_magic_quotes_gpc fix for php 7.4 by @MekDrop in #884
  • Smiles in misc.php now are escaped by @MekDrop in #890
  • Fix "#881 trying to send mails with SMTP auth gives missing smtp class" by @MekDrop in #889
  • Added exception handler by @MekDrop in #888
  • Fixed bug when handlers from module separate files cant be loaded by @MekDrop in #887
  • Fixes 'Notice: Only variables should be passed by reference in /home/vagrant/impresscms/htdocs/libraries/icms/config/Handler.php on line 237' by @MekDrop in #886
  • Fixed bug when admin menu can't regenerate when module folder is removed before uninstalling by @MekDrop in #897
  • Fixed syntax error in include/registerform.php by @MekDrop in #896
  • fix vulnerability in autoloader by @fiammybe in #913
  • block path traversal in image editor, transform .. to _ by @fiammybe in #915
  • Fixes/ipf table filtering - limitsel missing POST value by @skenow in #937
  • Adjusted template file inclusion for correct path. Fixes #603 by @skenow in #944
  • Increase input sanitizing for system module and submodules by @skenow in #943
  • Dev/jquery inclusion by @skenow in #935
  • Fix for modules admin; user language files - fix #948 by @skenow in #949
  • Update release_notes.md by @fiammybe in #1058
  • Added filtering to the input in setSortOrder in icms_ipf_table by @fiammybe in #966
  • filter url variable in findusers.php by @fiammybe in #967
  • Remove the old FCKEditor - no longer supported by @fiammybe in #833
  • add CKEditor 4.17.1 by @fiammybe in #1095
  • Protector updates - PHP8 compatibility, update and remove legacy code by @skenow in #1098
  • Preparations for the 1.4.3 RC release by @fiammybe in #1099
  • Add a default parameter to addSlashes by @fiammybe in #1108
  • Improvements in findusers logic and filtering by @skenow in #1110
  • Undefined language constants for CKeditor in general preferences by @skenow in #1111
  • Accept token for valid users only by @skenow in #1115
  • User cookie could be contaminated - filter added by @skenow in #1117
  • Protector enhancements and added security by @skenow in #1118
  • Prepare 1.4.3 RC2 release by @fiammybe in #1109

Full Changelog: v1.4.2...v1.4.3-rc2

Download ImpressCMS

v2.0.0 alpha 12

19 Jan 14:12
133d2a1
Compare
Choose a tag to compare
v2.0.0 alpha 12 Pre-release
Pre-release

What's Changed

🚀 Features

🐛 Bug Fixes

  • Fixed incorrect urls for PageNav generated links @MekDrop (#1107)
  • Enable migrations for modules in module installer/updating/removing @MekDrop (#1104)
  • Fixed module block titles/names from constants resolving @MekDrop (#1103)
  • Fixes few issues with page_modulesinstall.php for installer @MekDrop (#1102)
  • Add IcmsPersistableController to legacy class resolving map @MekDrop (#1101)
  • Remove few system module services that was previously defined in core @MekDrop (#1093)
  • Fixes system module upgrading from installer @MekDrop (#1091)
  • Fixes some old class references resolving for some older modules @MekDrop (#1087)
  • Fixes crash when not correct order comes from user data for table @MekDrop (#1086)
  • Fixed namespaces issues for never PHP in footer.php and header.php @MekDrop (#1083)
  • Fixed legacy url index.php resolving when they are described as paths @MekDrop (#1084)
  • Use new version imponeer/smarty-db-resource @MekDrop (#1013)
  • Corrected DataFilter class usage @MekDrop (#1070)
  • Fixed crashing translator when translation folder contains index file @MekDrop (#1072)
  • Fixed bug when HTTP headers for modules that doesn't use controllers where stripped @MekDrop (#1061)
  • Fixed media uploader sizes checks when there is no limit set @MekDrop (#1069)
  • image.php rewritten as controller action @MekDrop (#1068)
  • Fixed 'Class "ImpressCMS\Core\Database\Legacy\Updater\ReflectionClass" not found' bug @MekDrop (#1066)
  • Fixed fatal error (PHP 8.x) when config item doesn't have a description @MekDrop (#1067)
  • Fixed bug when legacy module crashed due translations constants not loaded at correct time @MekDrop (#1065)
  • Fixed rights check for legacy URL modules @MekDrop (#1064)
  • Fixed module model resolving to be able to work with PHP 8.x @MekDrop (#1063)
  • Fixed module submenu counting bug for PHP 8.x @MekDrop (#1062)
  • Fixed bug when version getting failed for never PHP in system admin @MekDrop (#1060)
  • Fixed translation loading for module admin menus @MekDrop (#1059)
  • PHP 8.0 & PHP 8.1 support @MekDrop (#1053)

🧰 Maintenance

Download ImpressCMS