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 a3659f9 commit 1098cbfCopy full SHA for 1098cbf
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Parable PHP Framework
2
3
+## 2.0.2
4
+
5
+_Changes_
6
+- It's been in alpha so long I forgot `Application::VERSION` existed! BOOM. 2.0.2!
7
8
+## 2.0.1
9
10
11
+- Rename name in composer.json for proper Packagist placing.
12
13
## 2.0.0
14
15
It's time! Finally a 2.0.0 release, locking the interface in place for at least a while.
src/Application.php
@@ -16,7 +16,7 @@
16
17
class Application
18
{
19
- public const VERSION = '2.0.0-alpha';
+ public const VERSION = '2.0.2';
20
21
public const PLUGIN_BEFORE_BOOT = 'plugin_before_boot';
22
public const PLUGIN_AFTER_BOOT = 'plugin_after_boot';
0 commit comments