Skip to content

Commit f35c500

Browse files
committed
0.8.0
1 parent 13e594c commit f35c500

File tree

7 files changed

+26
-15
lines changed

7 files changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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.0](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v0.7.17...v0.8.0)
8+
9+
- updates and refactoring from downstream [`5d47f49`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/5d47f492ab9bb787500ec17620751407f8e28173)
10+
- replace bump-image script with version-everything [`13e594c`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/13e594c303e573e26452d03b74d35689badf9b34)
11+
- version bumps [`3504cb5`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/3504cb5dc4c05a71565942e991d64431812cd7b1)
12+
- add ignoreFiles to .stylelintrc.js [`da0c1a2`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/da0c1a29c21326788c514b99e14fe61e4973e1d2)
13+
- update default config [`5f3e454`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/5f3e4542203218680e0c5046290107fe3c49ad65)
14+
- Add IOP to authors [`4767335`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/47673357525647b87ffb5e1345ff8e1f347db9eb)
15+
- typo, comment tweak [`6a251c2`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/6a251c2b22de68eb2ccf3f31eeede4c638c97251)
16+
717
#### [v0.7.17](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v0.7.16...v0.7.17)
818

19+
> 11 September 2021
20+
921
- fix sort-package-json path. Closes #23 [`#23`](https://github.com/ideasonpurpose/docker-wordpress-dev/issues/23)
1022
- move base image urls from readme to compose files [`2c6ddc2`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/2c6ddc2a6f8ed68fc7f3ca660f1d29accf5b91af)
1123
- shell script output fixes, cleanup, typos [`b6654ba`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b6654bac89058a85068dc667a8dd7e6b434adf64)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Official WordPress image on DockerHub: https://hub.docker.com/_/wordpress/
22
FROM wordpress:5.8.3-php8.0-apache
33

4-
LABEL version="0.7.17"
4+
LABEL version="0.8.0"
55

66
# Add `wp` user and group, then add `www-data` user to `wp` group
77
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.7.17
3+
#### Version 0.8.0
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.7.17 init
19+
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:0.8.0 init
2020
npm run bootstrap
2121
```
2222

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

2727
```
28-
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.7.17 init
28+
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.8.0 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.2.1112
10+
image: ideasonpurpose/wordpress:0.8.0
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.7.112
130+
image: ideasonpurpose/wordpress:0.8.0
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.7.17
143+
image: ideasonpurpose/wordpress:0.8.0
144144
volumes:
145145
- .:/usr/src/site
146146
entrypoint: |

boilerplate-tooling/docker-compose.yml

Lines changed: 4 additions & 5 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.7.11
27+
image: ideasonpurpose/wordpress:0.8.0
2928
restart: always
3029
volumes:
3130
- wp_data:/var/www/html
@@ -40,8 +39,8 @@ services:
4039
BLOCKS_PLUGIN:
4140
WORDPRESS_DEBUG:
4241

43-
# Apache will throw errors for any ulimit value below 8192
44-
# NOTE THAT THIS MIGHT BE MORE THAN THE SYSTEM OFFERS
42+
# Apache will throw errors for any ulimit value below 8192
43+
# NOTE THAT THIS MIGHT BE MORE THAN THE SYSTEM OFFERS
4544
ulimits:
4645
nofile: 8192
4746

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