Plugin Directory

Changeset 1225800

Timestamp:
08/20/2015 04:07:21 AM (9 years ago)
Author:
zourbuth
Message:

Update version 1.2.8

Location:
flickr-badges-widget
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • flickr-badges-widget/trunk/index.php

    r1109198 r1225800  
    44    Plugin URI: http://www.ground6.com/wordpress-plugins/flickr-badges-widget/
    55    Description: Display your Flickr latest photostream in widget area using javascript. Easy to customize, just put your Flickr id and your widget ready to lunch.
    6     Version: 1.2.7
     6    Version: 1.2.
    77    Author: zourbuth
    88    Author URI: http://zourbuth.com
    99    License: Under GPL2
    1010 
    11     Copyright 2014 zourbuth (email : zourbuth@gmail.com)
     11    Copyright 201 zourbuth (email : zourbuth@gmail.com)
    1212
    1313    This program is free software; you can redistribute it and/or modify
     
    3838 * @since 1.0
    3939 */
    40 define( 'FLICKR_BADGES_WIDGET_VERSION', '1.2.7' );
     40define( 'FLICKR_BADGES_WIDGET_VERSION', '1.2.' );
    4141define( 'FLICKR_BADGES_WIDGET_DIR', plugin_dir_path( __FILE__ ) );
    4242define( 'FLICKR_BADGES_WIDGET_URL', plugin_dir_url( __FILE__ ) );
  • flickr-badges-widget/trunk/readme.txt

    r1109198 r1225800  
    44Tags: flickr, widget, badge, feed, photostream, javascript, sidebar, gallery, photo, photo gallery, photography, sidebar, user, group, image, images, recent, random, picture, image-widget
    55Requires at least: 4.1.1
    6 Tested up to: 3.0
    7 Stable tag: 1.2.7
     6Tested up to:
     7Stable tag: 1.2.
    88
    99A fast plugin toisplay your Flickr photostream in a sidebar easily without authentication.
     
    6565== Changelog ==
    6666
     67
     68
     69
    6770= 1.2.7 =
    6871* Added SSL parameter if being used.
  • flickr-badges-widget/trunk/widget.php

    r1109198 r1225800  
    3636       
    3737        // Create the widget
    38         $this->WP_Widget($this->prefix, __('Flickr Badge', $this->textdomain), $widget_options, $control_options );
     38        $this->prefix, __('Flickr Badge', $this->textdomain), $widget_options, $control_options );
    3939       
    4040        // Load additional scripts and styles file to the widget admin area
     
    152152        if ( $copyright )
    153153            echo '<a href="http://zourbuth.com/archives/500/flickr-badges-widget-free-wordpress-plugin/">
    154                 <span style="font-size: 11px;"><span style="color: #0063DC; font-weight: bold;">Flick</span><span style="color: #FF0084; font-weight: bold;">r</span> Badge Widget</span>
     154                <span style="font-size: 11px;"><span style="color: #0063DC; font-weight: bold;">Flick</span><span style="color: #FF0084; font-weight: bold;">r</span> Badge Widget</span>
    155155                </a>';
    156156       
Note: See TracChangeset for help on using the changeset viewer.