diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0f5f3a..bd84aba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,15 @@ CHANGELOG
This changelog references the relevant changes (bug and security fixes) done
in 1.x versions.
-To get the diff for a specific change, go to https://github.com/joomlatools/joomla-vagrant/commit/xxx where xxx is the change hash.
-To view the diff between two versions, go to https://github.com/joomlatools/joomla-vagrant/compare/v1.0.0...v1.0.1
+To get the diff for a specific change, go to https://github.com/joomlatools/joomlatools-vagrant/commit/xxx where xxx is the change hash.
+To view the diff between two versions, go to https://github.com/joomlatools/joomlatools-vagrant/compare/v1.0.0...v1.0.1
+
+* 1.4.3 (2015-12-01)
+ * Changed - Renamed `joomlatools/joomla-console` to `joomlatools/console`
* 1.4.2 (2015-11-25)
* Added - `JOOMLATOOLS_BOX` version environment variable
- * Added - Install [joomlatools/joomla-console-joomlatools](https://github.com/joomlatools/joomla-console-joomlatools) plugin by default
+ * Added - Install [joomlatools/joomla-console-joomlatools](https://github.com/joomlatools/joomlatools-console-joomlatools) plugin by default
* Fixed - Always pass requests to /ZendServer end-point
* Fixed - Symlink `/opt/zray` to active Z-Ray installation to fix plugin gallery
* Fixed - Ensure that hostname is always set to `joomlatools` using Puppet configuration
@@ -41,7 +44,7 @@ To view the diff between two versions, go to https://github.com/joomlatools/joom
* 1.3.1 (2015-09-03)
* Added - Support for PHP7
- * Added - Support for [joomla-platform](https://github.com/joomlatools/joomla-platform) installations
+ * Added - Support for [joomla-platform](https://github.com/joomlatools/joomlatools-platform) installations
* Added - Installed git-ftp
* Added - `box server:restart` command
* Improved - Use the async option when mounting NFS on Linux
@@ -87,7 +90,7 @@ To view the diff between two versions, go to https://github.com/joomlatools/joom
* Fixed - Improved README, added login details + precompiled box instructions
* 1.2.0 (2014-03-17)
- * Added - [Joomla console package](https://github.com/joomlatools-console) is now available in the box.
+ * Added - [Joomla console package](https://github.com/joomlatools/joomlatools-console) is now available in the box.
* Added - phpmanager command to allow installation and management of multiple PHP versions.
* Added - xdebug command to easily enable/disable PHP Xdebug extension.
* Added - apc command to easily enable/disable PHP APC extension as well as clear the cache.
diff --git a/README.md b/README.md
index f0c53b2..98c01a8 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ If you want to make changes to the box's infrastructure, you can do so by buildi
1. Clone this repository:
```
-git clone https://github.com/joomlatools/joomla-vagrant.git
+git clone https://github.com/joomlatools/joomlatools-vagrant.git
```
1. Install required Vagrant plugins
@@ -84,7 +84,7 @@ vagrant plugin install vagrant-vbguest
1. Go to the repository folder and provision the box:
```
-cd joomla-vagrant
+cd joomlatools-vagrant
vagrant up
```
@@ -102,7 +102,7 @@ We use [Packer](https://www.packer.io/) to automatically build and deploy the bo
1. Clone this repository:
```
-git clone https://github.com/joomlatools/joomla-vagrant.git
+git clone https://github.com/joomlatools/joomlatools-vagrant.git
```
1. Install [Packer](https://www.packer.io/)
@@ -124,7 +124,7 @@ The version number is defined in the post-processor section and can be found at
...
"metadata": {
"provider": "virtualbox",
- "version": "1.4.2"
+ "version": "1.4.3"
}
}]
]
@@ -159,7 +159,7 @@ We have [contributing guidelines](CONTRIBUTING.md) to help you get started.
## Contributors
-See the list of [contributors](https://github.com/joomlatools/joomla-vagrant/contributors).
+See the list of [contributors](https://github.com/joomlatools/joomlatools-vagrant/contributors).
## License
diff --git a/packer.json b/packer.json
index d7ba8e8..ba55a94 100644
--- a/packer.json
+++ b/packer.json
@@ -90,7 +90,7 @@
"artifact_type": "vagrant.box",
"metadata": {
"provider": "virtualbox",
- "version": "1.4.2"
+ "version": "1.4.3"
}
}]
]
diff --git a/puppet/manifests/default.pp b/puppet/manifests/default.pp
index 2ac196f..7f1e33c 100644
--- a/puppet/manifests/default.pp
+++ b/puppet/manifests/default.pp
@@ -2,7 +2,7 @@
Exec { path => [ '/bin/', '/sbin/', '/usr/bin/', '/usr/sbin/', '/usr/local/bin/' ], timeout => 900 }
File { owner => 0, group => 0, mode => 0644 }
-$box_version = '1.4.2'
+$box_version = '1.4.3'
system::hostname { 'joomlatools':
ip => '127.0.1.1'
diff --git a/puppet/modules/phpmanager/files/scripts/phpmanager b/puppet/modules/phpmanager/files/scripts/phpmanager
index 8e66c65..64bf301 100755
--- a/puppet/modules/phpmanager/files/scripts/phpmanager
+++ b/puppet/modules/phpmanager/files/scripts/phpmanager
@@ -1,10 +1,10 @@
#!/bin/bash
##
-# Joomlatools PHP Manager script - https://github.com/joomlatools/joomla-vagrant
+# Joomlatools PHP Manager script - https://github.com/joomlatools/joomlatools-vagrant
#
# @copyright Copyright (C) 2011 - 2015 Johan Janssens and Timble CVBA. (http://www.timble.net)
# @license MPL 2.0