Skip to content

Commit 8d5fed6

Browse files
committed
Update CHANGELOG with new entries for 2025-07-28, including PHP upgrades, Demyx file renaming, and improvements to memory management and cron functionality.
1 parent 95c48ca commit 8d5fed6

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# CHANGELOG
22
Entries before tag-* affects all tags.
3+
## 2025-07-28
4+
- Push everyone to use Demyx [c4d2468](https://github.com/demyxsh/wordpress/commit/c4d24681c7316dd51007ec76942255d6a1eb6d25)
5+
- Update alpine version to install php 8.3 [27fa840](https://github.com/demyxsh/wordpress/commit/27fa840a68061f103999b8e5ad1dc2ad562d9678)
6+
- Upgrade php version [e4c456c](https://github.com/demyxsh/wordpress/commit/e4c456c2fb9d0120f704ab2e8e7f4ea0768e1bda)
7+
- Accessing WordPress urls kept on failing [efe749c](https://github.com/demyxsh/wordpress/commit/efe749c0504325769842396840492a823b65cbc5)
8+
- Rename compose file [90d6b39](https://github.com/demyxsh/wordpress/commit/90d6b39fc7698caca110134e69f59dd13f570ede)
9+
- Remove unneeded lines [e981270](https://github.com/demyxsh/wordpress/commit/e981270d081b1bd013f62917b064639694a984a0)
10+
- demyx.php is now generated by one function for both latest and bedrock tags, can also be user overrided [79942f3](https://github.com/demyxsh/wordpress/commit/79942f3ac488d49f235a36bf6bb20e830ce2637a)
11+
- Rename file to demyx.ini and simiply overrides [863b8ce](https://github.com/demyxsh/wordpress/commit/863b8ce9cac05b7470cfc05643ebe99dbae7df1e)
12+
- Auto populate pm values based on server ram [ed692c6](https://github.com/demyxsh/wordpress/commit/ed692c672f37c2d7d8189f38c7bfb6057217b670)
13+
- Move case statement and clean up the rest [2fa9dbc](https://github.com/demyxsh/wordpress/commit/2fa9dbcd50c56b70a21001c7c5d2c6ffe79a980a)
14+
- php-fpm is now pid 1 and rerunning the entrypoint script will restart php-fpm [0e1e41f](https://github.com/demyxsh/wordpress/commit/0e1e41f711579fca4da85b164dcd9a212e7595a8)
15+
- Update case logic [371fc71](https://github.com/demyxsh/wordpress/commit/371fc71f236af1f1ba089197922cb082adcd7014)
16+
- Use php binary to trigger wp-cron.php [4a04916](https://github.com/demyxsh/wordpress/commit/4a049161489b43ee304799947e8d26bbd908bce4)
17+
- Rename cron file [4f0c7d8](https://github.com/demyxsh/wordpress/commit/4f0c7d89c1801c668476161e6ee165e6963f7bb0)
18+
- Remove logrotate function [3cf0b52](https://github.com/demyxsh/wordpress/commit/3cf0b52168331877c07dc65782112d71cd3681b0)
19+
- Place php switcher to the sudo script so we can symlink without the version [7d089db](https://github.com/demyxsh/wordpress/commit/7d089db4e75df763e3e475ad9ca0c90756f06db2)
20+
- Set to include subshells too [87c4b24](https://github.com/demyxsh/wordpress/commit/87c4b244643eb21f57343739b4fc5360f87640f7)
21+
- Remove old variables and move opcache variables [5128370](https://github.com/demyxsh/wordpress/commit/5128370a12b5fbae28cbd70e6f5de55516bd0c59)
22+
- Add full path [54f4e7e](https://github.com/demyxsh/wordpress/commit/54f4e7e51b1bd885663423f127e7a2c07df97189)
23+
- Update variables [a406ae8](https://github.com/demyxsh/wordpress/commit/a406ae86250b98ea2c081f527b406bbd776fa65f)
24+
- Remove line breaks [faf1d08](https://github.com/demyxsh/wordpress/commit/faf1d08aba3fd66180a358f4d40d971094dad2f3)
25+
- Allow overriding FROM in the terminal [79c20f2](https://github.com/demyxsh/wordpress/commit/79c20f2697d4d6d9b0097741cae7ef84fcbf2266)
26+
- Remove unused variables [96e2d06](https://github.com/demyxsh/wordpress/commit/96e2d060dffa9ac3cf5407d0e54ef53bbf8ff7ca)
27+
- Update Dockerfiles to use fixed base images and upgrade PHP version; modify cron and sudo scripts for improved functionality and memory management [4758de4](https://github.com/demyxsh/wordpress/commit/4758de46f8809785b3e210d8075cac59464aab45)
28+
- Update GitHub Actions workflow to use run ID in commit message for scheduled builds [a1d7be7](https://github.com/demyxsh/wordpress/commit/a1d7be759a053dddf8c231e279fc07a3ea90779a)
329

430
## 2024-02-28
531
- Fix reboot container crash [4fc7f78](https://github.com/demyxsh/wordpress/commit/4fc7f78baf3cd316bd3cc2e6695f29b7b75f71ce)

0 commit comments

Comments
 (0)