Skip to content

Commit 038d70a

Browse files
committed
1.0.4
1 parent e4067c3 commit 038d70a

File tree

10 files changed

+19
-12
lines changed

10 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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+
#### [v1.0.4](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.0.3...v1.0.4)
8+
9+
- bump deps [`e4067c3`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/e4067c3a302a72a0e937fad829e9ac67772d84da)
10+
- bump WordPress to 6.2.2 [`679900d`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/679900d4876951f12c1d3775f7b1a601e1fcacdd)
11+
712
#### [v1.0.3](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.0.2...v1.0.3)
813

14+
> 23 April 2023
15+
916
- WordPress 6.2 & bump deps [`e6a2695`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/e6a26950f0a4c43f9c341302fffeb45fac1e4cea)
1017
- peacock UI colors [`3dd8670`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/3dd8670df20e4a168ed939c22c653049a8d9b8fa)
1118
- remove vimeo-embed from composer.json boilerplate [`9a40ef6`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/9a40ef64d191c7527f20ef0eae4631e4013851c6)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Manual updates also must change wp-version.json
66
FROM wordpress:6.2.2-php8.0-apache
77

8-
LABEL version="1.0.3"
8+
LABEL version="1.0.4"
99

1010
# Add `wp` user and group, then add `www-data` user to `wp` group
1111
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 1.0.3
4+
Version 1.0.4
55
<!-- WPVERSION -->- WordPress 6.2.2
66
</h4>
77

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

2525
```
26-
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:1.0.3 init
26+
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:1.0.4 init
2727
```
2828
Followed by:
2929
```
@@ -35,7 +35,7 @@ _NOTE: If **~/.composer** doesn't exist, mounting the Docker volume will create
3535
##### Windows Command Prompt
3636

3737
```
38-
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:1.0.3 init
38+
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:1.0.4 init
3939
```
4040

4141
- `init` command copies all the necessary tooling files into place and sets up the default theme directory structure.

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: 1.0.3
6+
# Version: 1.0.4
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: 1.0.3
6+
# Version: 1.0.4
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: 1.0.3
6+
# Version: 1.0.4
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: 1.0.3
6+
# Version: 1.0.4
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: 1.0.3
6+
# Version: 1.0.4
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": "1.0.3",
3+
"version": "1.0.4",
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)