Skip to content

Commit e9e0bee

Browse files
committed
Wordpress 5.2.1
1 parent 5da49e2 commit e9e0bee

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

+5
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.1] - 2019-05-29
8+
### Changed
9+
- Upgrade Wordpress version to 5.2.1
10+
711
## [5.1.1] - 2019-03-14
812
### Changed
913
- Upgrade Wordpress version to 5.1.1
@@ -106,6 +110,7 @@ and this project follows Wordpress versioning.
106110
## 0.1.0 - 2015-02-23
107111
Initial release
108112

113+
[5.2.1]: https://github.com/osixia/docker-wordpress/compare/v5.1.1...v5.2.1
109114
[5.1.1]: https://github.com/osixia/docker-wordpress/compare/v5.0.3...v5.1.1
110115
[5.0.3]: https://github.com/osixia/docker-wordpress/compare/v4.9.7...v5.0.3
111116
[4.9.7]: https://github.com/osixia/docker-wordpress/compare/v4.9.6...v4.9.7

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/wordpress
2-
VERSION = 5.1.1
2+
VERSION = 5.2.1
33

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

README.md

+1-1
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.1.1 - Wordpress 5.1.1 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/wordpress) 
9+
Latest release: 5.2.1 - Wordpress 5.2.1 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/wordpress) 
1010

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

image/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM osixia/web-baseimage:1.1.1
1+
FROM osixia/web-baseimage:1.1.2
22

33
# Wordpress version
4-
ARG WORDPRESS_VERSION=5.1.1
5-
ARG WORDPRESS_MD5=e878b33b520f61e61f2caa0f08886c1b
4+
ARG WORDPRESS_VERSION=5.2.1
5+
ARG WORDPRESS_MD5=aa13bf5f99e05fe8ab24940b382f2e3f
66

77
# MariaDB version
88
ARG MARIADB_MAJOR=10.3

0 commit comments

Comments
 (0)