Skip to content

Commit

Permalink
build: v2.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Nov 28, 2023
1 parent 6d212e2 commit 6fa7189
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.


## 2.21.4 (11/28/2023)

### Fixes
- Panel: Group paginate error


## 2.21.3 (11/24/2023)

### Fixes
Expand Down
6 changes: 3 additions & 3 deletions app/Helpers/AppHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

class AppHelper
{
const VERSION = '2.21.3';
const VERSION_MD5 = '670a9b95a9175f5e74b3c13d8799c59f';
const VERSION_MD5_16BIT = 'a9175f5e74b3c13d';
const VERSION = '2.21.4';
const VERSION_MD5 = 'aca1584a748aa60c88f0516d9325da01';
const VERSION_MD5_16BIT = '748aa60c88f0516d';

// fresns test helper
public static function fresnsTestHelper(): mixed
Expand Down
2 changes: 1 addition & 1 deletion fresns.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fresns",
"version": "2.21.3",
"version": "2.21.4",
"license": "Apache-2.0",
"homepage": "https://fresns.org",
"plugins": {}
Expand Down
2 changes: 1 addition & 1 deletion public/status.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fresns",
"version": "2.21.3",
"version": "2.21.4",
"activate": true,
"deactivateDescribe": {
"default": ""
Expand Down

0 comments on commit 6fa7189

Please sign in to comment.