Skip to content

GetSimple Blog Version 3.4.4

Latest
Compare
Choose a tag to compare
@johnstray johnstray released this 23 Aug 14:13
· 3 commits to master since this release
00067b6

This is an interim bugfix release just to address the few known bugs that currently exist from the previous version, allowing for successful use of the plugin until such time the next major release becomes available.

NOTE: Only the "binary package" attached is applicable here as this release only contains select fixes from the latest development. The source code referenced in this release tag does not reflect the contents of the "binary package" or what is made available on the GetSimple Extend website.

WARNING: This release drops support for the UserManagement plugin. If you are actively using that plugin in combination with this plugin, all permissions relating to GSBlog will no longer apply and all users will have full control. If you'd like to update but retain support for UserManagement, please review commit 692f7ea and revert those changes (This will not be supported.

What's new in this release?

Back End (Admin) Changes:

  • [#128] Created a more uniform method of displaying success/error messages that prevents displaying on the frontend.
  • [#116] Dropped support for old UserManagement plugin

Bug Fixes:

  • [#109] Fixed class constructor after previous rewrite. Fixes the message 'Blog Settings Successfully Saved!' Message always being displayed.
  • [#115] Fixed alignment of input field boxes in the metadata section of the post editor.
  • [#117] Hide tags when there are no tags attached to a post.
  • [#119] Removed some unused variable declarations.
  • [#122] Fixed incorrect double slash in GSBlog->listPosts function.
  • [#125] Unpublished posts (dated in the future) could not be viewed when accessed directly for previewing.
  • [#131] Fixed trailing comma showing at the end of the list of tags.
  • [#132] Fixed PHP parse errors for improper method of accessing array element.
  • [#133] Fixed CKEditor triggered twice on Post Editor page.
  • [#135] Fixed Incorrect values used in html input/label tag attributes, causing the blogurl setting not to save.
  • [#138] Fixed PHP fatal error: Using string offset as an array in customFields.php