@@ -7,6 +7,30 @@ in 1.x versions.
7
7
To get the diff for a specific change, go to https://github.com/joomlatools/joomla-vagrant/commit/xxx where xxx is the change hash.
8
8
To view the diff between two versions, go to https://github.com/joomlatools/joomla-vagrant/compare/v1.0.0...v1.0.1
9
9
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
+
10
34
* 1.2.2 (2014-08-21)
11
35
* Added - Share the path mappings with guest box through BOX_SHARED_PATHS environment variable.
12
36
* Added - Install PECL yaml by default.
0 commit comments