Skip to content

Commit 94718ff

Browse files
committed
0.10.3
1 parent b0b73cf commit 94718ff

File tree

10 files changed

+22
-12
lines changed

10 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.10.3](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v0.10.2...v0.10.3)
8+
9+
- Bump WordPress to 5.9.3 [`b0b73cf`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b0b73cf7ffbbc5ca9fb660b2f33d83e26603b9e9)
10+
- rollback mariadb version [`b80a8a6`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b80a8a660ae205d8dea88c25a66c073ae510cd3f)
11+
- update readme [`148dd64`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/148dd645fe36a3555ba9047c91893d42316e8724)
12+
- only pull WordPress image after refresh [`84d8cd6`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/84d8cd6fc36cc34ed6ccacac4ab66a9c063ceb9c)
13+
- increase upload limit for phpMyAdmin service [`8cb0270`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/8cb0270b69f860b35229797e369970e920b3c324)
14+
715
#### [v0.10.2](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v0.10.1...v0.10.2)
816

17+
> 23 March 2022
18+
919
- bump docker-build when bumping WP. Closes #43 [`#43`](https://github.com/ideasonpurpose/docker-wordpress-dev/issues/43)
1020
- shfmt in docker-compose and package.json script [`8ddc061`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/8ddc0617fd7d86d761f69afdd0a78d364042498a)
1121
- shfmt fix [`03f799a`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/03f799ab1bd3f75f41201378c4904febca8984cd)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://hub.docker.com/_/wordpress/
33
FROM wordpress:5.9.3-php8.0-apache
44

5-
LABEL version="0.10.2"
5+
LABEL version="0.10.3"
66

77
# Add `wp` user and group, then add `www-data` user to `wp` group
88
RUN addgroup --gid 1000 wp \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# WordPress local development with Docker
22

33
<h4>
4-
Version 0.10.1
4+
Version 0.10.3
55
- WordPress 5.9.3
66
</h4>
77

@@ -21,7 +21,7 @@ To update an existing project or start a new one, run the following commands in
2121
##### macOS, Linux & Windows PowerShell
2222

2323
```
24-
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:0.10.1 init
24+
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:0.10.3 init
2525
npm run bootstrap
2626
```
2727

@@ -30,7 +30,7 @@ _NOTE: If **~/.composer** doesn't exist, Docker will create it with root ownersh
3030
##### Windows Command Prompt
3131

3232
```
33-
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.10.1 init
33+
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.10.3 init
3434
npm run bootstrap
3535
```
3636

bin/docker-entrypoint-iop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
44
# https://github.com/ideasonpurpose/docker-wordpress-dev
55
#
6-
# Version: 0.10.2
6+
# Version: 0.10.3
77

88
RESET="\033[0m"
99
BOLD="\033[1m"

bin/getting-started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
44
# https://github.com/ideasonpurpose/docker-wordpress-dev
55
#
6-
# Version: 0.10.2
6+
# Version: 0.10.3
77

88
# Getting Started message
99

bin/permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
44
# https://github.com/ideasonpurpose/docker-wordpress-dev
55
#
6-
# Version: 0.10.2
6+
# Version: 0.10.3
77

88
# This script corrects permissions of known files in our WordPress boilerplate.
99
# The script is run from Docker as root, with a $OWNER_GROUP envvar set to "$UID:$GID"

bin/pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
44
# https://github.com/ideasonpurpose/docker-wordpress-dev
55
#
6-
# Version: 0.10.2
6+
# Version: 0.10.3
77

88
# style helpers
99
RESET="\033[0m"

bin/wp-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
44
# https://github.com/ideasonpurpose/docker-wordpress-dev
55
#
6-
# Version: 0.10.2
6+
# Version: 0.10.3
77

88
# This is a WordPress specific boilerplate assembler
99
# After running this script, the target directory will be fully configured for local WordPress

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-wordpress-dev",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"private": true,
55
"description": "Docker-based local development environment for WordPress projects",
66
"repository": "https://github.com/ideasonpurpose/docker-wordpress-dev",

0 commit comments

Comments
 (0)