Releases: tamagokun/pomander-wordpress
Releases · tamagokun/pomander-wordpress
0.2.8
0.2.7
0.2.6
0.2.5
Improvements to the Wordpress deployment process:
- Wordpress version defaults to "latest" so you don't need to specify if you don't want to.
- Sensible defaults to you don't need to always specify every required options (i.e. db_prefix)
- More configurable options for wp-config.
- wordpress install location can be changed.
db:merge serialized data fix (again)
This release fixes an issue where slashes are added to strings, therefore their lengths are calculated incorrectly during string serialization.
0.2.1 - db:merge fix
This releases fixes a bug when performing db:merge
Pomander will attempt to replace all occurrences of current environment's url with that of target environment's url. Because of this, some serialized string data needs to be parsed and re-calculated to the serialization string doesn't break. This release fixes some problems that caused these strings not to be parsed.
Updated Wordpress archive url
The Wordpress archive url has been updated to not directly go to nodeload.github.com and use github.com instead. This should improve stability in download Wordpress archives.