Changeset 326976
- Timestamp:
- 12/29/2010 05:55:11 PM (15 years ago)
- Location:
- graceful-sidebar-plugin
- Files:
-
- 2 edited
- 3 copied
-
tags/1.0.8 (copied) (copied from graceful-sidebar-plugin/trunk)
-
tags/1.0.8/graceful_sidebar.php (copied) (copied from graceful-sidebar-plugin/trunk/graceful_sidebar.php) (2 diffs)
-
tags/1.0.8/readme.txt (copied) (copied from graceful-sidebar-plugin/trunk/readme.txt) (3 diffs)
-
trunk/graceful_sidebar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
graceful-sidebar-plugin/tags/1.0.8/graceful_sidebar.php
r326915 r326976 72 72 73 73 $graceful_title = $graceful_title_legacy; 74 } else { 75 update_post_meta($post->ID, "_graceful_title", $graceful_title_legacy); 74 76 } 75 77 if ($graceful_content_legacy!='' && $graceful_content=='') { … … 79 81 delete_post_meta($post->ID, "graceful_content"); 80 82 $graceful_content = $graceful_content_legacy; 83 } else { 84 update_post_meta($post->ID, "_graceful_content", $graceful_content); 81 85 } 86 82 87 ?> 83 88 <p>This content will be displayed in the sidebar for this post or page - ONLY for this post or page. Be certain that you enable the Graceful Sidebar Widget by dragging it to a sidebar area in your theme from the Appearances->Widgets administration panel. <a href=http://www.mlynn.org/graceful-sidebar-plugin>More Information</a><p> -
graceful-sidebar-plugin/tags/1.0.8/readme.txt
r326915 r326976 7 7 Requires at least: 2.8 8 8 Tested up to: 3.0.3 9 Stable tag: 1.0. 79 Stable tag: 1.0.8 10 10 11 11 Create custom sidebars for your posts or pages. … … 39 39 == Changelog == 40 40 41 = Version 1.0.8 = 42 * Fixed a bug in the save routine 43 41 44 = Version 1.0.7 = 42 45 * Replaced standard custom fields variables with field variables that will not display in the custom field boxes - since we now use our own post meta boxes to store these values. … … 67 70 == Upgrade Notice == 68 71 72 = 1.0.8 = 73 * Bugfix in save routine - fixed. 74 69 75 = 1.0.7 = 70 76 * Custom field enhancements - PLEASE BACKUP YOUR DATABASE PRIOR TO UPGRADE!!! -
graceful-sidebar-plugin/trunk/graceful_sidebar.php
r326915 r326976 72 72 73 73 $graceful_title = $graceful_title_legacy; 74 } else { 75 update_post_meta($post->ID, "_graceful_title", $graceful_title_legacy); 74 76 } 75 77 if ($graceful_content_legacy!='' && $graceful_content=='') { … … 79 81 delete_post_meta($post->ID, "graceful_content"); 80 82 $graceful_content = $graceful_content_legacy; 83 } else { 84 update_post_meta($post->ID, "_graceful_content", $graceful_content); 81 85 } 86 82 87 ?> 83 88 <p>This content will be displayed in the sidebar for this post or page - ONLY for this post or page. Be certain that you enable the Graceful Sidebar Widget by dragging it to a sidebar area in your theme from the Appearances->Widgets administration panel. <a href=http://www.mlynn.org/graceful-sidebar-plugin>More Information</a><p> -
graceful-sidebar-plugin/trunk/readme.txt
r326915 r326976 7 7 Requires at least: 2.8 8 8 Tested up to: 3.0.3 9 Stable tag: 1.0. 79 Stable tag: 1.0.8 10 10 11 11 Create custom sidebars for your posts or pages. … … 39 39 == Changelog == 40 40 41 = Version 1.0.8 = 42 * Fixed a bug in the save routine 43 41 44 = Version 1.0.7 = 42 45 * Replaced standard custom fields variables with field variables that will not display in the custom field boxes - since we now use our own post meta boxes to store these values. … … 67 70 == Upgrade Notice == 68 71 72 = 1.0.8 = 73 * Bugfix in save routine - fixed. 74 69 75 = 1.0.7 = 70 76 * Custom field enhancements - PLEASE BACKUP YOUR DATABASE PRIOR TO UPGRADE!!!
Note: See TracChangeset
for help on using the changeset viewer.