Releases: vincent-peugnet/wcms
v3.10.2
Fix rendering of CSS templates in page head
Full Changelog: v3.10.1...v3.10.2
v3.10.1
Fix %LIST% render bug
Full Changelog: v3.10.0...v3.10.1
v3.10.0
What's Changed
- new log view ! 🔍️
- media folder nav expands
- a button to clean URL cache
- render option that convert images alt attr to title
- display info about external links in edit right bar
fixes
- fix invisible search in edit view
- valid responses to HEAD requests (instead of always responding 404 😇)
refactoring
- reached PHPStan level 6 ! 🎉
This release include many little refactors, it may introduce little bugs 🤏
Full Changelog: v3.9.0...v3.10.0
v3.9.0
New features
- 😲 client HTTP cache: W can send 304 response if the page is already downloaded by the client.
- link to landing page in backend top bar
Fixes
- URLchecker swith to HEAD request method instead of GET
media
andassets
are now reserved IDs for pages
Full Changelog: v3.8.0...v3.9.0
v3.8.0
💀🔩 URL checker
Check if external links are dead or alive using this new feature !
External links can also be displayed using the graph view.
Fixes
- Media delete is fixed
Full Changelog: v3.7.0...v3.8.0
v3.7.0
LDAP auth 🖇️
W can connect to LDAP databases to autenticate user. This is a first basic implementation (only tested with CLUB1 server).
What's Changed
- Ldap auth feature by @vincent-peugnet in #484
Full Changelog: v3.6.0...v3.7.0
v3.6.0
🖌️ User interface refresh
Thanks to Julien Bidoret who did a great work !
The interface is now much more welcoming for new users 🎉
🍣 New theme: Soy n Wasabi
Also by Julien !
What's Changed
- Switching templates logic style by @jbidoret in #454
- UI refresh by @jbidoret in #479
- Add parallel PHP syntax check on template files by @n-peugnet in #481
- workspace menu is always in hbar-section, fix #480 by @vincent-peugnet in #482
- Soynwasabi by @jbidoret in #483
- new Cancel button before deleting a page
- New user get a personal bookmark that filter all the pages where they are listed as author
Full Changelog: v3.5.0...v3.6.0
v3.5.0
New image optimizer feature !
v3.4.1
Little patch to fix release workflow.
What's Changed
- Build fixes (force build after watch + buildclean before dist) by @n-peugnet in #414
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Tagify is used to manage tags in page edit view
- Webpack is replaced by esbuild (faster build and less dependancies) thanks to @n-peugnet
and of course some small bugfixes
Full Changelog: v3.3.0...v3.4.0