File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
107111Initial 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
Original file line number Diff line number Diff line change 11NAME = 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
88ARG MARIADB_MAJOR=10.3
You can’t perform that action at this time.
0 commit comments