You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,33 @@
2
2
3
3
---
4
4
5
-
Copyright (c) 2004-2023 OIC Group, Inc.
5
+
Copyright (c) 2004-2025 OIC Group, Inc.
6
6
7
7
## Changes
8
8
9
9
For a more detailed changelog visit [https://github.com/exponentcms/exponent-cms/commits/master](https://github.com/exponentcms/exponent-cms/commits/master)
10
10
11
11
---
12
12
13
+
Version 2.7.2
14
+
-------------
15
+
16
+
### Address issues in v2.7.1 and Prepare for v3.0.2
17
+
18
+
- compatible with PHP v7.4.x, v8.0.x, v8.1.x and v8.2.x
19
+
- deprecated support for PHP v5.6.x, v7.0.x, v7.1.x, v7.2.x and v7.3.x still exists
20
+
- initial support for PHP v8.3.x and v8.4.x
21
+
- adds better metainfo for forms and records
22
+
- adds feature to add dates to an existing event
23
+
- adds new blog dates calendar view
24
+
- adds invisible reCaptcha option
25
+
- adds multi-column form controls
26
+
- adds optional titles for containers to help sorting modules
27
+
- adds sort items feature to dropdown control form editing
28
+
- removes auto updating tables on eql restore to prevent timeouts
29
+
- fixes several warnings/issues with PHP v8
30
+
- fixes and tweaks many issues in previous versions
0 commit comments