Skip to content

Commit

Permalink
updated to 3.0.4.0.20240520
Browse files Browse the repository at this point in the history
  • Loading branch information
akaunderr committed May 20, 2024
1 parent 76c5043 commit cf05385
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log (3.0.x.x)

## 2024.05.20
### Updated
- Installing symfony/deprecation-contracts (v2.5.3).
- Upgrading twig/twig (v3.8.0 => v3.10.3).

## 2024.05.17
### Fixed
- Hide disabled custom fields when adding/editing orders in the admin.
Expand Down
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Version
define('VERSION', '3.0.4.0.20240517');
define('VERSION', '3.0.4.0.20240520');

// Configuration
if (is_file('config.php')) {
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Version
define('VERSION', '3.0.4.0.20240517');
define('VERSION', '3.0.4.0.20240520');

// Configuration
if (is_file('config.php')) {
Expand Down

0 comments on commit cf05385

Please sign in to comment.