Skip to content

Releases: Jonnyauk/Wonderflux

Wonderflux v1.1

18 Sep 07:56
Compare
Choose a tag to compare

84 commits since last release and lots of new goodies and bug fixes!

Please ensure that you read through the commits relevant to this release BEFORE you update Wonderflux! Highlights in the release include:
General
  • Fully tested and compatible upto WordPress v3.6.1 (with backwards compatibility to WordPress v3.3x)
  • Re-wrote caching function (faster and more secure - thanks for the advice!)
  • No search results handles better
  • New template parts to handle different circumstances easier (attachments and 404 error pages)
  • New style lab options controls for simple relative sizing of main content and sidebar 1
  • Include core WordPress comment reply JavaScript for threaded comments
  • Introduced new admin control and filter for WordPress $content_width (for oEmbed media control)
  • Modify wfx_display_body_tag() function, now includes basic browser information along with CSS classes that 'describe' the current layout configuration (eg with/without sidebar)
  • wfx_get_attachments() function redeveloped, much smarter!
  • Various translation string improvements
  • Rewrite readme file to give clearer guidance on usage
  • Various bug fixes and improvements
  • Improve and refine backwards compatibility, using latest WordPress functions when available
New CSS
  • New core CSS classes including the handy .responsive-full-width class (useful for images)
New files
  • New template part loop-content-attachment.php file
  • New template part loop-content-no-search-results.php
  • New template part loop-content-404.php
New filters and constants
  • New filter wfx_ext_img
  • New constant WF_DEBUG
New functions
  • New function wfx_core_feeds()
  • New function wfx_display_test_pattern()
  • New function wfx_debug_report()
  • New function wfx_info_file()
  • New function wfx_debug()
Removed
  • Removed internal WordPress admin bar function
  • Removed custom admin area menus and sub-menus, replaced with new WordPress admin bar link
  • Removed wfx_twitter_feed() function

Wonderflux 1.0 Release Candidate 2

29 Jul 21:14
Compare
Choose a tag to compare
Pre-release

Previously released on old Google Code SVN on March 11th 2012.

Wonderflux 1.0 Release Candidate 3

25 Jul 10:49
Compare
Choose a tag to compare
Pre-release

This was the last release made available on the old Google Code SVN repo.

Please ensure that you read through the updates in the readme.txt file below BEFORE you update Wonderflux - it has the full updates history.

Highlights include:

  • Full WordPress 3.4 compatibility (and upto 3.5.2 tested)
  • Nice extensions to wfx_get_template_part()
  • CSS post classes have got smarter
  • A few other nice bits and bug fixes