mirror of
https://github.com/getgrav/grav.git
synced 2026-02-16 03:28:11 +01:00
version update
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,13 @@
|
||||
# v1.1.0-beta.4
|
||||
## 05/09/2016
|
||||
|
||||
1. [](#bugfix)
|
||||
* Drop dependencies calculations if plugin is installed via symlink
|
||||
* Drop Grav from dependencies calculations
|
||||
* Send slug name as part of installed packages
|
||||
* Fix for summary entities not being properly decoded [#825](https://github.com/getgrav/grav/issues/825)
|
||||
|
||||
|
||||
# v1.1.0-beta.3
|
||||
## 05/04/2016
|
||||
|
||||
@@ -11,7 +21,6 @@
|
||||
* Fix handling "grav" as a dependency
|
||||
* Fix when installing multiple packages and one is the dependency of another, don't try to install it twice
|
||||
* Fix using name instead of the slug to determine a package folder. Broke for packages whose name was 2+ words
|
||||
* Fix for summary entities not being properly decoded [#825](https://github.com/getgrav/grav/issues/825)
|
||||
|
||||
# v1.1.0-beta.2
|
||||
## 04/27/2016
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.1.0-beta.3');
|
||||
define('GRAV_VERSION', '1.1.0-beta.4');
|
||||
define('GRAV_TESTING', true);
|
||||
define('DS', '/');
|
||||
define('GRAV_PHP_MIN', '5.5.9');
|
||||
|
||||
Reference in New Issue
Block a user