Releases: vincent-peugnet/wcms
v3.14.0
What's Changed
- New URLchecker panel to manage external link checker cache. Main new feature is that URL can be re-checked manually by editors.
- list: add datemodif and timemodif options, close #558 by @vincent-peugnet in #560
- add Nginx config sample in README, close #541 by @vincent-peugnet in #567
- allow spellcheck on Markdown elements in edit view
- option to display Markdown headings using a proportional size in edit view
- nestable filters in home view.
And of course some bug fixes !
Full Changelog: v3.13.1...v3.14.0
v3.13.1
What's Changed
- Documentation special layout to allow back button when navigating anchor by @jbidoret in #561
- Fix CSS and JS templain chain order 😇
- edit view: display user levels instead of number in authors list
Full Changelog: v3.13.0...v3.13.1
v3.13.0
New features
cacheTTL
A global time to live for page render cache can be defined in admin settings. Page can override this parameter in advanced settings.
Time limit can be deactivated by setting cacheTTL to -1. Or caching can be totally disabled (very bad idea 😅, but at least 5secs) by setting cacheTTL to 0
No-index
Page that are public may be indexed by search engines. Each page can now have noindex set to true to prevent being indexed by those engines.
It can be set in page's advanced setting panel or using multi-edit.
Admins can define if newly created page have this setting set or not.
Other
- admin can edit user's personnal URLs from the users interface
- full log file can be downloaded from Web interface
v3.12.2
This release fix a bug where the JS could not load due to missing taglist.js file.
Full Changelog: v3.12.1...v3.12.2
v3.12.1
This release just is just a fix to rendering error of manual due to new API doc stored in assets folder.
v3.12.0
New features
- all panels are closed by default if mobile browsing is detected (according to user-agent)
- URL checker give more details about failures (in edit right panel)
- admin can set default tags, content, templates settings for new pages.
- help button can be displayed on connect view.
- new "same as body" default selector for CSS and JS template. which is 99% of time what user wants.
- use fancy tag input everywhere (not just in edit view)
- display API doc next to user manual.
This release is supposed to be the first version that will work with the first release of Wsync client.
Full Changelog: v3.11.0...v3.12.0
v3.11.0
- users can choose their own interface theme
- show sessions in profile page
- fix tag add bug
- fix current editor removed during update bug
The API (which is still experimental) has been ajusted and documentation updated.
This was done in the context of a new software project:
⭐️ W sync https://github.com/vincent-peugnet/wsync/ ⭐️
(a client to sync page's content locally as MD files)
Full Changelog: v3.10.2...v3.11.0
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