Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 8b92631

Browse files
author
Steven Rombauts
committed
Update CHANGELOG for 1.3.0
1 parent 239c2f2 commit 8b92631

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ in 1.x versions.
77
To get the diff for a specific change, go to https://github.com/joomlatools/joomla-vagrant/commit/xxx where xxx is the change hash.
88
To view the diff between two versions, go to https://github.com/joomlatools/joomla-vagrant/compare/v1.0.0...v1.0.1
99

10+
* 1.3.0 (2015-06-01)
11+
* Improved - Upgraded default PHP to 5.5
12+
* Improved - Upgraded OS and stack: Ubuntu 14.04, Apache 2.4, Puppet 3.4, Ruby 2.2
13+
* Improved - Add "getting started" instructions to MOTD
14+
* Added - Created the box dashboard available joomla.box
15+
* Added - Installed Wetty (web terminal)
16+
* Added - Installed PimpMyLog for access to server logs via browser
17+
* Added - Installed PhpMetrics
18+
* Added - Create a Packer template
19+
* Removed - Removed XHProf
20+
* Added - Enable SSL by default to joomla.box and all newly created hosts
21+
* Improved - Installed RVM for the `vagrant` user
22+
* Improved - Install mailcatcher for the vagrant user instead of globally
23+
* Added - Capistrano gem
24+
* Added - Bundler gem
25+
* Improved - Consolidated all server-related commands into a single `box` command. (apc, xdebug, phpmanager, ..)
26+
* Fixed - Fix gsub error when adding incorrect shared folders
27+
* Fixed - Broken dependencies for Mailcatcher
28+
* Fixed - Fix phpmyadmin puppet manifest on Windows (#8)
29+
* Fixed - Suppress STDERR output when restarting Apache
30+
* Fixed - Compile and configure Opcache and APCu by default when building PHP versions greater than 5.5
31+
* Fixed - Use Xdebug v2.2.7 for PHP versions older than 5.4.0
32+
* Fixed - Do not delete php binaries on `phpmanager restore` if using system default
33+
1034
* 1.2.2 (2014-08-21)
1135
* Added - Share the path mappings with guest box through BOX_SHARED_PATHS environment variable.
1236
* Added - Install PECL yaml by default.

0 commit comments

Comments
 (0)