Skip to content

v1.4.0 - 2024-07-17

Finally, I'm able to tell that meta pluginhas some new features related to external linking and inner documents redirections. From now one, you can add a menu position that will be a linkto an external web page or add a file that will be just a redirectionto the other document.

There are also some bug fixes in the meta plugin related to publication status when using overview and for hidden pages. Now it should be working as intended. There are also small performance tweaks that can reduce generation time for bigger pages.

There is also a small update inside the social plugin for how titles are created titles are createdin social cards. So far, title was just created based on title metadata, but in most cases other tools use a bit different approach. They create a title by joining title and site name, so it helps a bit a SEO stuff and site recognition (especially when there is no logo or site name in the image). From now one, this is a default behavior, but you have control over it have control over it.

In the very near future, there will be some big things happening to this project, like a new rewrite of the blog plugin, repository migration, documentation templates, project documentation reorganization and extension, the possibility to sponsor this project and insiders, etc. Stay tuned.

Changelog

General

  • ❎ extend overall code coverage
  • ♻️ code refactor of some shared libraries

Blog

  • ✅ blog post link title attribute

Meta

  • ❎ support for links and redirections
  • ✅ overview pages doesn't respect publication status
  • ✅ draft file in hidden directory is generated
  • ✅ images link (remove hack fix)
  • ♻️ code refactor in many places

Social

  • ❎ site name is added to page title

Legend

❎ - added ✅ - fixed ♻️ - changed 🚫 - removed