Skip to content

Commit 4a7723b

Browse files
committed
1.6.1
1 parent 20f8489 commit 4a7723b

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.6.1](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.6.0...v1.6.1)
8+
9+
- bump WP to 6.5, deps [`20f8489`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/20f8489004206f98c02b99b151c477f7d92d9be2)
10+
- Update README.md credit blurb [`b1786ba`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b1786ba80769f87a0bbb90b63dc94a8f1b587d5e)
11+
- updating WP link [`6e656fc`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/6e656fc5a29952d1ae78a77d458a27db6c63ab37)
12+
- add remove-orphans flag to docker:stop script command [`b02fc5d`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b02fc5d35a5fb92775907a6cdf328798657431d0)
13+
714
#### [v1.6.0](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.5.0...v1.6.0)
815

16+
> 16 January 2024
17+
918
- bump readme again [`ba7eeb1`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/ba7eeb1d3fe80e3d55b502477f1887cb26dbfcc5)
1019
- disable versioning of docker image names [`48523b6`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/48523b650faa0993374915f11e9f19cb6e82e9ed)
1120

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.5-php8.2-apache
77

8-
LABEL version="1.6.0"
8+
LABEL version="1.6.1"
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: 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.6.0
4+
Version 1.6.1
55
<!-- WPVERSION -->- WordPress 6.5
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.6.0
6+
# Version: 1.6.1
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.6.0
6+
# Version: 1.6.1
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.6.0
6+
# Version: 1.6.1
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.6.0
6+
# Version: 1.6.1
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.6.0
6+
# Version: 1.6.1
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.6.0",
3+
"version": "1.6.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)