This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,68 @@
*** WooTumblog Changelog ***
2014.02.07 - version 2.1.4
* classes/wootumblog.class.php - Updated Metabox creation to latest WooFramework version
2012.04.16 - version 2.1.3
* classes/wootumblog.class.php - Updated Metabox creation to latest WooFramework version
2012.04.15 - version 2.1.2
* functions/thumb.php - Security Update
2011.11.29 - version 2.1.1
* functions/thumb.php - Security Update
* woo_tumblog.php - Fixed variable setup bug
2011.11.24 - version 2.1.0
* classes/wootumblog.class.php - Improved theme integration, fixed custom field settings conflict
* functions/wootumblog_template_functions.php - Improved theme integration
* woo_tumblog.php - Improved theme integration
2011.10.17 - version 2.0.7
* classes/wootumblog.class.php - Added filter for the_content_feed
2011.08.19 - version 2.0.6
* functions/thumb.php - Security Update for TimThumb Image Resizer Library.
2011.06.28 - version 2.0.5
* classes/wootumblog_postformat.class.php - Added fix for bulk editing of posts
* classes/wootumblog_taxonomy.class.php - Added fix for bulk editing of posts
* functions/wootumblog_template_functions.php - Added fix for quotes without URLs
2011.04.11 - version 2.0.4
* classes/wootumblog.class.php - Added option to set video output width
* functions/wootumblog_template_functions.php - modified woo_tumblog_video_content() to use option for video output width
* woo_tumblog.php - version up
2011.03.11 - version 2.0.3
* functions/wootumblog_dashboard_functions.php - Fixed bug to load styles on tumblog options page
* classes/wootumblog.class.php - removed unneccessary seo code and modified woo_custom_template option to not conflict with other woo options
* woo_tumblog.php - version up
2011.03.02 - version 2.0.2
* functions/wootumblog_dashboard_functions.php - Only load tumblog styles on dashboard
2011.02.25 - version 2.0.1
* classes/wootumblog.class.php - Add option to switch off image resizer script - fixes s3 incompatibility
2011.02.24 - version 2.0.0
* classes/wootumblog.class.php - Now supports post formats functionality
* classes/wootumblog_postformat.class.php - Now supports post formats functionality
* functions/wootumblog_dashboard_functions.php - Now supports post formats functionality
* functions/wootumblog_template_functions - Now supports post formats functionality
* functions/wootumblog_express_app_functions_deprecated.php - deprecated tumblog functions
* functions/wootumblog_express_app_functions.php - updated functions for iPhone app
* woo_tumblog.php - Now supports post formats functionality
2010.11.09 - version 1.0.3
* functions/wootumblog_template_functions.php - Modified woo_tumblog_the_title() to take an additional parameter for element type.
* classes/wootumblog.class.php - Modified contextual help for the above function change.
2010.11.04 - version 1.0.2
* functions/wootumblog_dashboard_functions.php - Sidebar manager does not load tumblog styles. Fixed date and time posting issue.
2010.10.27 - version 1.0.1
* functions/css/tumblog_admin_styles.css - Removed "#content_ifr" to fix bug with new post dialogue.
2010.10.20 - version 1.0.0
* First release!