From d85b25fcaf8ac9df8dc0eaa543adde06aa5f8c03 Mon Sep 17 00:00:00 2001 From: Bertrand Gouny Date: Thu, 5 Apr 2018 10:57:51 +0200 Subject: [PATCH] Wordpress 4.9.5 --- CHANGELOG.md | 22 +++++++++++++++++++++- Makefile | 2 +- README.md | 2 +- image/Dockerfile | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 583b69d..2494ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project follows Wordpress versioning. +## [4.9.5] - 2018-02-07 +### Changed + - Upgrade Wordpress version to 4.9.5 + ## [4.9.4] - 2018-02-07 ### Changed - Upgrade Wordpress version to 4.9.4 @@ -83,5 +87,21 @@ and this project follows Wordpress versioning. - SSL certs directory - Bootstrap capabilities -## [0.1.0] - 2015-02-23 +## 0.1.0 - 2015-02-23 Initial release + +[4.9.5]: https://github.com/osixia/docker-wordpress/compare/v4.9.4...v4.9.5 +[4.9.4]: https://github.com/osixia/docker-wordpress/compare/v4.9.2...v4.9.4 +[4.9.2]: https://github.com/osixia/docker-wordpress/compare/v4.9.1...v4.9.2 +[4.9.1]: https://github.com/osixia/docker-wordpress/compare/v4.9.0...v4.9.1 +[4.9.0]: https://github.com/osixia/docker-wordpress/compare/v4.8.3...v4.9.0 +[4.8.3]: https://github.com/osixia/docker-wordpress/compare/v4.8.2...v4.8.3 +[4.8.2]: https://github.com/osixia/docker-wordpress/compare/v4.8.1...v4.8.2 +[4.8.1]: https://github.com/osixia/docker-wordpress/compare/v4.8.0...v4.8.1 +[4.8.0]: https://github.com/osixia/docker-wordpress/compare/v4.7.5...v4.8.0 +[4.7.5]: https://github.com/osixia/docker-wordpress/compare/v4.7.4...v4.7.5 +[4.7.4]: https://github.com/osixia/docker-wordpress/compare/v4.7.3...v4.7.4 +[4.7.3]: https://github.com/osixia/docker-wordpress/compare/v4.7.2...v4.7.3 +[4.7.2]: https://github.com/osixia/docker-wordpress/compare/v0.1.2...v4.7.2 +[0.1.2]: https://github.com/osixia/docker-wordpress/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/osixia/docker-wordpress/compare/v0.1.0...v0.1.1 diff --git a/Makefile b/Makefile index 5eb7c1c..1c3a837 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = osixia/wordpress -VERSION = 4.9.4 +VERSION = 4.9.5 .PHONY: build build-nocache test tag-latest push push-latest release git-tag-version diff --git a/README.md b/README.md index 8e35439..1a43dfc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A docker image to run wordpress [hub]: https://hub.docker.com/r/osixia/wordpress/ -Latest release: 4.9.4 - Wordpress 4.9.4 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/wordpress)  +Latest release: 4.9.5 - Wordpress 4.9.5 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/wordpress)  ### Under the hood: osixia/web-baseimage diff --git a/image/Dockerfile b/image/Dockerfile index 35c1c50..de3aa80 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -2,8 +2,8 @@ FROM osixia/web-baseimage:1.1.1 MAINTAINER Bertrand Gouny # Wordpress version -ARG WORDPRESS_VERSION=4.9.4 -ARG WORDPRESS_SHA1=0e630bf940fd586b10e099cd9195b3e825fb194c +ARG WORDPRESS_VERSION=4.9.5 +ARG WORDPRESS_SHA1=6992f19163e21720b5693bed71ffe1ab17a4533a # MariaDB version ARG MARIADB_MAJOR=10.2