Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Silex Maintenance Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jards
Silex Maintenance Fork
Commits
fd0852eb
Commit
fd0852eb
authored
8 years ago
by
Fabien Potencier
Browse files
Options
Downloads
Patches
Plain Diff
prepared the 2.0.3 release
parent
2ea468a2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/changelog.rst
+1
-1
1 addition, 1 deletion
doc/changelog.rst
src/Silex/Application.php
+1
-1
1 addition, 1 deletion
src/Silex/Application.php
with
2 additions
and
2 deletions
doc/changelog.rst
+
1
−
1
View file @
fd0852eb
Changelog
=========
2.0.3 (2016-
XX-XX
)
2.0.3 (2016-
08-22
)
------------------
* fixed lazy evaluation of 'monolog.use_error_handler'
...
...
This diff is collapsed.
Click to expand it.
src/Silex/Application.php
+
1
−
1
View file @
fd0852eb
...
...
@@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider;
*/
class
Application
extends
Container
implements
HttpKernelInterface
,
TerminableInterface
{
const
VERSION
=
'2.0.3
-DEV
'
;
const
VERSION
=
'2.0.3'
;
const
EARLY_EVENT
=
512
;
const
LATE_EVENT
=
-
512
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment