*** WooThemes Framework Changelog **
2011.08.03 - version 4.3.5
* admin-functions.php - Updated regular expression used in woo_embed to get/set width and height of embedded video.
2011.08.01 - version 4.3.4
* admin-interface.php - Optimised and resolved preg_replace() bug in the display of certain theme options tabs.
2011.07.31 - version 4.3.3
* admin-interface.php - fixed preg_replace bug
2011.07.31 - version 4.3.2
* admin-functions.php,
admin-interface.php = Replaced ereg() with preg_match() and ereg_replace() with preg_replace() to fix deprecated notice in PHP 5.3.0.
2011.07.28 - version 4.3.1
* admin-sbm.php - Added support for post type archive custom sidebars.
* admin-framework-settings.php - Split "Framework Settings" into "Theme Settings" and "Admin Settings", and added theme option to move tracking code from footer to header.
* admin-functions.php - Added logic to move tracking code from footer to header.
2011.07.27 - version 4.3.0
* admin-shortcodes.php - Added Twitter Follow Button shortcode. Added Google Plus support to Social Profile Icon shortcode.
* js/shortcode-generator/shortcodes/twitter_follow.js - Shortcode generator screen for Twitter Follow Button shortcode.
* js/shortcode-generator/shortcodes/social_icon.js - Added Google Plus support to Social Profile Icon generator.
* js/shortcode-generator/editor_plugin.js - Added Twitter Follow Button link to shortcode generator popup.
2011.07.25 - version 4.2.6
* admin-functions.php - fixed thumbnail in RSS to be shown when also when rss excerpt is selected. Fixed woo_image to output full image link with $link arg
2011.07.24 - version 4.2.5
* images/ajax-loader.gif - added missing image for tumblog
* admin-functions.php - added new google fonts
2011.07.23 - version 4.2.4
* admin-setup.php - added stripslashes to Custom CSS output
2011.07.21 - version 4.2.3
* admin-functions.php - SEO: Added custom setting for Post Types and Taxonomy Archive pages for setting robots to "noindex"
* admin-seo.php - SEO: Added custom setting for Post Types and Taxonomy Archive pages for setting robots to "noindex"
* admin-custom.php - Strip slashes from label, description and default value before displaying the post meta fields.
2011.07.19 - version 4.2.2
* admin-interface.php - Integrated options sanitization functions from security audit.
2011.07.19 - version 4.2.1
* admin-functions.php - updated Google webfonts list
* admin-interface.php - Added theme options preparatory and sanitization functions.
2011.07.06 - version 4.2.0
* admin-init.php,
admin-functions.php,
admin-custom.php,
admin-medialibrary-uploader.php,
admin-shortcodes.php,
admin-sbm.php,
admin-seo.php,
admin-framework-settings.php,
admin-custom-nav.php,
admin-setup.php,
admin-interface.php,
admin-tumblog-quickpress.php - Security fixes, enhancements, and error suppression from Mark Jaquith.
* admin-custom.php - Fixed conflict between WooSEO word-count fields and WordPress V3.2.
* /js/shortcode-generator/js/dialog-js.php - Fixed conflict between the Columns shortcode generator and WordPress V3.2.
2011.07.02 - version 4.1.8
* admin-functions.php - Made woo_image and woo_embed pluggable
2011.07.01 - version 4.1.7
* admin-functions.php - added more google fonts
2011.06.27 - version 4.1.6
* admin-custom.php - Optimised database queries surrounding the call to add_meta_box() and added filter to meta box settings.
* admin-functions.php - Fixed logic error surrounding the "use third party data" setting. Added woo_prepare_category_ids_from_option() function.
* admin-functions.php - Added new Google fonts
* admin-interface.php - Added Courier font, applied filter to the WooThemes options machine
* admin-style.css - Added additional options styling
* admin-functions.php - do_shortcode on output in woo_embed so shortcodes work in embed field
2011.06.20 - version 4.1.5
* /js/shortcode-generator/js/dialog-js.php - Preserve line breaks when using a textarea in the Shortcode Generator screens.
2011.06.13 - version 4.1.4
* admin-shortcodes.php - Added Google +1 Button shortcode.
* js/shortcode-generator/editor_plugin.js - Added Google +1 Button to shortcodes menu.
* js/shortcode-generator/shortcodes/google_plusone.js - Added Google +1 Button generator screen.
* admin-functions.php - Added modification to woo_breadcrumbs() to use get_page_by_title() if the parent page isn't found using get_page_by_path().
2011.05.31 - version 4.1.3
* admin-sbm.php - Adjusted array of custom sidebars to be ordered in a specific fashion, and not by the order in which they were created.
2011.06.10 - version 4.1.2
* admin-functions.php - new google fonts
2011.05.30 - version 4.1.1
* admin-interface.php - Removed console.log to fix "theme options not saving" issue.
* admin-shortcodes.php - Adjusted HTML outputted by button shortcode to pass W3C validation.
2011.05.21 - version 4.1.0
* admin-functions.php - Added new Google Fonts.
* admin-interface.php - Solved bug where typography options were being set to 9px on all typography options.
* admin-functions.php - tweaked woo_image auto image tests, and vt_resize width checks
* admin-setup.php - changed $woo_options to get_option to work with older themes that don't load $woo_options
2011.05.20 - version 4.0.9
* admin-setup.php - removed notices from texttitle and tagline options if not set
2011.05.12 - version 4.0.8
* admin-functions.php - fixed get_theme_data() in woo_admin_bar_menu()
2011.05.11 - version 4.0.7
* admin-functions.php - added new google fonts
2011.05.10 - version 4.0.6
* admin-sbm.php - Fixed bug with taxonomy terms that have children not displaying the correct sidebar widgets.
2011.05.09 - version 4.0.5
* admin-shortcodes.php - Fixed warning message if no attributes are set in the contact form shortcode, as well as adding support for checkbox and radio button field types.
2011.05.05 - version 4.0.4
* admin-setup.php - Moved woo_load_textdomain() call to fire on "init".
* admin-custom-nav.php,
admin-custom.php,
admin-framework-settings.php,
admin-functions.php,
admin-interface.php,
admin-medialibrary-uploader.php,
admin-sbm.php,
admin-seo.php,
admin-setup.php,
admin-shortcodes.php,
admin-tumblog-quickpress.php - Code clean-up and consistency checks. Replaced calls to bloginfo( 'template_directory' ) and bloginfo( 'template_url' ) with get_template_directory_uri().
2011.05.04 - version 4.0.3
* admin-interface.php - Fixed bug in save logic where arbitrary integers were being inserted into "Subscribe and Connect" text input fields.
* admin-setup.php - fixed bug where site description wasn't showing on older themes that don't have the new site description option.
2011.05.03 - version 4.0.2
* admin-interface.php - Make sure slashes are stripped from "text" field type values on save.
* admin-functions.php - Make sure slashes are stripped from all instances of the page title output (woo_title, wp_title and admin_title).
* admin-functions.php - Added generic "ie" body class to all Internet Explorer body classes, as well as an "ie9" body class for use with Internet Explorer 9.
* admin-shortcodes.php - Added optional CSS class field ("css") to the "tabs" shortcode.
* /shortcode-generator/shortcodes/tab.js - Updated "tab" shortcode generator with the new "css" field.
* admin-framework-settings.php - Added support to the exporter for values in "type" fields that are setup as arrays.
* admin-functions.php - vt_resize: Use set width from woo_image when returning image that hasn't been resized. Image will be stretched to fit. Fixes issues where image uploaded is smaller than width of slider etc.
2011.05.02 - version 4.0.1
* admin-functions.php - Added new Google webfonts.
2011.04.25 - version 4.0.0
* admin-init.php - Version bump.
* admin-setup.php - added option for tagline CSS output from options
2011.04.25 - version 3.10.1
* css/tumblog.css - Removed redundant Tumblog style.
2011.04.20 - version 3.10.0
* admin-shortcodes.php - Added optional excerpt length, with "read more" link options, to the content toggle shortcode. Added "Share via LinkedIn" shortcode.
* /js/shortcodes.js - Added logic for the excerpt "read more" link in the content toggle shortcode.
* /js/shortcode-generator/shortcodes/toggle.js - Added new shortcode attributes to content toggle shortcode generator screen.
* /js/shortcode-generator/js/dialog-js.php - Added defaultValue logic for text input fields on shortcode generator screens.
* /css/shortcodes.css - Added base CSS styles for the "more text" used if using the optional excerpt in the content toggle shortcode.
* /js/shortcode-generator/js/editor_plugin.js - Added "Share via LinkedIn" shortcode to the Generator menu.
* /js/shortcode-generator/preview-shortcode-external.php - Added custom action hook in the footer, to enable the loading of custom scripts without requiring wp_footer().
2011.04.18 - version 3.9.0
* admin-seo.php - Added support for WordPress SEO by Yoast to WooSEO.
* admin-functions.php - Added support for WordPress SEO by Yoast to WooSEO.
* admin-hooks.php - Added context function and woo_*_atomic() functions for use in hooks, as well as implemented woo_do_atomic() in the various woo hooks.
* admin-functions.php - added new Google fonts
2011.04.09 - version 3.8.2
* admin-functions.php - added new google fonts
2011.04.07 - version 3.8.1
* admin-functions.php - Added filtering mechanism to woo_title() and adjusted woo_pagination() to always move the raw query string to the end of the pagination links.
2011.03.30 - version 3.8.0
* admin-framework-settings.php - Added options to disable WordPress Admin Bar and enable WooFramework admin bar enhancements.
* admin-functions.php - Logic to either disable the WordPress Admin Bar or add WooFramework enhanced navigation menu items.
2011.03.28 - version 3.7.14
* admin-shortcodes.php - Corrected new line characters in contact form shortcode. Added "rel" option to social icon shortcode.
* /js/shortcode-generator/shortcodes/social_icon.js - Added field for the "rel" option to the social icon shortcode generator.
2011.03.18 - version 3.7.13
* admin-init.php, admin-setup.php, admin-shortcodes.php - made all HEAD output neat
* admin-functions.php - added more google fonts
2011.03.17 - version 3.7.12
* admin-functions.php - modified vt_resize to not resize if the width and height of original image are smaller than resized area.
2011.03.16 - version 3.7.11
* admin-functions.php - added @ to omit PHP warning message in woo_custom_login_logo()
2011.03.14 - version 3.7.10
* admin-express-functions.php - upgraded to use post formats functionality
2011.03.09 - version 3.7.09
* admin-interface.php - changed wording on Reset Options button
2011.03.05 - version 3.7.08
* admin-shortcodes.php - Allow shortcodes to be added inside the "info box" shortcode.
* admin-sbm.php - Fixed "array_key_exists" warning message after resetting the Sidebar Manager.
2011.03.02 - version 3.7.07
* admin-functions.php - Added support for BuddyPress search to woo_pagination().
* admin-tumblog-quickpress.php - Only load tumblog styles on dashboard
2011.03.01 - version 3.7.06
* admin-tumblog-quickpress.php - added additional editor handling
2011.02.28 - version 3.7.05
* admin-tumblog-quickpress.php - added safari editor fix
2011.02.27 - version 3.7.04
* admin-setup.php - moved woothemes_wp_head() content into seperate pluggable functions
2011.02.26 - version 3.7.03
* admin-sbm.php - Fixed conflict between custom page template-based and category-based sidebars.
* admin-sbm.php - Fixed Sidebar Manager reset functionality.
2011.02.24 - version 3.7.02
* admin-interface.php - removed deprecated tumblog functions
* admin-tumblog-quickpress.php - upgraded tumblog functions to use post formats functionality
* admin-express-functions-deprecated.php - created deprecated functions file
* admin-express-functions.php - upgraded to use post formats functionality
* /js/shortcode-generator/editor_plugin.js - Changed the method by which we detect the editor button icon.
* /js/shortcode-generator/js/dialog-js.php - Added fixes for supporting Windows-based web servers.
* admin-shortcodes.php - Added code to prevent the warning message in the shortcode preview for the custom typography shortcode.
2011.02.23 - version 3.7.01
* admin-functions.php - woo_image(): Added alt tag to custom field images (the_title)
2011.02.22 - version 3.7.00
* admin-functions.php - Added woo_pagination() and woo_breadcrumbs() functions.
* admin-shortcodes.php - Added optional tabber title to the tabber shortcode.
* /js/shortcode-generator/shortcodes/tab.js - Added "vertical" alternate style.
* /js/shortcode-generator/js/dialog-js.php - Increased total allowed tabs to 10 in the tabber controller in the shortcode generator.
* /css/shortcodes.css - Added "vertical" alternate style to the tabber shortcode.
2011.02.19 - version 3.6.09
* admin-functions.php - fixed vt_resize() to not remove 1px if the image width is same as resize width
2011.02.19 - version 3.6.08
* admin-shortcodes.php - Changed "info box" shortcode to use DIV tag instead of P tag. Removed trailing slash on URLs in the "social icon" shortcode.
* css/shortcodes.css - Updated "info box" style to use DIV tag instead of P tag.
2011.02.18 - version 3.6.07
* admin-shortcodes.php - Added "nav-tab" class to tab navigation items in the tabber shortcode.
* js/shortcodes.js - Refined tabber JavaScript.
* css/shortcodes.css - Cleaned up tabber shortcode CSS to support nested unordered and ordered lists.
2011.02.18 - version 3.6.06
* admin-functions.php - Fixed bug where Twitter widget was intermittently generating incorrect links to tweets.
* admin-functions.php - added some more Google Fonts
2011.02.17 - version 3.6.05
* admin-sbm.php - Added functionality to display the category custom sidebar on single posts in that category in the Sidebar Manager.
* admin-sbm.php - Added a note explaining how the new "category sidebar on single posts" functionality works.
2011.02.16 - version 3.6.04
* admin-functions.php - Added fix for using custom post ID in woo_image().
* admin-shortcodes.php - Added option to use pre-defined colour scheme in button shortcode, open in new window in social icon shortcode and tweaked options in fblike shortcode.
* /js/shortcode-generator/shortcodes/button.js - Added pre-defined colour scheme selection option.
* /js/shortcode-generator/shortcodes/fblike.js - Tweaked options to make sure all options display correctly.
* /js/shortcode-generator/shortcodes/social_icon.js - Added option to open the link in a new window.
* admin-framework-settings.php - Added Sidebar Manager data to the import/export function.
2011.02.15 - version 3.6.03
* admin-functions.php - vt_resize() added file_exists check
* admin-functions.php - fixed image placeholder to not show in_the_loop on singular pages
2011.02.14 - version 3.6.02
* admin-shortcodes.php - Added social_icon shortcode and restructured contact form shortcode to work within tabber.
* /js/shortcode-generator/shortcodes/social_icon.js - Generator controller for social_icon shortcode.
* /js/shortcode-generator/editor_plugin.js - Added link on the shortcode generator menu for the social_icon.
* /css/shortcodes.css - Adjusted contact form shortcode CSS to accommodate the new code structure.
* admin-functions.php - Tested Google Fonts and fixed several that weren't displaying.
2011.02.11 - version 3.6.01
* admin-functions.php - Fixed woo_twitter_script to include retweets
2011.02.08 - version 3.6.00
* admin-functions.php - Added support in woo_embed() for html_entity_decode. Fixed spelling mistake on "Kristi" Google Webfont. Fixed seo_follow meta custom field to switch depending on the default option.
* admin-shortcodes.php - New shortcodes ( Dropcap, Text highlight, Abbreviated text, Custom Typography (using Google Fonts), Alt-style support for the tabber, Content Toggle, Ordered and Unordered List Generators, with various alt styles for the bullets).
* admin-shortcode-generator.php - Enqueued colorpicker CSS and JavaScript files for use in the generator.
* admin-style.css - Fixed z-index issue in options screen.
* /css/shortcode-generator.css - Updated styling for shortcode generator.
* /css/shortcodes.css - Added CSS for new shortcodes.
* /images/shortcode-*.png - New images for unordered list style shortcode.
* /js/shortcode-generator/editor-plugin.js - Added additional shortcodes to menu, and new "skip lightbox" functionality for simple shortcodes.
* /js/shortcode-generator/preview-shortcode-external.php - Updated preview to include call to Google Fonts.
* /js/shortcode-generator/shortcodes/* - Added control files for new shortcodes.
* /js/shortcode-generator/js/dialog-js.php - Added additional form field controls. Integrated setup function for the colorpicker.
* /js/shortcodes.js - Added JavaScript for content toggle shortcode.
* admin-shortcodes.php - Refined and tested custom typography shortcode and font loader.
* /js/shortcode-generator/shortcodes/unordered_list.js - Refined functionality to remove list items textarea.
* /js/shortcode-generator/shortcodes/ordered_list.js - Refined functionality to remove list items textarea.
* /js/shortcode-generator/shortcodes/typography.js - Integrated colorpicker.
* /js/shortcode-generator/shortcodes/button.js - Integrated colorpicker.
2011.02.07 - version 3.5.7
* admin-shortcode-generator.php - Made shortcode icon available to Authors
2011.02.05 - version 3.5.6
* admin-functions.php - Added new google fonts. Fixed issue with auto image thumbnails in related posts shortcode on single post page
2011.02.02 - version 3.5.5
* admin-functions.php - fixed woo_image using wrong image in WooTabs on single posts
2011.02.02 - version 3.5.4
* admin-framework-settings - commented out Font Stack Beta since not functioning properly and Google Fonts better alternative than non-websafe fonts.
* admin-functions.php - fixed woo_image using wrong image in WooTabs on single posts
* admin-interface.php - fixed SBM hide option
2011.02.01 - version 3.5.3
* admin-custom.php - SEO fix for Content Builder.
* admin-tumblog-quickpress.php - Safari dashboard widget editor bugfix.
2011.01.31 - version 3.5.2
* admin-functions.php - added new function woo_get_youtube_video_image() to work with new YouTube iframe embed code
* css/admin-shortcodes.css - fixed sixcol_four width
2011.01.28 - version 3.5.1
* admin-functions.php - woo_image() added native resizing to placeholder image if it is enabled. Made sure auto thumbs don't show on single posts.
* admin-framework-settings.php - removed reset button as it doesn't work.
* admin-shortcodes.php - Updated tabber shortcode CSS class to "shortcode-tabs". Added optional "URL" field to fbshare shortcode.
* /includes/css/shortcodes.css - Updated tabber CSS class. Added "clear" to tabber container CSS.
* /includes/js/shortcodes.js - Updated tabber JavaScript to reflect new CSS class.
* /includes/js/shortcode-generator/shortcodes/fbshare.js - Controller for the "fbshare" shortcode in the generator.
* /includes/js/shortcode-generator/editor_plugin.js - Added menu item for the "fbshare" shortcode to the generator menu.
2011.01.21 - version 3.5.0
* /admin-shortcode-generator.php - Functionality for the shortcode generator.
* /admin-init.php - Require functionality for the shortcode generator.
* /js/shortcode-generator/* - JavaScript and related functionality for the shortcode generator.
* /css/shortcode-generator.css - CSS styles for the shortcode generator dialog box.
* /images/shortcode-icon.png - Icon for the shortcode button on the tinyMCE editor.
* admin-tumblog-quickpress.php - fix to make JS used for tumblog only load in admin area, not in theme.
* admin-shortcodes.php - Added tabber shortcode and enqueue function for shortcodes.js file.
* includes/js/shortcodes.js - Added JavaScript for use in shortcodes.
* includes/css/shortcodes.css - Added styling for contact form shortcode.
2011.01.20 - version 3.4.14
* admin-functions.php - output proper alt tag woo_image()
2011.01.18 - version 3.4.13
* /js/woo-medialibrary-uploader.js - The "Link URL" field is no longer required to have a value (prevent white screen error).
* admin-custom.php - Removed "mysql_real_escape_string()" calls in order to debug and resolve several issues with custom field data on save.
2011.01.13 - version 3.4.12
* admin-functions.php - Added framework settings function for setting custom logo on WP login page. Added function_exists to a few functions.
* admin-framework-settings.php, admin-seo.php - Cleaned up options and added a few more disable menu item options. Added icons.
2011.01.11 - version 3.4.11
* admin-functions.php - SEO: Added custom setting in post/page for setting robots to "noindex"
2011.01.11 - version 3.4.10
* admin-functions.php - added new google fonts http://code.google.com/webfonts?subset=latin&sort=added
* admin-shortcodes.php - added option to open button shortcode link in new window
2011.01.10 - version 3.4.09
* admin-framework-settings.php - Fixed bug in export code generator.
2011.01.08 - version 3.4.08
* admin-interface.php - Fixed nonce bug with Font Stacks (beta).
2011.01.07 - version 3.4.07
* admin-functions.php - Fixed Coda Google Font
2011.01.03 - version 3.4.06
* admin-functions.php - Added woo_encoding_convert()
* admin-custom-nav.php - Removed woo_encoding_convert()
2010.12.31 - version 3.4.05
* admin-functions.php - Added 1 new google font
2010.12.30 - version 3.4.04
* admin-custom.php - added stripslashes to textarea custom field
2010.12.28 - version 3.4.03
* admin-shortcodes.php - added extra height to fblike button with showfaces set to true
2010.12.26 - version 3.4.02
* admin-functions.php - Added support for encoding certain HTML entities in SEO META description field, for successful W3C validation.
2010.12.23 - version 3.4.01
* admin-init.php - check if WooNav option is enabled in framework settings
* admin-interface.php - removed old WooNav check
2010.12.20 - version 3.4.00
* admin-init.php - added content builder support
* admin-custom.php - added content builder support
* admin-interface.php - added content builder support
* admin-style.css - added content builder support
* /images/option-icon-search.png - added image icon
* /images/option-icon-favorite.png - added image icon
* /images/option-icon-upload.png - added image icon
* /images/option-icon-listing.png - added image icon
2010.12.18 - version 3.3.08
* admin-functions.php, admin-interface.php - Improved Google Fonts functions. Added more fonts.
2010.12.15 - version 3.3.07
* admin-custom.php - Resolved issue with saving of custom meta fields on existing posts.
2010.12.11 - version 3.3.06
* admin-functions.php, admin-interface.php - Added new google fonts
2010.12.11 - version 3.3.05
* admin-medialibrary-uploader.php - Fixed bug in Media Library uploader on post admin pages.
2010.12.10 - version 3.3.04
* admin-functions.php - updated framework updater page styling and copy.
2010.12.10 - version 3.3.03
* admin-setup.php - fixed alt stylesheet bug
2010.12.09 - version 3.3.02
* admin-functions.php - Fixed issue with html_entity_decode() function in PHP4.
2010.12.08 - version 3.3.01
* admin-custom.php - Sanitised $_REQUESTs.
* admin-framework-settings.php - Sanitised $_REQUESTs. Added nonce (carries over through other options pages).
* admin-functions.php - Sanitised $_REQUESTs. Sanitised woo_style_path() GET/POST variables.
* admin-interface.php - Sanitised $_REQUESTs. Added nonce to save and reset functions.
* admin-medialibrary-uploader.php - Sanitised $_REQUESTs.
* admin-sbm.php - Sanitised $_REQUESTs and $_POST'ed values.
* admin-seo.php - Sanitised $_REQUESTs.
* admin-setup.php - Sanitised $_REQUESTs.
* js/woo-scripts.js - Resolved JavaScript selector issue, causing label on image width/height fields to hide on save.
2010.12.06 - version 3.3.00
* admin-interface.php - removed Custom Navigation menu item, and added option to enable it in Framework Settings
* admin-framework-settings.php - removed Custom Navigation menu item, and added option to enable it in Framework Settings
* admin-functions.php - fix in woo_image for WPBundle post thumbnails
2010.12.06 - version 3.2.13
* admin-functions.php - woo_image links to full image if single post instead of natively resized WP Thumbnail
2010.12.01 - version 3.2.12
* js/woo-medialibrary-uploader.js - Added additional support for non-image files.
* admin-setup.php - added if function_exists to load_child_theme_textdomain
2010.11.30 - version 3.2.11
* admin-functions.php - fixed bug with native image resizer image width equal to specified width
2010.11.29 - version 3.2.10
* admin-sbm.php - Fixed bug in sidebar generation for post tags (test case: "video" tag).
* admin-shortcodes.php, css/shortcodes.css - added alert icon link
2010.11.25 - version 3.2.09
* admin-sbm.php - Added support for custom post types in the Sidebar Manager.
* admin-functions.php - added ie7 and ie6 classes to browser_body_class
2010.11.23 - version 3.2.08
* admin-functions.php - woo_image() native resize check and set width of image before resize to avoid error
2010.11.22 - version 3.2.07
* admin-sbm.php - Fixed bug in sidebar determination logic with archives and static posts page. Added logic to pull sidebar data from parent sidebar, instead of as static XHTML tags.
* admin-setup.php - added load_textdomain to look in /lang folder of parent theme and child theme
2010.11.19 - version 3.2.06
* admin-medialibrary-uploader.php - Fixed bug with standard values (std) logic. Removed preview if the file isn't an image.
* js/woo-medialibrary-uploader.js - Neatened up call to Media Library thickbox. Removed preview if the file isn't an image.
* admin-functions.php - Changed to using html_entity_decode() function on meta description to allow special characters (user request).
2010.11.16 - version 3.2.05
* admin-sbm.php - Resolved conflict between specific category and template hierarchy sidebars.
2010.11.15 - version 3.2.04
* admin-interface.php - made functions pluggable
* admin-functions.php - removed unused function (debug output)
* admin-framework-settings.php - removed unused function (debug output)
* admin-style.css - fixed position of screenshot
2010.11.13 - version 3.2.03
* admin-setup - added check for non-existing array in woo_head_css()
2010.11.12 - version 3.2.02
* admin-setup.php - improved/cleaned up code
* admin-theme-page.php - REMOVED FILE
* admin-functions.php - added Buy Themes page function
* admin-init.php - removed admin-theme-page.php require
* admin-init.php - Bumped to new version
* js/woo-medialibrary-uploader.js - Fixed bug with send_to_editor
2010.11.10 - version 3.2.01
* admin-functions.php - fixed update version checker
* admin-interface.php - added select box styling
* admin-style.css - added select box styling
* includes/js/woo-scripts.php - added select box styling
2010.11.10 - version 3.2.00
* admin-init.php - Updated framework version. Require the Media Library-driven uploader functions.
* admin-interface.php - Added support for the Media Library-driven uploader.
* admin-medialibrary-uploader.php - The functions for the Media Library-driven uploader.
* admin-style.css - Updated styles for Media Library-driven uploader.
* admin-custom.php - Updated styles for Media Library-driven uploader.
* js/woo-medialibrary-uploader.js - JavaScript code for the Media Library-driven uploader.
* admin-functions.php - updated woo_image 'url' function
2010.11.09 - version 3.1.11
* admin-functions.php - Improved logic with new native resize. Added option for Post URL ( 'url') to the link parameter
2010.11.08 - version 3.1.10
* admin-style.css - styling updates for options panel
* admin-shortcodes.php - Fixed fbshare url, added more params to fblike
* admin-functions.php - Added support for native resize of WP post thumbnails
* admin-setup.php - modified WP post thumbnail setup
2010.11.04 - version 3.1.09
* admin-tumblog-quickpress.php - Added handler for ajax date and time posting to allow correct values.
2010.11.03 - version 3.1.08
* admin-sbm.php - Added fix for custom taxonomies sbm frontend output.
2010.11.02 - version 3.1.07
* admin-functions.php - fixed html_entities in woo_meta (line 1529)
* admin-shortcodes.php - added facebook share button. added fourcol_two columns.
* css/shortcodes.css - column shortcode
2010.11.01 - version 3.1.06
* admin-style.css - Fixed SBM IE styling bugs
2010.10.28 - version 3.1.05
* admin-sbm.php - Added patch to jQuery for IE .live( 'submit') issue.
2010.10.27 - version 3.1.04
* admin-functions.php - updated the woo_get_fw_version() function with a new mothod
2010.10.25 - version 3.1.03
* admin-functions.php - added fallback to woo_title() if output is empty (CPT fallback)
* admin-functions.php - added "-" in search for youtube thumbnail video ID
* admin-functions.php - updated logic in woothemes_framework_update_page()
2010.10.24 - version 3.1.02
* admin-functions.php - added classes to woo_twitter_script()
2010.10.21 - version 3.1.01
* admin-functions.php - fix on YouTube thumbnail generation logic in woo_image()
2010.10.21 - version 3.1.00
* admin-interface.php - Added icon option to headings in option panel.
* admin-style.css - Added basic options icons. Tweaked options styling.
* /images/ - Added new basic options icons
2010.10.21 - version 3.0.13
* admin-functions.php - added automatic youtube thumbnails to woo_image
2010.10.20 - version 3.0.12
* admin-interface.php - added unit option to typography.
* admin-style.css - updated styling for typography.
2010.10.18 - version 3.0.11
* admin-custom.php - Removed code segment that check for empty fields for Custom Settings boxes
2010.10.18 - version 3.0.10
* admin-interface.php, admin-functions.php - Added new google fonts
2010.10.12 - version 3.0.09
* admin-sbm.php - Fixed a syntax error in the woo_active_sidebar() function.
2010.10.11 - version 3.0.08
* admin-functions.php - Removed Robots when third party SEO plugins are activated
2010.10.08 - version 3.0.07
* admin-interface.php - Removed all wpdb queries and replaced with alternative functions.
* admin-functions.php - Removed all wpdb queries and replaced with alternative functions. Removed "insert page" shortcode.
2010.10.07 - version 3.0.06
* admin-sbm.php - Bug fix regarding some categories and not returning data for creating sidebars.
* admin-functions.php - woo_image: removed force get_options
2010.10.06 - version 3.0.05
* admin-sbm.php - Added check for sidebars only being called with integers.
2010.10.06 - version 3.0.04
* admin-functions.php - fixed bug in woo_image where $single was always true
2010.10.05 - version 3.0.03
* admin-sbm.php - Added default parameter to the woo_sidebar() function.
2010.10.04 - version 3.0.02
* admin-interface.php - Added string builder logic.
* admin-style.css - Added styles for string builder
* admin-framework-settings.php - Added new Font Stack Builder option,
2010.09.30 - version 3.0.01
* admin-interface.php - Added reset function for SBM.
* admin-sbm.php - Added reset and error checking functions.
2010.09.17 - version 3.0.00
* admin-sbm.php - Added new files for Sidebar Manager
* admin-interface.php - Enabled the Sidebar Manager in the backend
* admin-style.css - Added CSS for new Sidebar Manager
* Added preliminary stack builder source.
2010.09.14 - version 2.9.28
* admin-functions.php - Added fix in woo_image to not apply WM Multisite url fix if external image url is sent through. Added crop alignment option to woo_image
2010.09.14 - version 2.9.27
* admin-functions.php - added alternative taxonomies to be added to the SEO keyword output.
2010.09.13 - version 2.9.26
* admin-interface.php - fixed time input masking
2010.09.12 - version 2.9.25
* css/shortcodes.css - revised boxes
* admin-shortcodes - revised boxes
2010.09.10 - version 2.9.24
* css/shortcodes.css - revised buttons
* admin-functions.php - bug fix: removed alt tag from anchor from woo_image if resizer off
2010.09.10 - version 2.9.23
* admin-shortcodes.php - Revised buttons, started with JS toggle
* css/shortcodes.css - revised buttons
2010.09.09 - version 2.9.22
* admin-functions.php - fixed woo_image to not show duplicate image in single post when grabbing image from post
2010.09.07 - version 2.9.21
* admin-setup.php - Fixed some logic with loading complex options from previously saved options.
* admin-express-functions.php - fixed iphone function bug for tumblog themes
* admin-interface.php - added handling for apostrophes in theme option drop downs
* admin-functions.php - removed "beta" warning from Update Framwork page
2010.09.06 - version 2.9.20
* admin-interface.php - added manual off for SBM until it's ready for realease.
* admin-custom.php - Added fix to constants with correct php syntax.
* admin-sbm.php - ADDED new functionality
2010.09.03 - version 2.9.19
* admin-interface.php - Fixed a undefined index php error.
2010.09.01 - version 2.9.18
* admin-shortcodes.php - Removed function to remove shortcodes from RSS feeds, as it strips WP shortcodes too. Fixed ilink icon parameter.
* admin-functions.php - changed str_ireplace to str_replace (php4)
2010.09.01 - version 2.9.17
* admin-shortcodes.php - added function to remove excessive paragraphs and linebreaks from shortcodes
2010.08.31 - version 2.9.16
* css/shortcodes.css - fixed styling for box shortcode to work properly on some older themes. New ilink styling
* admin-shortcodes.php - added new ilink shortcode
* admin-framework-settings.php - made the options panel output disabled by default
* admin-functions.php - made the options panel output disabled by default
2010.08.30 = version 2.9.15
* admin-interface.php - Added extra markup for SEO Character Counters
* admin-custom.php - Added Character counter script, and removed td tags outputs. Fixed some SEO show/hide functionality.
2010.08.25 - version 2.9.14
* admin-tumblog-quickpress.php - Checks for (and includes) iPhone app functionality for tumblog themes
* admin-express-functions.php - iPhone app functionality file added
2010.08.24 - version 2.9.13
* admin-tumblog-quickpress.php - Bug fix for tumblog dashboard widget
2010.08.21 - version 2.9.12
* admin-shortcodes.php - added icon links shortcode. Fixed box shortcode to take more input. Removed wpautop(). Remove Shortcode from RSS feed.
* css/shortcodes.css - new shortcode styling
2010.08.21 - version 2.9.11
* admin-shortcodes.php - added missing sixcol shortcodes
* css/shortcodes.css - added missing sixcol shortcodes
2010.08.20 - version 2.9.10
* admin-shortcodes.php - added quote shortcode
* css/shortcodes.css - added quote shortcode css
* images/quote.png - added quote.png
2010.08.20 - version 2.9.09
* admin-init.php - added require admin-shortcodes.php
* admin-shortcodes.php - ADDED - new file to hold shortcodes. Added HR/Divider and Columns shortcodes.
* admin-functions.php - removed shortcodes. Added ' to $_REQUEST[style]
* admin-setup.php - removed decode option function
2010.08.18 - version 2.9.08
* admin-framework-settings.php - Added remove generator meta tags option
* admin-init.php - Added remove generator meta tags option
2010.08.17 - version 2.9.07
* admin-setup.php - Enclosed string arguments. Bug Fix
* admin-functions.php - Added check for valid Taxonomy archive outputs in woo_title();
* admin-interface.php - Removed unused tumbleblog upgrade code.
2010.08.16 - version 2.9.06
* admin-custom-nav.php - Added notice to users that they should use the WordPress 3.0.x Menu Management instead of WooNav.
2010.08.15 - version 2.9.05
* admin-functions.php - Fixed shortcodes.css to be included from parent theme, not child theme.
2010.08.13 - version 2.9.04
* admin-functions.php - Added syntax to be selective about SEO custom options and post types.
2010.08.13 - version 2.9.03
* admin-functions.php - Added twitter button shortcode
* /css/shortcodes.css - Added shortcodes CSS
2010.08.12 - version 2.9.02
* admin-functions.php - Added image to related posts shortcode
* /css/shortcodes.css - Added shortcodes CSS
2010.08.12 - version 2.9.01
* admin-interface.php - Added handling for Tumblog Upgrade function
* admin-tumblog-quickpress.php - Added Tumblog 2.0.0 functionality
* /css/tumblog.css - Added styling for Tumblog 2.0.0 functionality
* /js/tumblog-ajax.js - Added js for Tumblog 2.0.0 functionality
2010.08.11 - version 2.9.00
* admin-functions.php - Added shortcodes
* /css/shortcodes.css - Added shortcodes CSS
* /images/ - Added icons for shortcodes
2010.08.06 - version 2.8.13
* admin-functions.php - Added default image placeholder
* adimin-framework-settings.php - Added default image placeholder
2010.08.06 - version 2.8.12
* admin-functins.php - Fix so woo_title works on older versions of WP (pre 3.0)
2010.08.06 - version 2.8.11
* admin-functins.php - Added info box for SEO custom fields
* admin-custom.php - Added info box for SEO custom fields
* admin-seo.php - Added info box for SEO custom fields
2010.08.05 - version 2.8.10
* admin-functions.php - woo_title() fixed bug to show custom page title on pages
2010.08.02 - version 2.8.09
* admin-functions.php - Google Fonts: removed add_action. Must be loaded in includes/theme-actions.php or functions.php in the theme to use.
2010.08.01 - version 2.8.08
* admin-functions.php - Google Fonts: Fixed PHP warning if $woo_options not set
2010.08.01 - version 2.8.07
* admin-functions.php - Added Google Fonts stylesheet generator
* admin-interface.php - Added Google Fonts options
2010.07.26 - version 2.8.06
* admin-interface.php - Added fix for secondary inputs resetting on zero values
2010.07.26 - version 2.8.05
* admin-tumblog-quickpress
2010.07.26 - version 2.8.04
* admin-tumblog-quickpress.php - User Permissions fix: does not allow any user without publish_posts capability to see the dashboard widget.
2010.07.19 - version 2.8.03
* admin-functions.php - SEO upgrades and fixes to archive indexing and outputs.
2010.07.14 - version 2.8.02
* admin-functions.php - added Taxonomy Archive title information to SEO function woo_title()
2010.07.12 - version 2.8.01
* admin-custom.php - wpmu fix for versions prior to 3.0 - get_post_types() not supported in 2.9.x wpmu
2010.07.08 - version 2.8.00
* BUMP VERSION
2010.07.08 - version 2.7.29
* admin-setup.php - Added woo_comment_reply() (moved out from header.php), added function_exists to some functions
2010.07.07 - version 2.7.28
* admin-framework-settings.php - removed the framework beta option, now permanently enabled.
* admin-functions.php - Fixed and added SEO keyword output for new options
* admin-interface.php - Changed loading credentials for framework update page.
* admin-seo.php - Added new options for adding site wide keywords and descriptions.
2010.07.06 - version 2.7.27
* admin-seo.php - Added SEO option to disable the custom fields.
* admin-custom.php - Added functionality to disable the SEO custom fields.
* admin-functions.php - Changes some Special character encoding in the Keyword and Description meta output
2010.07.02 - version 2.7.26
* admin-custom.php - Made WooThemes Custom Fields/Custom Settings appear on custom post types automatically.
2010.06.30 - version 2.7.25
* admin-seo.php - Updated wording for SEO options.
2010.06.28 - version 2.7.24
* admin-functions.php - Adjusted woo_meta(); and other SEO functions due to third party plugin queries.
2010.06.25 - version 2.7.23
* admin-functions.php - added fix for possible WordPress 3 Multisite on blog.dir issues. (Commented out globals $blog_id;)
2010.06.15 - version 2.7.22
* admin-seo.php - Added notice for WordPress sites set to private.
2010.06.15 - version 2.7.21
* admin-functions.php - Uniformly sanatized SEO description outputs.
2010.06.01 - version 2.7.20
* admin-function.php - Fixed some possible issues with get_the_post_image in woo_image. Also fixed SEO keywords issues.
* admin-interface.php - Changed JS to iterate throughout hidden classes/options more accurately.
* admin-setup.php - Cleared up some php notice errors.
2010.06.01 - version 2.7.19
* admin-custom.php - Modified the output to store relative ID's into the page markup for custom fields.
2010.05.27 - version 2.7.18
* admin-functions.php - Formalized the the_post_thumbnail to work with rest of the woo_image structure. Post linking and WPMU safe.
2010.05.27 - version 2.7.17
* admin-custom-nav.php - Backend fix for 2nd+ level category descriptions in the Add an Existing Category box.
2010.05.26 - version 2.7.16
* admin-function - Added fix for images used elsewhere in a theme with custom width atributes (html resizing)
2010.05.26 - version 2.7.15
* admin-custom-nav.php - added error trapping for function mb_detect_encoding() which checks charset type.
* admin-setup.php - fixed index check on texttitle, Adjusted save on activate
2010.05.24 - version 2.7.14
* admin-interface.php - Rectified problems with $woo_options not resetting and repopulating on import.
2010.05.18 - version 2.7.13
* admin-setup.php - fixed output of custom css from options
2010.05.12 - version 2.7.12
* admin-interface.php - Added jQuery for collapsable functionality in option page.
* admin-functions.php - Modified woo_image() to handle WordPress image.
* admin-setup.php - Added thumbnail setup
2010.05.10 - version 2.7.11
* admin-setup.php - added check for textitle from old theme options.
2010.05.03 - version 2.7.10
* admin-custom-nav.php - added stripslashes to handle escape chars for before_title and after_title params, russian chars now supported, current_page_parent class added, 2nd + level apostrophe fix
* admin-init.php - Versioned up to 2.7.10
* admin-functions.php - Modified woo_image to support gallery functionality, modified woo_title() and woo_meta() to use plugin data and display paging details.
* admin-style.css - Added new classes for 'info' options
* admin-seo.php - Added more options to Options Page
* admin-interface.php - Added 'info' option.
2010.04.29 - version 2.7.09
* admin-custom-nav.php - added depth arg to frontend output
* admin-setup.php - Modified theme activate save function to retain non-common options.
2010.04.23 - version 2.7.08
* admin-interface.php - Adjust image upload return class to match corresponding CSS class for resizing.
* admin-init.php - Versioned up to 2.7.8
2010.04.19 - version 2.7.07
* admin-funtions.php - Added support for removing special from file uploads.
* admin-custom.php - Added support for removing special from file uploads.
* style.css - Added z-index to options wrapper
2010.04.14 - version 2.7.06
* admin-tumblog-quickpress.php - Swopped out default WP editor for simpler nicEdit.
* /js/nicEdit.js - added nicEdit wysiwyg editor compressed source js.
* /js/tumblog-ajax.js - modified to support nicEdit.
* /images/nicEditorIcons.gif - added editor icons file.
* admin-init.php - Versioned up to 2.7.6
2010.04.12 - version 2.7.05
* admin-framework-settings.php - Changed wording for Framework Core Updater option.
* admin-interface.php - Modified version checker, avoids possible user theme rename.
* admin-functions.php - Updated Framework Updater to ignore lesser versions.
* admin-init.php - Versioned up to 2.7.5
2010.04.12 - version 2.7.04
* admin-init.php - Versioned up to 2.7.4
* admin-functions.php - Fixed SEO and 404 page functionality
2010.04.12 - version 2.7.03
* admin-init.php - Versioned up to 2.7.3
* admin-tumblog-quickpress.php - removed reference to old validation css
2010.04.09 - version 2.7.02
* admin-init.php - Versioned up to 2.7.2
* admin-interface.php - Added Datepicker and time controls
* admin-custom.php - Added Datepicker and time controls
2010.04.08 - version 2.7.01
* admin-init.php - Versioned up to 2.7.1
* admin-interface.php - Fixed error with default values for textareas
2010.03.29 - version 2.7.00
* MAJOR UPDATE!
* Added admin-seo.php & admin-init.php
* Changed base theme loading structure to admin-init.php, to resolve pressure from themes functions.php
* Converted all alternative options pages (SEO & Framework Settings) to The Machine and the AJAX save action.
* Added resets to main options areas.
* Added branding and super user support.
* Added SEO support.
* WooNav fixes for edit error, js error, changeover to wordpress default scripts - admin-custom-nav.php & custom_menu_dynamic_items.js & custom_menu_initial_items.js
* Tumblog functionality fixes for dashboard widget and cURL error - admin-tumblog-quickpress.php & admin-functions.php
* JS minified - jquery.autocomplete.js & ui.datepicker.js
2010.03.25 - version 2.6.05
* admin-custom-nav.php - bug fix for special chars and the sidebar widget - added block class to nav widget, updated db links field to use text instead of varchar
* /js/custom_menu_dynamic_items.js - bug fix for special chars
2010.03.22 - version 2.6.04
* admin-functions.php - Updated WPMU test in woo_image
2010.03.18 - version 2.6.03
* admin-functions.php - Comleted first version of WooFramework Updater with Direct and FTPext support
2010.03.18 - version 2.6.02
* admin-custom.php - improved calendar control for multiple calendars
* admin-interface.php - improved calendar control for multiple calendars
2010.03.18 - version 2.6.01
* admin-custom-nav.php - bug fix for custom menu items current page item class if using static home page
2010.03.17 - version 2.6.00
* admin-custom.php - added handler for post/page metabox for calendar
* admin-interface.php - added handler for theme option type=calendar and JS, CSS scripts
* /js/ui.datepicker.js - Added datepicker JS
* /css/datepicker/* - Added css and images for datepicker
2010.03.16 - version 2.5.07
* admin-custom-nav.php - bug fix for custom menu items current page item class
* admin-setup.php - added define( 'THEME_FRAMEWORK','woothemes' );
2010.03.15 - version 2.5.06
* admin-custom-nav.php - added support for umlauts and other special chars
2010.03.15 - version 2.5.05
* admin-functions.php - added 'Off' functionality to the url shortener
2010.03.04 - version 2.5.04
* admin-functions.php - fixed a bug with getting first inline image in post in woo_image
2010.03.04 - version 2.5.03
* admin-custom-nav.php - bug on opening external links in new window
2010.03.04 - version 2.5.02
* admin-function.php - switched file_get_contents for curl
2010.03.03 - version 2.5.01
* admin-tumblog-quickpress.php - added tag support for Tumblog Dashboard Widget
2010.03.03 - version 2.5.00
* admin-functions.php - Made Generic woo_short_url($url) function that uses bit.ly or tinyurl
2010.03.03 - version 2.4.09
* admin-functions.php - Added TinyUrl shortener function getTinyUrl($url).
2010.03.03 - version 2.4.08
* admin-functions.php - Fixed a missing character in the woo_image function regarding non resized images.
2010.03.03 - version 2.4.07
* admin-functions.php - added double check for WPMU $blog_id
2010.03.02 - version 2.4.06
* admin-functions.php - line 153, removed the extra [0] from the $first_img = $matches[1][0]. Was giving an error.
2010.03.02 - version 2.4.05
* admin-custom-nav.php - removed id's from menu items so that menu can validate
2010.03.02 - version 2.4.04
* admin-tumblog-quickpress.php - fixed Audio and Image upload so that they now attach to the post when using Woo Quickpress widget
2010.03.01 - version 2.4.03
* admin-functions.php - Converted woo_get_embed into woo_embed (like woo_image), and created a working depreciation of woo_get_image.
2010.02.25 - version 2.4.02
* admin-interface.php - fixed bug with Tahoma font selection
2010.02.25 - version 2.4.01
* admin-functions.php - woo_image is upgraded with 'src' to accept image url's for dynamic resizing, and 'meta' for title and alt text.
2010.02.24 - version 2.4.00
* admin-functions - Added Dynamic Height calculation to woo_get_embed.
* admin-tumblog-quickpress and associated files - added tumblog files
2010.02.23 - version 2.3.08
* admin-interface.php - Fixed bug with saving mechanism.
2010.02.16 - version 2.3.07
* admin-interface.php - Fixed ajax callback NOTICE errors, fixed color box bug, removed cleanSource() from image uploader in the machine.
* admin-framework-settings.php - Fixed XML markup error.
2010.02.15 - version 2.3.06
* admin-framework-settings - Modified SQL queries for possible compatibility issues.
* admin-interface.php - Modified SQL queries for possible compatibility issues.
2010.02.10 - version 2.3.05
* admin-framework-settings.php - ADDED - put most of the Framework settings HTML interface in a seperate file.
* admin-framework-update.php - ADDED - New file that will act as the template for framework updates. (BETA)
* admin-interface.php - Wrote new checks for update messages. Along with save functions for new framework settings.
* admin-themes-page.php - Modified with WP_Error checks.
2010.02.10 - version 2.3.04
* admin-functions.php - Added woo_active_template() function for checking if a template is in use.
2010.02.07 - version 2.3.03
* admin-interface.php - added more fonts / stacks
2010.02.07 - version 2.3.02
* admin-setup.php - custom css wasn't outputted if text title option enabled
2010.02.05 - version 2.3.01
* admin-custom.php - Don't show thumb.php in image custom field if there isn't any image
* admin-functions.php - Added a double check for WPMU files path
2010.02.03 - version 2.3.00
* admin-interface.php - Added code to compile all options into one database row, woo_options.
2010.02.03 - version 2.2.08
* css/custom_nav.css - fixed child item margin
* admin-functions.php - defined $_REQUEST['options']
* admin-interface.php - $update_message was undefined variable echo only if isset
* admin-interface.php - fixed line 880 to check if variable isset
* admin-custom-nav.php - implemented custom nav fixes and upgrades (upgrading made easier, version added, max width, anchor titles, reset confirmation, optional open link in new window)
2010.02.02 - version 2.2.07
* admin-custom-nav.php - fixed current_page_item bug which occurs when pretty permalinks are on
2010.02.02 - version 2.2.06
* admin-functions.php - Modified typography option
* admin-style.css - Modified typography option
* admin-interface.php - Removed usage of thumb.php to display uploaded image.
2010.02.01 - version 2.2.06
* admin-setup.php - Added functionality for editing menu items, updated menu add, current-page-item class, added reset button
2010.02.01 - version 2.2.05
* admin-hooks.php - Updated with new hook definitions
2010.01.29 - version 2.2.04
* admin-setup.php - Automatically show Options Panel on activate
2010.01.27 - version 2.2.03
* admin-setup.php - Cleared some PHP Notice warnings.
* css/custom_nav.css - added ico-arrow to WooNav
* images/ico-arrow.png - added ico-arrow to WooNav
2010.01.27 - version 2.2.02
* admin-custom.php - Fixed a file upload handle error
2010.01.27 - version 2.2.01
* admin-functions.php - fixed parameter link in woo_get_image
2010.01.26 - version 2.2.00
* admin-interface.php - Added custom navigation menu optional functionality.
* admin-setup.php - Added custom navigation menu optional functionality.
* admin-custom-nav.php - added to repository - all custom navigation menu functionality.
* admin-functions.php - Added function to show options on html page
* admin-inteface.php - Added new framework setting to disable output of options page
2010.01.26 - version 2.1.02
* admin-functions.php - Cleaned woo_image function and added functionality to get first image in post (not attached).
2010.01.25 - version 2.1.01
* admin-functions.php - Depreceated woo_get_image and forwarded it to woo_image. cleaned up and fixed cleansource function to work properly.
* admin-style.css - removed import reset.css
2010.01.12 - version 2.1.00
* admin-hooks.php - Definition of hooks that can be used in theme
* admin-functions.php - Added function for analytics and IE output in head
* admin-setup.php - Added function to output css in head. Removed legacy comments function.
2009.12.23 - version 2.0.00
* MAJOR Update (Beta)
* Temporary check built in to prevent 2.9 from bombing out on the RSS functions
2009.12.18 - version 1.2.03
* admin-functions.php - Fixed WPMU in woo_get_image when resizer disabled
2009.11.02 - version 1.2.02
* admin-functions.php - Set thumb.php parameters to have width first instead of height.
2009.10.12 - version 1.2.01
* admin-functions.php - Added support for WPMU in woo_get_image()
2009.09.24 - version 1.2.00
* admin-interface.php - Added icons to titles
* admin-interface.php - Rewritten jquery slider animation to work with new icons
* admin-style.css - New styling for icons
* /images/plus.png - ADDED
* /images/down.png - ADDED
* /images/up.png - ADDED
2009.09.23 - version 1.1.01
* admin-setup.php - Load default.css if options panel has not been saved yet.
* admin-interface.php - Fixed 'reset' not working properly.
* admin-interface.php - Replaced Woo-icon in back-end to reference local file.
* /images/woo-icon.png - ADDED
2009.09.15 - version 1.1.00
* admin-functions.php - Added sort order for "auto image"
* admin-functions.php - Only add rel="lightbox" when linking directly to images, and not permalinks.
2009.09.07 - version 1.0.09
* admin-functions.php - Added suckerfish hack to woo_get_embed
* admin-functions.php - Added $class to img tag when no resizer used
2009.08.31 - Version 1.0.08
* admin-interface.php - Converted file uploads to wp_handle_upload()
* admin-custom.php - Converted file uploads to wp_handle_upload()
* admin-functions.php - Added IE7 fix of empty height on woo_get_image
* admin-functions.php - Removed "permanent link to" from woo_get_image
* admin-functions.php - Added rel="lightbox" to woo_get_image
2009.08.26 - Version 1.0.07
* admin-setup.php - Added localization
* admin-setup.php - Added custom.css stylesheet link insert into the header
* admin-interface.php - Changed ABSPATH to get_template_directory() when assigning the get_theme_data argument.
* admin-functions.php - Changed ABSPATH to get_template_directory() when assigning the get_theme_data argument.
* admin-functions.php - Reworked woo_get_image to be less dependent on php function and added, 'woo_force_all' and 'woo_force_single' options for image sizing issues.
* admin-interface.php - Reworked the file uploader to catch permission errors.
* admin-costom.php - Reworked the file uploader to catch permission errors.
* admin-style.css - Added new style for error popup
* /images/error.png - Added icon for .errors class in CSS
2009.08.13 - Version 1.0.06
* admin-setup.php - Removed permanent woo_option_output() from wp_footer. Added as parameter.
* admin-interface.php - Uploads rewritten with Content Directories Constants. http://codex.wordpress.org/Determining_Plugin_and_Content_Directories
2009.08.05 - Version 1.0.05
* admin-interface.php - Fixed but with Abolute path on Theme version checker.
2009.08.03 - Version 1.0.04a
* admin-interface.php - Removed Update notifier. Added support for '&' in select boxes.
2009.07.27 - Version 1.0.04
* admin-functions.php - Modified woo_get_image(), added get_page_id() function, added post [insert] shortcode.
* admin-interface.php - Added Update Notifier,
* admin-setup.php - Added custom CSS header insert, added encrypted footer woo_ options output (debugging).
2009.07.16 - Version 1.0.03
* admin-functions.php - Fixed woo_get_image syntax.
2009.07.07 - Version 1.0.02
* admin-custom.php - Added alternative method. Javascript
Podobne podstrony:
functions changelogfunction ncurses can change colorTool changer service functions (SK40 Chain)function mysql change userfunction hw changeobjectfunction hw changeobjectfunction mysql change userfunction fbsql change userfunction fbsql change userTool changer special functions (Basket)function fdf next field namefunction ccvs voidfunction mysql errorfunction mcal event set endfunction mcrypt cbcwięcej podobnych podstron