Skip to content

Latest commit

 

History

History
207 lines (185 loc) · 14 KB

CHANGELOG.md

File metadata and controls

207 lines (185 loc) · 14 KB

CHANGELOG

Entries before tag-* affects all tags.

2024-02-28

  • Fix reboot container crash 4fc7f78
  • 2024-02-20 58f1824
  • Remove shorthands because for some reason, it's now causing issues c165974
  • 2024-02-20 7adc1e1
  • Allow users to add custom cron 5e49a5f
  • Include missing create rule 20c3da2
  • Update shameless plug 37624ca
  • Double upload limit 7345b55
  • Fix wrong link fe94cdb
  • 2024-02-07 fee3b3f
  • Update description with shameless plug and support link c7ea85f
  • Merge branch 'master' of github.com:demyxsh/wordpress 82db408
  • 2024-02-07 755e1b1
  • Update php versions and set default to 8.1 439b7c1
  • Add missing environment variable dbb0a9d
  • Include custom volume a055290
  • New function to reset permissions at container start and hourly cron 3266dde
  • Put back wp-cli as the default wp cron 36489eb
  • Remove unused variables 01e6253
  • Update Alpine to 3.18 4d79110

2023-11-14

  • Disable installation of default themes/plugins when upgrading 8979b99

2023-09-20

2023-09-03

  • New variable DEMYX_CRON_TYPE d14a318

2023-08-28

2023-08-23

2022-11-01

  • Put inside braces and sed out the double quotes 6027aaf
  • Rename environment variable 9e6423f
  • Misc updates b4d150f
  • Add new environment variables 0a67805
  • Add new executables 87d8884
  • Use new function formatting and add/update commands/functions 6ebf874
  • Add new environment variables a8b1f65
  • Disable SSL by default df4b4f3
  • Update depends_on keys bb5daca
  • Update comment descriptions 3c99930

2022-08-16

  • Remove composer commands and add roots/acorn 1cfa14f

2022-08-05

2022-08-01

  • Misc updates e5db3aa
  • Build and push 7.4 tag c14ec90
  • Update symlink locations 58397c3
  • Add wp-cli executable 64570a2
  • Install php 8.0 and 8.1 through apk package manager 09a7008
  • Add new package mysql-client 3b60d90
  • Add new variable DEMYX_PHP, default value is 8.0 70475ec
  • Use upstream alpine fdf0256
  • Archive php7.4 files ec1ab2a
  • Rename scripts and make it executable dc23f66
  • tag-bedrock - copy new bin directory 4f37412
  • tag-bedrock - remove full paths 371669e
  • tag-bedrock - add new variable DEMYX_PHP 2224bf5
  • tag-bedrock - move and rename 0dac5c7
  • tag-cli - install php and friends from package manager 2bdcd4a
  • tag-cli - use alpine upstream 23383fb
  • tag-cli - remove full paths 187dcb0
  • tag-cli - replace package 0e5c496

2021-07-14

2020-12-25

Changed

  • tag-cli
    • Missing bash package

2020-12-06

Changed

  • Missing user for su command
  • Misc updates to docker-compose.yml
  • tag-bedrock
    • Get composer as demyx user
    • Remove all content in DEMYX directory before installing Bedrock
  • tag-latest
    • Change comment

2020-12-04

Changed

  • Put entrypoint back to an array
  • Rename wp-config-sample.php before
  • Misc update

2020-12-02

Changed

  • Misc changes
  • Rearrange wp-cli RUN commands
  • Update Bedrock RUN commands
  • Update finalize RUN commands
  • Update install.sh scripts

2020-11-30

Changed

  • Misc updates
  • Rearrange RUN commands
  • Update WordPress RUN commands
  • Update if statement for the installer

2020-11-24

Changed

  • Alphabetized
  • Fixed PHP version to 7.x
  • Misc updates
  • Rename variables and support old ones
  • ShellCheck approved
  • Update Dockerfile RUN commands
  • Use -E flag for sudo to keep environment variables
  • Use full paths to binaries/scripts

2020-07-05

Added

  • bash

Changed

  • Use cp instead of mv when creating wp-config.php
  • Update logic when installing WordPress
  • Various misc updates

2020-07-02

Changed

  • Populate /demyx directory with WordPress/Bedrock files

2020-07-01

Added

  • 3 new environment variables: WORDPRESS_PHP_EMERGENCY_RESTART_THRESHOLD, WORDPRESS_PHP_EMERGENCY_RESTART_INTERVAL, WORDPRESS_PHP_PROCESS_CONTROL_TIMEOUT

Changed

  • Alphabetized keys in docker-compose.yml
  • Updated README example

2020-05-18

Added

  • mariadb-client was added so wp-cli can use mysqldump

2020-04-15

Added

  • Created src directory for main file(s)

Changed

  • Format LABEL and ENV entries
  • Switch base image to php:fpm-alpine
  • Use third party script to install php extensions
  • tag-bedrock
    • Install composer from upstream
    • Set dumb-init as the shebang in the entrypoint
    • Update finalize RUN commands
    • Update entrypoint
  • tag-latest
    • Move default variables in config.sh to Dockerfile ENV
    • Set dumb-init as the shebang in the entrypoint
    • Update finalize RUN commands
    • Update entrypoint