Skip to content

Commit 902c20d

Browse files
committed
v1.0.0
Simplified system config in /config/config.php Added Request Class Updated readmie.md
1 parent ac6dbf5 commit 902c20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
define('EZ_PHP_DISPLAY_ERRORS', 'On'); //'On' or 'Off'. Specify if PHP shows runtime errors at all. See: https://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors
2222
define('EZ_PHP_DISPLAY_STARTUP_ERRORS', 'On'); //'On' or 'Off'. Specify if PHP shows startup errors. See: https://www.php.net/manual/en/errorfunc.configuration.php#ini.display-startup-errors
2323
define('EZ_PHP_ERROR_REPORTING', -1); //PHP error reporting level. See: https://www.php.net/manual/en/function.error-reporting.php
24-
define('EZ_VERSION', 'v1.0.0-beta.4'); //Version of ez-mvc (just in case u wanna know)
24+
define('EZ_VERSION', 'v1.0.0'); //Version of ez-mvc (just in case u wanna know)

0 commit comments

Comments
 (0)