| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| impresscms_2.0.0.gz | 2025-01-06 | 21.8 MB | |
| impresscms_2.0.0.zip | 2025-01-06 | 24.0 MB | |
| ImpressCMS 2.0 source code.tar.gz | 2025-01-06 | 21.8 MB | |
| ImpressCMS 2.0 source code.zip | 2025-01-06 | 23.9 MB | |
| README.md | 2025-01-06 | 10.1 kB | |
| Totals: 5 Items | 91.4 MB | 0 | |
ImpressCMS 2.0.0 is the culmination of years of refactorings, cleanups and improvements to the core of this open source PHP based multilingual CMS.
ImpressCMS now supports PHP version from the old 7.4 right up to the latest 8.4, letting your sites profit from the efficiency and speed improvements from those latest PHP versions.
What's Changed
- Updated branch references & readme by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1223
- Delete htdocs/editors/tinymce directory by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1273
- Remove openid by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1274
- align syntax of DB interface and mysql implementation with PDO by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1287
- Fix mailuser by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1288
- Cleanup all deprecated files and functions in the core by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1320
- Fixes DB interfaces incompatibilies between different PHP versions by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1321
- Fixes DB crash if DB encoding value is empty by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1322
- Fix: notice undefined index utf8 in htdocs/install/page_dbsettings.php on line 138 by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1323
- Remove get_magic_quotes_gpc calls by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1327
- Cookie hardening by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1331
- removing files from previous versions that are no longer there by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1330
- replace create_function with anonymous function by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1342
- Changes to make the upgrade actually work by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1344
- Implementing new test for TinyMCE and restoring the tests for FCKeditor by @skenow in https://github.com/ImpressCMS/impresscms/pull/1351
- Remove Slack badge from README in 1.5.x branch by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1354
- Fix XSS via DB_CHARSET parameter (H1 [#1825770]) by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1381
- Fixed [#1345] - 'undefined constant in PHP 8 on install/page_tablesfill.php page' by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1388
- Fixed bug when saving system preference by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1389
- Fixed [#1090] - user creating and editing by @MekDrop in https://github.com/ImpressCMS/impresscms/pull/1390
- Including necessary language file to prevent installation errors in PHP8 by @skenow in https://github.com/ImpressCMS/impresscms/pull/1396
- upgrade cssTidy to 2.0.3, with support for PHP 8 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1398
- upgrade simplepie to 1.8.0 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1405
- Fix ternary expression for php8 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1397
- Update 1.5.x mimunum requirements by @skenow in https://github.com/ImpressCMS/impresscms/pull/1409
- Csstidy warning update - include check for unlock file by @skenow in https://github.com/ImpressCMS/impresscms/pull/1416
- Errors in the Nederlands install language files by @skenow in https://github.com/ImpressCMS/impresscms/pull/1415
- 1.5.x php7+ by @skenow in https://github.com/ImpressCMS/impresscms/pull/1430
- Updating PHPMailer for PHP8 support by @skenow in https://github.com/ImpressCMS/impresscms/pull/1453
- PHP8 compliance updates by @skenow in https://github.com/ImpressCMS/impresscms/pull/1459
- Update to HTMLPurifier for PHP8 compliance by @skenow in https://github.com/ImpressCMS/impresscms/pull/1458
- Return correct types for custom session handlers by @skenow in https://github.com/ImpressCMS/impresscms/pull/1464
- get installer working on PHP 8.1 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1476
- Move analytics code to preload by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1429
- Adapt install texts for PHP requirements by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1483
- Updating WideImage for PHP8 compliance by @skenow in https://github.com/ImpressCMS/impresscms/pull/1465
- improve theme selector by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1485
- Fixes fatal error in googleanalytics preload by @skenow in https://github.com/ImpressCMS/impresscms/pull/1487
- Image editor fixes - crop, resize, filter plugins by @skenow in https://github.com/ImpressCMS/impresscms/pull/1489
- Update to HTMLPurifier 4.15 by @skenow in https://github.com/ImpressCMS/impresscms/pull/1492
- Fix 1.5.x symlink errors by @skenow in https://github.com/ImpressCMS/impresscms/pull/1498
- replace $icmsModule with icms::$modulein about page by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1497
- Security fix : upgrade Jquery 3.7.0 & jQuery UI 1.13.2 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1490
- language switcher refactoring by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1496
- Smiley adminstration input filtering by @skenow in https://github.com/ImpressCMS/impresscms/pull/1500
- Updates to DataFilter - string filters for PHP8 and signature filtering by @skenow in https://github.com/ImpressCMS/impresscms/pull/1507
- Remove all references to banners by @skenow in https://github.com/ImpressCMS/impresscms/pull/1509
- bool to countable in module object by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1510
- Add current theme info into the theme block by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1513
- Format code, use strlen instead of sizeof on a string by @skenow in https://github.com/ImpressCMS/impresscms/pull/1517
- Date notation fixes for europe in Dutch translations by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1524
- Making sure password reset key is unique and temporary by @skenow in https://github.com/ImpressCMS/impresscms/pull/1527
- Update language constants for users by @skenow in https://github.com/ImpressCMS/impresscms/pull/1544
- Cleanup social provider list by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1553
- Remove data for bannerclient from install by @skenow in https://github.com/ImpressCMS/impresscms/pull/1558
- Remove banner tables and config item by @skenow in https://github.com/ImpressCMS/impresscms/pull/1559
- cleanup icms.css by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1563
- Third batch of $icmsModule removals by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1555
- Update version.php to new 2.0.0 beta 2 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1554
- upgrade Ckeditor 4.22.1 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1570
- Icmsmodule cleanup part2 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1567
- fix indirect variable handling in IPF select form element by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1574
- Remove use of $icmsModule in notification Handler.php by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1576
- fix the module update by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1572
- some last lingering $icmsModule uses by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1573
- Adding codeclimate configuration by @skenow in https://github.com/ImpressCMS/impresscms/pull/1582
- Adding automatic upgrades for 2 core tables by @skenow in https://github.com/ImpressCMS/impresscms/pull/1585
- Remove old columns from the users table Resolves [#1561] by @skenow in https://github.com/ImpressCMS/impresscms/pull/1588
- handle if columns to remove from users table have already been removed by @skenow in https://github.com/ImpressCMS/impresscms/pull/1590
- Remove content file and delete during an upgrade if the module is not installed by @skenow in https://github.com/ImpressCMS/impresscms/pull/1592
- Removing extra code block for users table fields by @skenow in https://github.com/ImpressCMS/impresscms/pull/1591
- Convert to current global for $icmsModule by @skenow in https://github.com/ImpressCMS/impresscms/pull/1595
- Small bug fixes by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1594
- fix:the $icmsModule mentioned here was a local variable and should no… by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1598
- Fix:Fix the CKEditor Image Manager that couldn't find WideImage by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1601
- fix:make addslashes parameter nullable by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1600
- Upgrade PHPMailer to PHPMailer 6.9.3 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1596
- Ckeditor custom config by @skenow in https://github.com/ImpressCMS/impresscms/pull/1605
- fix: Improve Database compatibility with PHP 7.4 by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1597
- fix:add array declarations to installer by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1604
- Fix: Add missing css to admin css by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1602
- Choosing the rulesets for PHPMD in codeclimate see [#1607] by @skenow in https://github.com/ImpressCMS/impresscms/pull/1608
- fix:Resolve most warnings in the console by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1610
- chore:no need to check for PHP_VERSION_ID anymore by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1611
- fix: improve visibility of icms_ipf_view_column by @fiammybe in https://github.com/ImpressCMS/impresscms/pull/1612
Full Changelog: https://github.com/ImpressCMS/impresscms/compare/v1.4.6...v2.0.0