Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Apr 7, 2024
1 parent 20f8489 commit 4a7723b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.6.1](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.6.0...v1.6.1)

- bump WP to 6.5, deps [`20f8489`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/20f8489004206f98c02b99b151c477f7d92d9be2)
- Update README.md credit blurb [`b1786ba`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b1786ba80769f87a0bbb90b63dc94a8f1b587d5e)
- updating WP link [`6e656fc`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/6e656fc5a29952d1ae78a77d458a27db6c63ab37)
- add remove-orphans flag to docker:stop script command [`b02fc5d`](https://github.com/ideasonpurpose/docker-wordpress-dev/commit/b02fc5d35a5fb92775907a6cdf328798657431d0)

#### [v1.6.0](https://github.com/ideasonpurpose/docker-wordpress-dev/compare/v1.5.0...v1.6.0)

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Manual updates also must change wp-version.json
FROM wordpress:6.5-php8.2-apache

LABEL version="1.6.0"
LABEL version="1.6.1"

# Add `wp` user and group, then add `www-data` user to `wp` group
RUN addgroup --gid 1000 wp \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WordPress local development with Docker

<h4>
Version 1.6.0
Version 1.6.1
<!-- WPVERSION -->- WordPress 6.5
</h4>

Expand Down
2 changes: 1 addition & 1 deletion bin/docker-entrypoint-iop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
# https://github.com/ideasonpurpose/docker-wordpress-dev
#
# Version: 1.6.0
# Version: 1.6.1

RESET="\033[0m"
BOLD="\033[1m"
Expand Down
2 changes: 1 addition & 1 deletion bin/getting-started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
# https://github.com/ideasonpurpose/docker-wordpress-dev
#
# Version: 1.6.0
# Version: 1.6.1

# Getting Started message

Expand Down
2 changes: 1 addition & 1 deletion bin/permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
# https://github.com/ideasonpurpose/docker-wordpress-dev
#
# Version: 1.6.0
# Version: 1.6.1

# This script corrects permissions of known files in our WordPress boilerplate.
# The script is run from Docker as root, with a $OWNER_GROUP envvar set to "$UID:$GID"
Expand Down
2 changes: 1 addition & 1 deletion bin/pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
# https://github.com/ideasonpurpose/docker-wordpress-dev
#
# Version: 1.6.0
# Version: 1.6.1

# style helpers
RESET="\033[0m"
Expand Down
2 changes: 1 addition & 1 deletion bin/wp-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is a part of the ideasonpurpose/docker-wordpress-dev project
# https://github.com/ideasonpurpose/docker-wordpress-dev
#
# Version: 1.6.0
# Version: 1.6.1

# This is a WordPress specific boilerplate assembler
# After running this script, the target directory will be fully configured for local WordPress
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-wordpress-dev",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"description": "Docker-based local development environment for WordPress projects",
"repository": "https://github.com/ideasonpurpose/docker-wordpress-dev",
Expand Down

0 comments on commit 4a7723b

Please sign in to comment.