All Versions
12
Latest Version
Avg Release Cycle
52 days
Latest Release
1730 days ago

Changelog History
Page 2

  • v3.9.0-beta1 Changes

    May 18, 2019

    🔄 Changelog

    • Media manager: Check files size and extension before upload and alert the user
    • 👍 Media manager: Drag and drop support for images
    • 💻 Media manager: Code optimization and UI improved
    • 📜 Enable or disable Markdown parser from settings, the constant MARKDOWN_PARSER is true if enabled.
    • 🔒 Security fix: Check extension and path traversal when upload images and profile pictures
    • Moving Bludit CSS changes of Bootstrap to bludit.bootstrap.css
    • 🆕 New icon set Line Awesome with Font Awesome support, you can use the same name from Font-Awesome fa fa-<icon>
    • Creation of symlink directory when upload images to a particular page, Ex: bl-content/uploads/pages/<page-key>
    • 👉 Show logout button in sidebar thanks @erdifr
    • 👌 Improve the button for switch between Publish and Draft when you create new content
    • Preview page implemented
    • Autosave feature improved
    • When you create a new page and set a parent, the page get the type of the parent
    • 🔌 Plugins manager improved, enabled and disabled filter and search function
    • 🆕 New role Author which allow to the user only edit his own content
    • Content manager improved, search function
    • 👍 API: Support upload images via API
    • 👍 API: Support for change settings via API
    • 🌐 Prevent redirection looping in Apache web server thanks @dimobelov
    • 🔌 Plugin TinyMCE updated to v5.0.3
    • 🔌 Plugins RSS bug fixes
    • ⚡️ Parsedown updated to v1.7.3 thanks @anaggh
    • Bootstrap to v4.3.1 thanks @anaggh
    • ⚡️ Italian language updated thanks @Fastbyte01
    • ⚡️ German Austria updated thanks @SamBrishes
    • Commits and more information here 3.8.1...master
  • v3.8.1 Changes

    February 28, 2019

    🔄 Changelog

    • 👍 Bludit now support PHP 5.6 or higher
    • ⚡️ Language Persian updated thanks @abdulhalim and @clickwork-git
    • ⚡️ Language Spanish updated
    • API, include slug and tags field for pages
    • API, new method to get the token
    • 🔌 Search plugin, include static and sticky pages. #952
    • Categories, include static and sticky pages #974
    • Sitemap, include sticky pages #972
    • 🔊 Logs when the json can't be decode
    • 🐛 Bug fix, prevent lost the content when edit a page
    • 🐛 Bug fix, prevent lost the tags when edit a page
    • ✂ Removed magic quotes :P