We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0c6ff commit 11f12d2Copy full SHA for 11f12d2
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## v4.1.x-dev
+## v4.1.0
4
- Switch from pagination "plugin" to "widget" for Tablesorter. Allows us to update to the latest version of TS (fix #688, #715)
5
- Implement `WhoopsRenderer` for pretty debug pages. See (#674)
6
- Refactor error handling. Move responsibility for displayErrorDetails to handlers, and factor our ErrorRenderers. Addresses (#702)
app/defines.php
@@ -3,7 +3,7 @@
namespace UserFrosting;
// Some standard defines
-define('UserFrosting\VERSION', '4.1.x-dev');
+define('UserFrosting\VERSION', '4.1.0');
7
define('UserFrosting\DS', '/');
8
define('UserFrosting\PHP_MIN_VERSION', '5.6');
9
define('UserFrosting\DEBUG_CONFIG', false);
0 commit comments