Plugin Directory

Changeset 1226321


Ignore:
Timestamp:
08/20/2015 04:03:58 PM (11 years ago)
Author:
wearepixel8
Message:

updated widget to be compatible with WordPress 4.3

Location:
flickr-me/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flickr-me/trunk/changelog.txt

    r1185780 r1226321  
    2424* Changed text domain name space and updated language files
    2525* Added error handling when variable is an instance of WP_Error
     26
     27Flickr 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  
    8585 * @package Flickr Me
    8686 * @version 1.0.0
    87  * @since 1.0.4 Added error handling when variable is an instance of WP_Error
     87 * @since 1.0.5 Updated widget to be compatible with WordPress 4.3
    8888 * @author Heavy Heavy <@heavyheavyco>
    8989 *
     
    106106            'description' => __( 'Display recent images from a designated Flickr account.', 'flickr-me' ),
    107107            );
    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        ); 
    110114    }
    111115
  • flickr-me/trunk/readme.txt

    r1185780 r1226321  
    33Tags: flickr, images, photos, sidebar, widget
    44Requires at least: 3.1
    5 Compatible up to: 4.2.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.0.4
     5Compatible up to: 4.3
     6Tested up to: 4.3
     7Stable tag: 1.0.5
    88License: GPLv2
    99
     
    5252* Changed text domain name space and updated language files
    5353* 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.