Skip to content

Commit 09e11c4

Browse files
committed
Merge branch 'release-5.2.4' into stable
2 parents 330ce15 + af18db5 commit 09e11c4

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project follows Wordpress versioning.
66

7+
## [5.2.4] - 2019-10-15
8+
### Changed
9+
- Upgrade Wordpress version to 5.2.4
10+
711
## [5.2.3] - 2019-09-29
812
## Added
913
- Multiarch support
@@ -118,6 +122,7 @@ and this project follows Wordpress versioning.
118122
## 0.1.0 - 2015-02-23
119123
Initial release
120124

125+
[5.2.4]: https://github.com/osixia/docker-wordpress/compare/v5.2.3...v5.2.4
121126
[5.2.3]: https://github.com/osixia/docker-wordpress/compare/v5.2.1...v5.2.3
122127
[5.2.1]: https://github.com/osixia/docker-wordpress/compare/v5.1.1...v5.2.1
123128
[5.1.1]: https://github.com/osixia/docker-wordpress/compare/v5.0.3...v5.1.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/wordpress
2-
VERSION = 5.2.3
2+
VERSION = 5.2.4
33

44
.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A docker image to run wordpress
66

77
[hub]: https://hub.docker.com/r/osixia/wordpress/
88

9-
Latest release: 5.2.3 - Wordpress 5.2.3 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/wordpress) 
9+
Latest release: 5.2.4 - Wordpress 5.2.4 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/wordpress) 
1010

1111
### Under the hood: osixia/web-baseimage
1212

image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM osixia/web-baseimage:release-1.2.0-dev
22

33
# Wordpress version
4-
ARG WORDPRESS_VERSION=5.2.3
5-
ARG WORDPRESS_MD5=bde83b629bc7a833f7000bc522cde120
4+
ARG WORDPRESS_VERSION=5.2.4
5+
ARG WORDPRESS_MD5=3754354348a70374bd610995219777f8
66

77
# Install apache2 and php7.3-fpm using osixia/baseimage utils
88
# Caution: /container/tool/install-service-available arguments order is important

0 commit comments

Comments
 (0)