Skip to content

Releases: vincent-peugnet/wcms

v3.10.2

02 Jul 20:50
Compare
Choose a tag to compare

Fix rendering of CSS templates in page head

Full Changelog: v3.10.1...v3.10.2

v3.10.1

01 Jul 13:48
Compare
Choose a tag to compare

Fix %LIST% render bug

Full Changelog: v3.10.0...v3.10.1

v3.10.0

30 Jun 08:59
Compare
Choose a tag to compare

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

05 May 22:14
Compare
Choose a tag to compare

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 and assets are now reserved IDs for pages

Full Changelog: v3.8.0...v3.9.0

v3.8.0

22 Jan 21:14
Compare
Choose a tag to compare

💀🔩 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

23 Nov 12:00
Compare
Choose a tag to compare

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

Full Changelog: v3.6.0...v3.7.0

v3.6.0

02 Nov 17:46
0878d53
Compare
Choose a tag to compare

🖌️ 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

13 Oct 15:58
Compare
Choose a tag to compare

New image optimizer feature !

v3.4.1

05 May 14:25
Compare
Choose a tag to compare

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

05 May 10:30
Compare
Choose a tag to compare

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