|
1 | 1 | This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
|
2 | 2 | development release, and is only shown to give an idea of what's currently in the pipeline.
|
3 | 3 |
|
| 4 | +Evolution CMS 3.2.4 (December 7, 2023) |
| 5 | +* [GitHub: 29045e9] - Add Nginx config file. (Seiger) |
| 6 | +* [GitHub: bda3ee8] - Add 'document' as content type in case if it's defaulted due to plugin error. (elcreator) |
| 7 | +* [GitHub: 9a0f5e9] - Fix security CVE-2023-43340-Evolution-Reflected-XSS---Installation-Admin-Options (GHSA-432f-967f-vxg4). (Seiger) |
| 8 | +* [GitHub: 770a6f3] - Fix security CVE-2023-43341-Evolution-Reflected-XSS---Installation-Connection- (GHSA-5h47-9rm5-fx3f). (Seiger) |
| 9 | +* [GitHub: 77064bb] - Fix PHP 8 errors in page to show document's data. (Seiger) |
| 10 | +* [GitHub: 7d8e446] - Fix Resources tree. (Seiger) |
| 11 | +* [GitHub: c2d7261] - Fix text/html content type by default.text/html content type by default. (Seiger) |
| 12 | +* [GitHub: 12862bf] - Fix UK translates. (Seiger) |
| 13 | +* [GitHub: a49b088] - Fix Manager lang if install lang is English. (Seiger) |
| 14 | +* [GitHub: fe7f44c] - Fix Refactor installation. (Seiger) |
| 15 | +* [GitHub: 1e472b3] - Fix Refactor executeParser(). (Seiger) |
| 16 | + |
| 17 | +Evolution CMS 3.2.3 (August 29, 2023) |
| 18 | +* [GitHub: 818812a] - Add WEBP thumbnail. (Seiger) |
| 19 | +* [GitHub: 1a1e0e9] - Add Active class for custom admin panel menu item. (Seiger) |
| 20 | +* [GitHub: 779f4ad] - Add setLexicon(). (Seiger) |
| 21 | +* [GitHub: a975842] - Fix Standard link not working #2065. (Seiger) |
| 22 | +* [GitHub: 5643a1e] - Fix Bug with getDocumentChildren() and getAllChildren() #2089. (Seiger) |
| 23 | +* [GitHub: 16d1956] - Fix Error: The session id is too long or contains illegal character #2104. (Seiger) |
| 24 | +* [GitHub: 2931ba6] - Fix Help tabs refactor. (Seiger) |
| 25 | +* [GitHub: 8a8725a] - Fix Core toDateFormat with Nesbot Carbon. (Seiger) |
| 26 | +* [GitHub: ed97c18] - Fix CLI Installer. (Seiger) |
| 27 | +* [GitHub: 32f1834] - Fix Legacy/Cache/escapeDoubleQuotes(). (Seiger) |
| 28 | +* [GitHub: 660d7d1] - Fix HTTPS:// for route(). (Seiger) |
| 29 | +* [GitHub: 594dc1b] - Fix Mutate content dynamic. (Seiger) |
| 30 | +* [GitHub: b1ad0b4] - Fix UK translate. (Seiger) |
| 31 | +* [GitHub: 3fa7d70] - Fix Last login in Manager widget. (Seiger) |
| 32 | +* [GitHub: 40219fb] - Fix Tree sorting if id is 0. (Seiger) |
| 33 | +* [GitHub: 2ec0607] - Fix Friendly url in php 8.2. (Seiger) |
| 34 | +* [GitHub: bbfc1b8] - Fix Attempt to modify property "config" on null. (Seiger) |
| 35 | +* [GitHub: b1a7abe] - Fix Mainloader. (Seiger) |
| 36 | +* [GitHub: dcd99ad] - Fix Double slashes in resourcePath(). (Seiger) |
| 37 | + |
4 | 38 | Evolution CMS 3.2.2 (May 30, 2023)
|
5 |
| -[GitHub: a3ebb44] - Fix Version Updater. (Seiger) |
| 39 | +* [GitHub: a3ebb44] - Fix Version Updater. (Seiger) |
6 | 40 |
|
7 | 41 | Evolution CMS 3.2.1 (May 23, 2023)
|
8 |
| -[GitHub: 0442861] - Fix Errors bkmanager. (Seiger ) |
9 |
| -[GitHub: ff1d0b7] - Add Check Role and Blade directive. (Seiger) |
10 |
| -[GitHub: 2ccccc4] - Add Redirect after save configuration #91. (Seiger) |
11 |
| -[GitHub: 5c99f20] - Add Sortable Table in Manage Files #169. (Seiger) |
| 42 | +* [GitHub: 0442861] - Fix Errors bkmanager. (Seiger ) |
| 43 | +* [GitHub: ff1d0b7] - Add Check Role and Blade directive. (Seiger) |
| 44 | +* [GitHub: 2ccccc4] - Add Redirect after save configuration #91. (Seiger) |
| 45 | +* [GitHub: 5c99f20] - Add Sortable Table in Manage Files #169. (Seiger) |
12 | 46 |
|
13 | 47 | Evolution CMS 3.2.0 (May 15, 2023)
|
14 |
| -!!! Notice: minimum PHP version 8.1. !!! |
15 |
| -[GitHub: bb9e300] - Up Core to Laravel 10.x components (Seiger) |
16 |
| -[GitHub: 41b368d] - Fix for PHP 8.1 (Seiger) |
17 |
| -[GitHub: ef10cd2] - Add custom Icons for Modules (Seiger) |
18 |
| -[GitHub: 0524a8c] - Delete some deprecated methods (Ser1ous) |
19 |
| -[GitHub: c4ce08e] - Add Schedule (Seiger) |
20 |
| -[GitHub: e69a9bd] - Fixed RSS (elcreator) |
21 |
| -[GitHub: bb54535] - 3.x refactor (yama) |
| 48 | +* !!! Notice: minimum PHP version 8.1. !!! |
| 49 | +* [GitHub: bb9e300] - Up Core to Laravel 10.x components (Seiger) |
| 50 | +* [GitHub: 41b368d] - Fix for PHP 8.1 (Seiger) |
| 51 | +* [GitHub: ef10cd2] - Add custom Icons for Modules (Seiger) |
| 52 | +* [GitHub: 0524a8c] - Delete some deprecated methods (Ser1ous) |
| 53 | +* [GitHub: c4ce08e] - Add Schedule (Seiger) |
| 54 | +* [GitHub: e69a9bd] - Fixed RSS (elcreator) |
| 55 | +* [GitHub: bb54535] - 3.x refactor (yama) |
22 | 56 |
|
23 | 57 | Evolution CMS 3.1.9 (Mar 1, 2022)
|
24 | 58 | * [GitHub: b366ca68a] - Image of the entrance in accordance with the russian military invasion of Ukraine. (dmi3yy)
|
|
0 commit comments