Plugin Directory

Changeset 862094


Ignore:
Timestamp:
02/21/2014 04:27:54 AM (12 years ago)
Author:
ghost1227
Message:

Fixed missing variable error

Location:
easy-digital-downloads-discount-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-digital-downloads-discount-widget/trunk/edd-discount-widget.php

    r862076 r862094  
    33 * Plugin Name:     Easy Digital Downloads - Discount Widget
    44 * Description:     Allow third-party sites to display your current downloads through a simple widget!
    5  * Version:         1.0.1
     5 * Version:         1.0.2
    66 * Author:          Daniel J Griffiths
    77 * Author URI:      http://www.ghost1227.com
     
    2828            $widget_ops = array( 'classname' => 'edd_discounts_widget', 'description' => __( 'Display current discounts from any EDD powered site!', 'edd-discounts-widget' ) );
    2929            $control_ops = array( 'id_base' => 'edd_discounts_widget' );
    30             $this->WP_Widget( 'edd_discounts_widget', __( 'Discounts', 'edd-discounts-widget' ), $widget_ops, $control_ops );
     30            $this->WP_Widget( 'edd_discounts_widget', __( 'Easy Digital Downloads - Discounts', 'edd-discounts-widget' ), $widget_ops, $control_ops );
    3131        }
    3232
     
    9191            $defaults = array(
    9292                'title'         => __( 'Discounts', 'edd-discounts-widget' ),
    93                 'max_discounts' => '5'
     93                'site_url'      => '',
     94                'api_key'       => '',
     95                'api_token'     => '',
     96                'max_discounts' => '5',
     97                'hide_exp'      => 0
    9498            );
    9599
  • easy-digital-downloads-discount-widget/trunk/readme.txt

    r862076 r862094  
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232== Changelog ==
    3333
     34= 1.0.2 =
     35* Fixed missing variable error
     36
    3437= 1.0.1 =
    3538* Code cleanup
Note: See TracChangeset for help on using the changeset viewer.