Skip to content

Releases: tamagokun/pomander-wordpress

0.2.8

30 Oct 14:01
Compare
Choose a tag to compare

Added wp-config options:

  • fs_method - maps to define('FS_METHOD')
  • config_append - specify custom PHP code to append to wp-config.php

0.2.7

16 Sep 19:12
Compare
Choose a tag to compare
  • add L option to curl when download Wordpress.

0.2.6

16 Apr 20:52
Compare
Choose a tag to compare
  • Fixed a bug where deploying a plugin using the git descriptor would result in a reset of the project repo rather than the plugin repo.

0.2.5

29 Jan 21:13
Compare
Choose a tag to compare

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)

09 Oct 17:34
Compare
Choose a tag to compare

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

06 Oct 00:11
Compare
Choose a tag to compare

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

15 Jul 18:34
Compare
Choose a tag to compare

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.