Skip to content

Releases: bludit/bludit

Bludit v3.7.0 "Bock"

27 Jan 16:57

Choose a tag to compare

Changelog

Added

  • New plugin for Canonical URLs.
  • HTML Code plugin supports admin area, you can insert HTML, JavaScript or CSS code in the admin area.
  • Remote content plugin button added to trigger the webhook. #928
  • Search plugin event for enter key and allow to the user show or hide the button search.
  • Disqus plugin updated, you can enable or disable Disqus in different types of pages.

Changed

  • Bug fix, navbar doesn't appear in some screen resolutions.
  • Bug fix, TinyMCE doesn't hide elements after lose the focus. #923
  • Bug fix, delete button doesn't appear in small resolution. #921
  • Migrate private variable to protected to allow extending classes.

Removed

  • Removed unused Crypt class. dd8e13f

Bludit v3.6.1 "Pilsner"

16 Jan 12:26

Choose a tag to compare

Small bug fixes in CSS files.
Check the changelog of Bludit v3.6.0. https://github.com/bludit/bludit/releases/tag/3.6.0

Bludit v3.6 "Pilsner"

15 Jan 19:15

Choose a tag to compare

Changelog

Added

  • Site logo, upload your own logo, you can get the absolute URL of the image with $site->logo(). #865
  • Show an alert message when you are editing content and is scheduled.
  • Redirect from /blog to /blog/ in router.
  • Verbose mode, you can set INFO or TRACE for debug propose; Debug mode is disabled by default.
  • Easy way to select if the content is Publish or Draft. #892
  • Remove single and double quotes from the filename when the user upload images to prevent escape quotes in the UI. #907
  • Now you can define a 404 page not found from settings.

Changed

  • TinyMCE updated to v4.9.2
  • Bootstrap updated to v4.2.1
  • Improve for Search plugin and compatibility with PHP v5.3. Thanks @SamBrishes
  • Bug fix, bug when the user select Remember me and lose the permissions after login
  • Bug fix, undefined variable in get-publish.php #897
  • Language dictionaries updated, thanks to @ali-demirtas @davede-git @hide-me @Momel15 @clickwork-git

Removed

  • Remove deprecated track_errors, thanks @AnaGGH
    0bf63ed
  • File /bl-kernel/ajax/profile-picture.php rename to ``/bl-kernel/ajax/upload-profile-picture.php`

Bludit v3.5 "IPA"

01 Dec 16:36

Choose a tag to compare

Changelog

Added

  • UI improves in admin panel
  • Prevent cache when the user change the profile picture
  • The user can define width, height and quality of thumbnails in Settings > General > Images #867
  • Open graph plugin bug fixes and added Facebook APP ID
  • Improves in Search plugin with Fuzz algorithm
  • TinyMCE updated to v4.8.5
  • Alert the user at the installation step when the password is less than 6 characters
  • Theme BlogX and Alternative shows a message when the content is empty

Changed

  • Language updated, big thanks to @hide-me for the complete Russian translations for all the Bludit sites
  • Bug fix, support uppercase in file extensions when upload images #868
  • Bug fix, delete images defined for a page after delete the page #869
  • Bug fix, format date to be valid in the RSS plugin

Removed

Nothing was removed

Bludit v3.4 "Beer"

10 Nov 14:39

Choose a tag to compare

Changelog

Added

  • Dashboard notification after Bludit is updated.
  • Improves in UI, the buttons Save and Cancel now are in the top right.
  • New UI for user profile, also the editor role can change his own profile.

Changed

  • Bug fix, replace $label for the proper label name.
  • Bug fix, missing button Save as draft when editing draft content.
  • Bug fix, the method thumbCoverImage not was returning the filename.
  • Bug fix, Draft message appears at each post #842
  • When edit the title the friendly url is no more changed automaticly when you are editing content. #841
  • Languages dictionaries updated.

Removed

Nothing was removed.

Bludit v3.4 beta 1

07 Nov 14:46

Choose a tag to compare

Bludit v3.4 beta 1 Pre-release
Pre-release
3.4-beta-1

New words

Bludit v3.3.0 "Water"

31 Oct 17:15
4efa64e

Choose a tag to compare

Changelog

Added

  • After logout go to the login form

Changed

  • Updates in languages files, thanks for the users who collaborate on it!
  • Improves in UI when you create or edit content, sidebar with options.
  • Plugin TinyMCE updated to v4.8.4
  • Bug fixes on Search plugin, modified WHERE_AM_I = 'search'.
  • Bug fixes on profile pictures. #835
  • Bug fixes #813
  • Bug fixes #837

Removed

Nothing was removed.

Bludit v3.2.0 "Yeast"

21 Oct 15:38

Choose a tag to compare

Changelog

Added

  • New plugin Hit Counter show the visits in the sidebar.
  • New UI when you create content.
  • Support for editors that work in DIV editable elements, for example QuillJs or Tinymce Inline.

Changed

  • Improves in autosave function.
  • Bug fixes, showing pages per category and tags when you have in the settings Show all items.
  • Bug fixes, missing execution of plugin hook afterPageCreated in the scheduler.
  • Bug fixes, Tinymce and pagebreak element. #822
  • Languages dictionaries updated.

Removed

  • Variable $Language now is $language

Bludit v3.1.0 "Malt"

08 Oct 16:27

Choose a tag to compare

Changelog

Added

  • Search plugin
  • Images per pages (only in fresh installations)
  • Button for remove cover image
  • Welcome message in the dashboard
  • Allow static pages for the homepage
  • TinyMCE: New editor styling
  • TinyMCE: Added plugin unlink

Changed

  • Languages updated
  • TinyMCE: Updated v4.8.3
  • Bug fix, plugin Remote content case sensitive for fields
  • Bug fix Bludit Installer
  • Security fixes

Removed

  • TinyMCE: Removed auto resize plugin
  • Relative to Absolute function removed only for fresh installations
  • File /bl-kernel/ajax/delete-file.php renamed to /bl-kernel/ajax/delete-image.php
  • File /bl-kernel/ajax/delete-file.php renamed to /bl-kernel/ajax/delete-image.php
  • File /bl-kernel/ajax/list-files.php renamed to /bl-kernel/ajax/list-images.php
  • File /bl-kernel/ajax/upload-file.php renamed to /bl-kernel/ajax/upload-images.php

Bludit v3.0.0 "Hops"

21 Sep 09:27

Choose a tag to compare

Changelog

There are a lot of changes from Bludit v2.3.4, for a full changelog you can check the previus Alpha, Beta and RC version from here, https://github.com/bludit/bludit/releases

Here a list of new features:

  • Mobiles responsive, enjoy Bludit in your mobile, tablet or desktop machine.
  • Media Manager, new interfaces to manage your pictures from a single place.
  • Admin panel renewed.
  • Performance improvements for creating big sites with more than 10.000 pages.
  • TinyMCE as the default editor, you can choose more editor in the plugins section.
  • Categories support description and templates.
  • Pages support templates.
  • API plugin improvements.
  • Allow Unicode in the system, you can disable this feature.
  • Improvements for SEO
  • And more!