Skip to content

GetSimple Blog v3.4.1

Compare
Choose a tag to compare
@johnstray johnstray released this 26 Mar 06:27
· 136 commits to master since this release

Bug Fixes:

  • [#---] Some language files were missing some commas in the array. Added html entities for certain characters.
  • [#75] German and French language files were missing some commas in the array.
  • [#75] German language file had 9 missing strings.
  • [#74] Fixed issues with post count in categories: casting of XMLobjects to string, a few missing punctuation marks, updated en_US language file to add Categories to Archvie Post Count string.
  • [#74] Fixed 'illegal offset' warning in show_blog_category() function. XMLoject is now cast properly as a string to use as array ofset. This prevented show_blog_categories() from being able to count the posts.
  • [#76] Fixed language string concatenated use for 'Manage Custom Fields'.
  • [#77] Fixed incorrect language string references for the RSS Auto-Importer Settings page.
  • [#79] Fixed some issues with the CustomFields Manager. Also added a sidebar button so that CFM could actually be used.
  • [#80] Much better handling of date format internationalisation.

Front End UI Improvements

  • [#74] Properly implemented post counts in categories. This was incomplete in the previous release. Rebuilt methods to make it more robust than originally planned.