Bludit Versions Save

Simple, Fast, Secure, Flat-File CMS

4.0.0-alpha5

2 years ago

This version is only for testing purposes, do not update your current installation with it!

4.0.0-alpha4

2 years ago

This version is only for testing purposes, do not use it and do not update your current installation with it!

4.0.0-alpha3

2 years ago

This version is only for testing purposes, do not use it and do not update your current installation with it!

4.0.0-alpha2

2 years ago

This version is only for testing purposes, do not use it and do not update your current installation with it!

You can see some changelog highlights here https://blog.bludit.com/bludit-4-road-map

4.0.0-alpha1

2 years ago

This version is only for testing purposes, do not use it and do not update your current installation with it!

3.13.1

3 years ago

Changelog 🐕

  • Decrease to 3 characters the min for the search engine, before was 5 chars, also the user can define this value in the plugin settings.
  • Add function to get related pages by tags. More info: https://docs.bludit.com/en/dev-snippets/related-pages-or-related-posts
  • Remove from Helper Javascript the default parameter async, the default is sync or empty.
  • Fix issue with the mime type checker for some PHP installations.
  • Updated EasyMDE plugin v2.10.1 -> v2.11.0 thanks @anaggh
  • Language Persian updated thanks @abdulhalim
  • Language Kurdish added thanks @clickwork-git
  • Language Portuguese updated thanks @JustJoao

3.13.0

3 years ago

Changelog 🐕

New and improvements

Bug fixes

  • Set a homepage and enable the filter /blog/
  • Fix #1177, API - get child pages
  • Fix #1176, AJAX Error Message when uploading Images thanks @SamBrishes
  • Fix "undefined" text on search thanks @anaggh
  • Fix #1208, Bug: Search Plugin will not work if itemsPerPage is set to "All Content" thanks @SamBrishes
  • Mime type checks for differents after upload files to prevent differents security vulnerabilities
  • Fix for the link to the child pages from admin panel.

For sure I missed some bug fixes, here is the list of commits since version 3.12.0. https://github.com/bludit/bludit/compare/3.12.0...master

3.12.0

4 years ago

Changelog

Improvements

  • Plugin Robots add sitemap link when the plugin Sitemap is enabled
  • Plugin Version add configuration to display current version and check new version
  • Plugin TinyMCE updated to v5.2.0
  • Plugin API includes getting files from a page
  • Updated Brazilian language thanks @fabianosantosnet
  • Updated Hungarian language thanks @DavidEredics
  • Updated Dutch language thanks @ltGuillaume
  • Updated Russian language thanks @hide-me
  • Updated German language thanks @clickwork-git

Bug fixes

  • Fix #1135 clippy input on mobile dropdown menu bug thanks @anaggh
  • Fix #1143 Add additional check to skip broken symlinks to avoid Runtime error thanks @anaggh
  • Fix PHP 7.4 "Deprecated: Array and string offset access syntax with curly braces is deprecated" thanks @anaggh
  • Create a directory for upload pictures after create a new page

3.11.0a

4 years ago

Changelog

Improvements

  • Ident subpages in the UI on the static tab.
  • Enable API after user login success and returns authentication token, feature for external applications. Refer to this commit, https://github.com/bludit/bludit/commit/142159a8e97ee64c3de5cbf99923bd29f504d113
  • Include category name on JSON method from a page object.
  • API, get and edit functions for settings.
  • Allow download backups, thanks @anaggh
  • Show Disk usage on Simple stats plugin, thanks @anaggh
  • Show Disk usage on the page About from Admin area.
  • Update Chartist.js 0.11.0 -> 0.11.4
  • Function to deactivate all plugin. https://github.com/bludit/bludit/commit/f0e9bc62a220a47b47019b384eeefee7225cb397
  • Improve dateModified() method. https://github.com/bludit/bludit/commit/b510c59babd19b77c8e92e7ff054a4982f9e2498
  • Updated Traditional Chinese language thanks @ethan42411
  • Updated Russian language thanks @hide-me
  • Updated Turkish language thanks @ali-demirtas
  • Updated Japanese language thanks @CaiMiao
  • Updated Dutch language thanks @ltGuillaume
  • Updated Portugues language thanks @JustJoao
  • Improve search plugin and add support for UTF8 to Fuzz algorithm
  • Add social network vk.com
  • Updated TinyMCE plugin 5.1.3
  • Updated Select2 library 4.0.12
  • Updated Parsedown library 1.7.4
  • Updated Bootstrap library 4.4.1
  • Updated EasyMDE plugin 2.9.0
  • Update jstz library to detect the timezone in the installation

Bug fixes

  • Invalid HTML code for favicons https://github.com/bludit/bludit/issues/1099
  • Fix for Japanese language folders
  • Fix #808 Remove special characters/spaces early to prevent overwrite
  • Fix #1051 Bug - Media Manager Pagination thanks @anaggh
  • Security bug fixed #1131
  • Refresh profile picture after upload a new one
  • Fix for #1102, show search input on small devices

3.10.0a

4 years ago

Changelog

There was a little bug after release 3.10.0 so I made a new release 3.10.0a.

  • Support custom fields.
  • New plugin for custom fields parser.
  • New assistant for the Admin panel.
  • German, German Austria, German Schweiz language updated thanks @clickwork-git
  • Japanese language updated thanks @nogajun
  • Swedish language created thanks @murko69
  • Dutch language updated thanks @ltGuillaume
  • Persian language updated thanks @abdulhalim
  • Greek language updated thanks @kostaslgr
  • Support for install.php file on themes. Before the theme is activated Bludit checks if the file install.php exists and execute it, this helps for themes that need to activate plugins or do something after activating them.
  • Plugin sitemap updated, new ping URLs for Google and Bing.
  • Plugin EasyMDE updated to 2.8.0.
  • Fixed security vulnerability for Code Execution Vulnerability in "Images Upload. https://github.com/bludit/bludit/issues/1079
  • Fixed security vulnerability for Code Execution Vulnerability in "Upload function". https://github.com/bludit/bludit/issues/1081
  • Fixed security vulnerability to store Javascript code on categories fields and user profile fields.
  • Fixed security vulnerability for Bypass brute force protection. Thanks to @rastating for report it and fixed it.
  • Allow static pages to have sub-pages.
  • User profile picture, check file type and handle error messages.
  • Show static pages order by position all the time on Admin > Content > Static
  • New function for API, get users and set settings.
  • Removed changefreq field from plugin Sitemap.
  • Harmonize RSS feed with W3C recommendations, thanks @xm74
  • Open the current tab after the refresh page on admin panel.
  • TinyMCE updated to 5.0.16.
  • Fixed bug, keep the date on drafts pages. https://github.com/bludit/bludit/issues/1088
  • Fixed bug: Select parent pages with special HTML characters.

Many thanks to @clickwork-git for the support and the maintenance of the forum, kudos!