Skip to content

Commit e0de0a9

Browse files
committed
1.8.0
1 parent 8ba01dd commit e0de0a9

File tree

10 files changed

+19
-10
lines changed

10 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.8.0](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.7.8...v1.8.0)
8+
9+
- bump prettier config [`11c1934`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/11c1934146736d6d789b04ae0a8345891bf80814)
10+
- Switch to PHP 8.4, bump WordPress version [`8ba01dd`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/8ba01ddf3fadeaa5823c1611b42a88a84dc3443d)
11+
- add experimental WP Multisite constants [`b6c4291`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b6c429120ac83e6d4b3204303a1370f2b284e00e)
12+
- update MOTD [`d972ac9`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/d972ac9c908cbb392ca833cff7993c9290847ba6)
13+
714
#### [v1.7.8](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.7.7...v1.7.8)
815

16+
> 28 August 2025
17+
918
- Update how versions are passed between action steps [`c30222c`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/c30222cb7860cc43d035d440721ed442b2c26464)
1019

1120
#### [v1.7.7](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.7.6...v1.7.7)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Manual updates also must change wp-version.json
1010
FROM wordpress:6.8.3-php8.4-apache
1111

12-
LABEL version="1.7.8"
12+
LABEL version="1.8.0"
1313

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

README.md

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

33
<h4>
4-
Version 1.7.8
4+
Version 1.8.0
55
<!-- WPVERSION -->- WordPress 6.8.3
66
</h4>
77

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.7.8
6+
# Version: 1.8.0
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.7.8
6+
# Version: 1.8.0
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.7.8
6+
# Version: 1.8.0
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.7.8
6+
# Version: 1.8.0
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.7.8
6+
# Version: 1.8.0
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.7.8",
3+
"version": "1.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)