Skip to content

Commit f865cf5

Browse files
committed
0.8.1
1 parent 4b046ef commit f865cf5

File tree

7 files changed

+23
-13
lines changed

7 files changed

+23
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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.8.1](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v0.8.0...v0.8.1)
8+
9+
- bump base image, deps, boilerplate [`4b046ef`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/4b046ef8d0e55afbeaffc8bc7dd98f4965f75e72)
10+
- typos [`3134064`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/3134064c7bf611e5cc0f38ebf1caaea37687a84f)
11+
- IOP credit blurb [`5265e04`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/5265e0419d2c9a1780c6fcc71b40022125f59f25)
12+
- bump theme-init version [`5c4a5a7`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/5c4a5a7dc2d272044ec0c24ff1344258da97bc9f)
13+
- prefer this wrapped [`b0dcad7`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b0dcad78a2f33f8e73aecb61e409e789cb9ed636)
14+
- stylelint scss update [`f7ca9d2`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/f7ca9d26615248cea0d1070feb094560470a8911)
15+
716
#### [v0.8.0](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v0.7.17...v0.8.0)
817

18+
> 12 January 2022
19+
920
- updates and refactoring from downstream [`5d47f49`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/5d47f492ab9bb787500ec17620751407f8e28173)
1021
- replace bump-image script with version-everything [`13e594c`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/13e594c303e573e26452d03b74d35689badf9b34)
1122
- version bumps [`3504cb5`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/3504cb5dc4c05a71565942e991d64431812cd7b1)

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.0-php8.0-apache
44

5-
LABEL version="0.8.0"
5+
LABEL version="0.8.1"
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,6 +1,6 @@
11
# WordPress local development with Docker
22

3-
#### Version 0.8.0
3+
#### Version 0.8.1
44

55
[![dockeri.co](https://dockeri.co/image/ideasonpurpose/wordpress)](https://hub.docker.com/r/ideasonpurpose/wordpress)<br>
66
[![Push to Docker Hub](https://github.com/ideasonpurpose/docker-wordpress-dev/workflows/Push%20to%20Docker%20Hub/badge.svg)](https://github.com/ideasonpurpose/docker-wordpress-dev)
@@ -16,7 +16,7 @@ To update an existing project or start a new one, run the following commands in
1616
##### macOS, Linux & Windows PowerShell
1717

1818
```
19-
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:0.8.0 init
19+
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:0.8.1 init
2020
npm run bootstrap
2121
```
2222

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

2727
```
28-
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.8.0 init
28+
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.8.1 init
2929
npm run bootstrap
3030
```
3131

boilerplate-tooling/docker-compose-util.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- db
88
- wordpress
99
# image: ideasonpurpose/wordpress:dev
10-
image: ideasonpurpose/wordpress:0.8.0
10+
image: ideasonpurpose/wordpress:0.8.1
1111
user: www-data
1212
volumes:
1313
- wp_data:/var/www/html
@@ -127,7 +127,7 @@ services:
127127
# Project info: https://github.com/ideasonpurpose/docker-wordpress-dev
128128
repair-permissions:
129129
# image: ideasonpurpose/wordpress:dev
130-
image: ideasonpurpose/wordpress:0.8.0
130+
image: ideasonpurpose/wordpress:0.8.1
131131
volumes:
132132
- .:/usr/src/site
133133
environment:
@@ -140,7 +140,7 @@ services:
140140
# Project info: https://github.com/ideasonpurpose/docker-wordpress-dev
141141
pull:
142142
# image: ideasonpurpose/wordpress:dev
143-
image: ideasonpurpose/wordpress:0.8.0
143+
image: ideasonpurpose/wordpress:0.8.1
144144
volumes:
145145
- .:/usr/src/site
146146
entrypoint: |

boilerplate-tooling/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ services:
1515
MYSQL_USER: wordpress
1616
MYSQL_PASSWORD: wordpress
1717
command: >
18-
--character-set-server=utf8mb4
19-
--collation-server=utf8mb4_unicode_ci
18+
--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
2019
2120
# Ideas On Purpose's local WordPress development enviornment.
2221
# Update image version with `docker run ideasonpurpose/wordpress init`
@@ -25,7 +24,7 @@ services:
2524
depends_on:
2625
- db
2726
# image: ideasonpurpose/wordpress:dev
28-
image: ideasonpurpose/wordpress:0.8.0
27+
image: ideasonpurpose/wordpress:0.8.1
2928
restart: always
3029
volumes:
3130
- wp_data:/var/www/html

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.8.0",
3+
"version": "0.8.1",
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)