Skip to content

Commit 9d676e0

Browse files
committed
prep for release of v2.7.1patch2
1 parent 91fe387 commit 9d676e0

3 files changed

Lines changed: 4 additions & 17 deletions

File tree

CHANGELOG.md

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

1111
---
1212

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-
- add better metainfo for forms and records
20-
- add feature to add dates to an existing event
21-
- new blog dates calendar view
22-
- add invisible reCaptcha option
23-
- fixes several warnings/issues with PHP v8
24-
- fixes and tweaks many issues in previous versions
25-
2613
Version 2.7.1
2714
-------------
2815

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Copyright (c) 2004-2023 OIC Group, Inc.
88

99
For a complete list of the changes made from release to release, see the [CHANGELOG.md](CHANGELOG.md)
1010

11-
## 2.7.2 - July 2023
11+
## 2.7.1 - February 2023
1212

1313
----------
1414

15-
### Finalize support for PHP v8.2. Also addresses issues in v2.7.1 and Prepares for v3.0.2.
15+
### Finalize PHP v8.1 and initialsupport for PHP v8.2 stricter standards. Also addresses issues in v2.7.0 and Prepares for v3.0.0.

exponent_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
* This number is bumped each time a distribution of a single version is
4242
* released. For instance, the 3rd beta has an version type iteration of 3.
4343
*/
44-
define('EXPONENT_VERSION_ITERATION', '1'); // only applies to betas, alphas, or release candidates
44+
define('EXPONENT_VERSION_ITERATION', 2); // only applies to betas, alphas, or release candidates
4545
/** exdoc
4646
* This is the date that this version of Exponent was released.
4747
*/
48-
define('EXPONENT_VERSION_BUILDDATE', 1678230000);
48+
define('EXPONENT_VERSION_BUILDDATE', 1685577600);
4949
} else {
5050
// the info for the "next" version if we are a pre-release from the repository
5151
define('EXPONENT_VERSION_MAJOR', 2);

0 commit comments

Comments
 (0)