Changeset 1247954
- Timestamp:
- 09/17/2015 09:51:49 PM (11 years ago)
- Location:
- deweys-twitter-card-helper
- Files:
-
- 7 added
- 3 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/LICENSE.txt (added)
-
tags/1.1.0/README.txt (added)
-
tags/1.1.0/class-wad_twitter_cards.php (added)
-
tags/1.1.0/index.php (added)
-
tags/1.1.0/uninstall.php (added)
-
tags/1.1.0/wad_twitter_cards.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/class-wad_twitter_cards.php (modified) (3 diffs)
-
trunk/wad_twitter_cards.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
deweys-twitter-card-helper/trunk/README.txt
r1231572 r1247954 39 39 == Changelog == 40 40 41 = 1.1.0 = 42 * Removed the filter from being called on the homepage, as it was causing unwanted overwrites 43 41 44 = 1.0.1 = 42 45 * Moved array declaration to fix error notice -
deweys-twitter-card-helper/trunk/class-wad_twitter_cards.php
r1231572 r1247954 25 25 * @var string 26 26 */ 27 protected $version = '1. 0.1';27 protected $version = '1.1.0'; 28 28 29 29 /** … … 126 126 $tags['twitter:image'] = $thumbnail[0]; 127 127 } 128 129 $tags = apply_filters( 'twitter_cards', $tags ); 130 $tags = apply_filters( "{$post->post_type}_twitter_cards", $tags ); 131 128 132 } 129 133 } else if ( is_front_page() ) { … … 135 139 } 136 140 137 $tags = apply_filters( 'twitter_cards', $tags );138 $tags = apply_filters( "{$post->post_type}_twitter_cards", $tags );139 140 141 //filter post tags 141 142 foreach ( $tags as $key => $value ) { -
deweys-twitter-card-helper/trunk/wad_twitter_cards.php
r1231572 r1247954 11 11 * Plugin URI: http://www.whatadewitt.ca 12 12 * Description: Simplifies the use of Twitter Cards in WP 13 * Version: 1. 0.113 * Version: 1.1.0 14 14 * Author: Luke DeWitt 15 15 * Author URI: http://www.whatadewitt.ca
Note: See TracChangeset
for help on using the changeset viewer.