Changeset 579779
- Timestamp:
- 07/31/2012 02:34:47 PM (14 years ago)
- Location:
- wp-biographia/trunk
- Files:
-
- 4 edited
-
css/wp-biographia.css (modified) (1 diff)
-
css/wp-biographia.min.css (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
wp-biographia.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-biographia/trunk/css/wp-biographia.css
r576038 r579779 69 69 70 70 .wp-biographia-item-icon { 71 height: 32px ;72 width: 32px ;71 height: 32px !important; 72 width: 32px !important; 73 73 } 74 74 -
wp-biographia/trunk/css/wp-biographia.min.css
r576038 r579779 1 @charset "utf-8";.wp-biographia-container h3,.wp-biographia-container p{margin:0 0 10px 0;padding:0}.wp-biographia-container-top{background:#f2f7fc;border-top:4px solid #000;clear:both;margin:20px 0;overflow:hidden;padding:20px}.wp-biographia-container-around{background:#f2f7fc;border:1px solid #000;clear:both;margin:20px 0;overflow:hidden;padding:20px}.wp-biographia-container-none{background:#f2f7fc;border-top:none;clear:both;margin:20px 0;overflow:hidden;padding:20px}.wp-biographia-pic{background:#fff;border:1px solid #e7e7e7;float:left;height:100px;width:100px;margin:0 -122px 0 0 !important;padding:10px !important}.wp-biographia-pic img{}.wp-biographia-avatar{}.wp-biographia-text{float:left;margin:0 0 0 140px}ul.wp-biographia-list-text li,ul.wp-biographia-list-icon li{display:inline-block;list-style-type:none;background:none;margin:0;padding:0 0 5px}.wp-biographia-list-icon a:link,.wp-biographia-list-icon a:visited{ text-decoration:none; border-bottom:none}.wp-biographia-item-icon{height:32px ;width:32px}.idevice .wp-biographia-container-top,.idevice .wp-biographia-container-around,.idevice .wp-biographia-container-none{padding:0}.idevice .wp-biographia-pic{float:none}.idevice .wp-biographia-text{float:none;margin:0 0 0 0}.wp-biographia-avatar-wrap{float:left;margin:8px}.wp-biographia-avatar-nowrap{display:block;margin-left:auto;margin-right:auto;padding:8px}1 @charset "utf-8";.wp-biographia-container h3,.wp-biographia-container p{margin:0 0 10px 0;padding:0}.wp-biographia-container-top{background:#f2f7fc;border-top:4px solid #000;clear:both;margin:20px 0;overflow:hidden;padding:20px}.wp-biographia-container-around{background:#f2f7fc;border:1px solid #000;clear:both;margin:20px 0;overflow:hidden;padding:20px}.wp-biographia-container-none{background:#f2f7fc;border-top:none;clear:both;margin:20px 0;overflow:hidden;padding:20px}.wp-biographia-pic{background:#fff;border:1px solid #e7e7e7;float:left;height:100px;width:100px;margin:0 -122px 0 0 !important;padding:10px !important}.wp-biographia-pic img{}.wp-biographia-avatar{}.wp-biographia-text{float:left;margin:0 0 0 140px}ul.wp-biographia-list-text li,ul.wp-biographia-list-icon li{display:inline-block;list-style-type:none;background:none;margin:0;padding:0 0 5px}.wp-biographia-list-icon a:link,.wp-biographia-list-icon a:visited{ text-decoration:none; border-bottom:none}.wp-biographia-item-icon{height:32px !important;width:32px !important}.idevice .wp-biographia-container-top,.idevice .wp-biographia-container-around,.idevice .wp-biographia-container-none{padding:0}.idevice .wp-biographia-pic{float:none}.idevice .wp-biographia-text{float:none;margin:0 0 0 0}.wp-biographia-avatar-wrap{float:left;margin:8px}.wp-biographia-avatar-nowrap{display:block;margin-left:auto;margin-right:auto;padding:8px} -
wp-biographia/trunk/readme.txt
r576038 r579779 5 5 Requires at least: 3.4 6 6 Tested up to: 3.4.1 7 Stable tag: 3.2. 07 Stable tag: 3.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 135 135 The HTML and CSS classes that the plugin emits follows a consistent structure and naming convention. See [Hacking WP Biographia’s Appearance With CSS](http://www.vicchi.org/2012/04/05/hacking-wp-biographias-appearance-with-css/) for more information. 136 137 = I've changed the Biography Box CSS but my changes aren't showing up; what's happening? = 138 139 WP Biographia uses *minified* CSS files to improve the speed at which a page loads. If you make changes to the plugin's CSS in `/wp-content/plugins/wp-biographia/css/wp-biographia.css` the plugin will still load the minified version in `/wp-content/plugins/wp-biographia/css/wp-biographia.min.css`. So if you make any site specific changes to the plugin's CSS, which isn't recommended (see [Hacking WP Biographia’s Appearance With CSS](http://www.vicchi.org/2012/04/05/hacking-wp-biographias-appearance-with-css/)), you'll need to ensure you (re)minify the master CSS to get the changes to be picked up by the plugin. 136 140 137 141 = WP Biographia doesn't support social network FOO; can you add this to the next version? = … … 184 188 == Changelog == 185 189 186 The current version is 3.2.0 (2012.07.23) 190 The current version is 3.2.1 (2012.07.31) 191 192 = 3.2.1 = 193 * Released 2012.07.31 194 * Added: Stopped other themes and/or plugins overriding the size of the contact links icons via the !important CSS specifier. 195 * Fixed: Fixed bug that caused the Biography Box to be duplicated in some RSS feeds. 187 196 188 197 = 3.2 = … … 315 324 == Upgrade Notice == 316 325 326 = 3.2.1 = 327 This version fixes an issue for RSS feeds where the Biography Box could be duplicated and locks the size of the contact link icons, if used. 328 317 329 = 3.2 = 318 330 This version adds support for the Biography Box as a widget and to select display of the Biography Box for all archive types (author, category, date), plus bug fixes. -
wp-biographia/trunk/wp-biographia.php
r576038 r579779 4 4 Plugin URI: http://www.vicchi.org/codeage/wp-biographia/ 5 5 Description: Add and display a customizable author biography for individual posts, in RSS feeds, on pages, in archives and on each entry on the landing page and much more. 6 Version: 3.2 6 Version: 3.2.1 7 7 Author: Gary Gale & Travis Smith 8 8 Author URI: http://www.garygale.com/ … … 99 99 100 100 const OPTIONS = 'wp_biographia_settings'; 101 const VERSION = '32 0';102 const DISPLAY_VERSION = 'v3.2. 0';101 const VERSION = '321'; 102 const DISPLAY_VERSION = 'v3.2.1'; 103 103 const PRIORITY = 10; 104 104 const META_NONCE = 'wp-biographia-meta-nonce'; … … 182 182 if (isset ($settings['wp_biographia_sync_excerpt_wpautop']) && 183 183 ($settings['wp_biographia_sync_excerpt_wpautop'] == 'on')) { 184 error_log ('wp_biographia_sync_excerpt_wpautop is set');184 $hook_to_loop = true; 185 185 } 186 186 } … … 1354 1354 $biography[] = '<p>' . $author_pic . '</p>'; 1355 1355 } 1356 $biography[] = '<p>' . implode ('', $content) . '</p>'; 1356 1357 1357 $biography[] = apply_filters ('wp_biographia_feed' , '<div class="wp-biographia-text">' 1358 1358 . implode ('', $content) 1359 . '</div> </div>' , $content , $settings);1359 . '</div>' , $content , $settings); 1360 1360 } 1361 1361 … … 1780 1780 * wp_biographia_display_archives (replaced by wp_biographia_display_archive_posts) 1781 1781 * wp_biographia_display_front (replaces by wp_biographia_display_front_posts) 1782 * 1783 * v3.2.1 changed default configuration settings ... 1784 * wp_biographia_version = "321" 1782 1785 */ 1783 1786 … … 1901 1904 $this->admin_upgrade_option ($settings, 'sync_excerpt_wpautop', ''); 1902 1905 1906 case '321': 1903 1907 $settings['wp_biographia_version'] = self::VERSION; 1904 1908 $upgrade_settings = true;
Note: See TracChangeset
for help on using the changeset viewer.