Changeset 1226321
- Timestamp:
- 08/20/2015 04:03:58 PM (11 years ago)
- Location:
- flickr-me/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
includes/flickr-me-widget.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flickr-me/trunk/changelog.txt
r1185780 r1226321 24 24 * Changed text domain name space and updated language files 25 25 * Added error handling when variable is an instance of WP_Error 26 27 Flickr Me 1.0.5 28 =============== 29 30 * Updated widget to be compatible with WordPress 4.3 -
flickr-me/trunk/includes/flickr-me-widget.php
r1185780 r1226321 85 85 * @package Flickr Me 86 86 * @version 1.0.0 87 * @since 1.0. 4 Added error handling when variable is an instance of WP_Error87 * @since 1.0.5 Updated widget to be compatible with WordPress 4.3 88 88 * @author Heavy Heavy <@heavyheavyco> 89 89 * … … 106 106 'description' => __( 'Display recent images from a designated Flickr account.', 'flickr-me' ), 107 107 ); 108 109 $this->WP_Widget( 'wap8-Flickr-Me-widget', __( 'Flickr Me', 'flickr-me' ), $widget_ops ); 108 109 parent::__construct( 110 'wap8-flickr-me-widget', 111 __( 'Flickr Me', 'flickr-me' ), 112 $widget_ops 113 ); 110 114 } 111 115 -
flickr-me/trunk/readme.txt
r1185780 r1226321 3 3 Tags: flickr, images, photos, sidebar, widget 4 4 Requires at least: 3.1 5 Compatible up to: 4. 2.26 Tested up to: 4. 2.27 Stable tag: 1.0. 45 Compatible up to: 4.3 6 Tested up to: 4.3 7 Stable tag: 1.0.5 8 8 License: GPLv2 9 9 … … 52 52 * Changed text domain name space and updated language files 53 53 * Added error handling when variable is an instance of WP_Error 54 55 = 1.0.5 = 56 * Updated widget to be compatible with WordPress 4.3
Note: See TracChangeset
for help on using the changeset viewer.