Skip to content

Commit

Permalink
Bump version to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Jan 31, 2023
1 parent e9b217b commit a8bc6ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,13 @@
# Release Notes

## WIP
## 2.3.7 (2023-01-31)

- Batch update collection items state
- Add state filter to collection items view
- Fix possible infinite content population loop
- Fix filter option for collection link field
- Add content view aside event triggers
- Deep clone data object for preview interpolation
- Update vendor libs

## 2.3.6 (2023-01-03)
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
@@ -1,6 +1,6 @@
<?php

define('APP_VERSION', '2.3.6');
define('APP_VERSION', '2.3.7');

if (!defined('APP_START_TIME')) define('APP_START_TIME', microtime(true));
if (!defined('APP_ADMIN')) define('APP_ADMIN', false);
Expand Down

0 comments on commit a8bc6ff

Please sign in to comment.