Skip to content

Commit 13d8066

Browse files
committed
update changelogs
1 parent 719d332 commit 13d8066

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ For a more detailed changelog visit [https://github.com/exponentcms/exponent-cms
1010

1111
---
1212

13+
Version 2.7.3
14+
-------------
15+
16+
### Address issues in v2.7.2 and add fixes found in v3.0.3
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+
- support for PHP v8.3.x and later has NOT been tested and can't be guaranteed
21+
- fixes and tweaks many issues in previous versions
22+
1323
Version 2.7.2
1424
-------------
1525

external/ExtPrograms.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ less.php,3.2.0exp,github.com/wikimedia/less.php,3.2.1/4.4.1/5.4.0,php v5.6 regre
2828
Twitter-Bootstrap2,2.3.2,github.com/twbs/bootstrap,2.3.2,"patched bootstrap.less includes swatches, fontawesome & exp variables"
2929
Bootstrap3,3.4.1,github.com/twbs/bootstrap,3.4.1,patched bootstrap.less includes swatches & exp variables
3030
Bootstrap4,4.6.2,github.com/twbs/bootstrap,4.6.2,"patched bootstrap.scss includes swatches & exp variables, remove @page"
31-
Bootstrap5,5.3.7,github.com/twbs/bootstrap,5.3.8,patched bootstrap.scss includes swatches & exp variables
31+
Bootstrap5,5.3.8,github.com/twbs/bootstrap,5.3.8,patched bootstrap.scss includes swatches & exp variables
3232
popper.js/floating-ui,1.16.1,github.com/FezVrasta/popper.js,1.16.1/2.11.8,needed by BS4/BS5 (umd)
3333
Bootswatch2,2.3.2,bootswatch.com,2.3.2,
3434
Bootswatch3,3.4.1+1,bootswatch.com,3.4.1+1,change 1st line variables.less comment to output to .css file

install/changes/2.7.3.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Version 2.7.2
2+
-------------
3+
### Address issues in v2.7.1 and Prepare for v3.0.2
4+
- compatible with PHP v7.4.x, v8.0.x, v8.1.x and v8.2.x
5+
- deprecated support for PHP v5.6.x, v7.0.x, v7.1.x, v7.2.x and v7.3.x still exists
6+
- initial support for PHP v8.3.x and v8.4.x
7+
- adds better metainfo for forms and records
8+
- adds feature to add dates to an existing event
9+
- adds new blog dates calendar view
10+
- adds invisible reCaptcha option
11+
- adds multi-column form controls
12+
- adds optional titles for containers to help sorting modules
13+
- adds sort items feature to dropdown control form editing
14+
- removes auto updating tables on eql restore to prevent timeouts
15+
- fixes several warnings/issues with PHP v8
16+
- fixes and tweaks many issues in previous versions

0 commit comments

Comments
 (0)