Changeset 497240
- Timestamp:
- 01/30/2012 08:58:35 AM (14 years ago)
- Location:
- plista/trunk
- Files:
-
- 2 edited
-
plista_integration.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plista/trunk/plista_integration.php
r496122 r497240 4 4 Plugin URI: http://www.plista.com 5 5 Description: Plugin for displaying plista RecommendationAds 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: msch (wordpress@plista.com) 8 8 Author URI: http://www.plista.com … … 11 11 class plista { 12 12 13 const VERSION = '1.3. 3';13 const VERSION = '1.3.4'; 14 14 15 15 /** … … 257 257 $tag_ID = array(); 258 258 $post_tags = get_the_tags(); 259 if (isset($post_tags) ) {259 if (isset($post_tags) && is_array($post_tags)) { 260 260 foreach($post_tags as $tag) { 261 261 array_push($tag_ID,$tag->term_id); -
plista/trunk/readme.txt
r496122 r497240 6 6 Requires at least: 2.5.0 7 7 Tested up to: 3.3.1 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 9 9 10 10 The plista Widget adds plista RecommendationAds to your Wordpress blog posts. … … 62 62 == Upgrade Notice == 63 63 64 none 64 Please upgrade to Version 1.3.4 65 65 66 66 == Screenshots == … … 106 106 * added possibility to exclude tags 107 107 108 1.3.4 @ 01-30-2012 109 * fix warning if no tags are available 110
Note: See TracChangeset
for help on using the changeset viewer.