layout | permalink | title | type |
---|---|---|---|
default |
/changelog/ |
Wocker Changelog |
changelog |
- WordPress 5.6
- Update Docker commands aliases
- Upgrade PHP 7.0 to PHP 7.3
- Add php-imagick
- WordPress 5.3
- Add php7.0-zip
- WordPress 5.2
- Update WP CLI to 2.1.0
- Add lftp to enable Wordmove via ftp
- Add Wordmove
- Add MailHog
- Add Nginx as an option
- Add php7.0-xml, php7.0-mbstring, php7.0-bz
- Change the hostname from
wocker.dev
towocker.test
- Upgrade PHP 5.6 to PHP 7
- Upgrade MySQL to MariaDB
- Add Xdebug
- Add PHPUnit
- WordPress 4.9.1
- Add
wocker commit
command
- Add
--nightly
option towocker update
command
- Fix a bug of
wocker wp cli update
- WordPress 4.6
- WP-CLI 0.25.0-alpha-bcecf5f
- Fix some bugs of Wocker CLI
- Allow WP-CLI to regenerate a .htaccess file
- Add
wocker switch
command
- Add
ServerName
to avoid Apache2 warning
- Fix
mysqld_safe
bug cf. wckr/wocker#28 (comment)
- Enable
.htaccess
- Fix ailispaw/docker-root#2
- Change the box from CoreOS to DockerRoot
- Update the OS in Wocker image from Debian Wheezy to Jessie
- Change wocker-bashrc to wocker-cli
- WordPress 4.4
- Fix some bugs when installing themes/plugins and upgrading/downgrading WordPress core via WP-CLI
- Fix a bug of
wocker run
with Docker 1.8 or later
- Use WP-CLI nightly
- Support
wocker wp shell
command
- WordPress 4.3.1
- WordPress 4.3
- Add php5-curl
- Update php.ini
- Increase
upload_max_filesize
to 32M - Increase
post_max_size
to 64M - Enable
display_errors
- Set
mbstring.internal_encoding
at UTF-8
- Increase
- Add a command:
wocker theme-test
- Add a command:
wocker wp
- Enable connecting to MySQL from outside the container
- Improve the help of commands
- Restore a command:
wocker rename
- Add a command:
wocker help
- Fix bugs of
wocker rm
- Use container names for synced folders and mounted volumes
- Use existing directory to mount when creating containers
- Install php-gd
- Add a command:
wocker update
- Initial release