Plugin Directory

Changeset 1127268


Ignore:
Timestamp:
04/03/2015 06:16:49 PM (11 years ago)
Author:
Relevad
Message:

Tagging release 2.1 as stable

Files:
8 edited
2 copied

Legend:

Unmodified
Added
Removed
  • custom-stock-ticker/tags/2.1/readme.txt

    r1115013 r1127268  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0.1
     7Stable tag: 2.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 2.1 =
     128
     129* Revised scaling code, removed guesswork for scaling stocks into the ticker frame
     130* Added a delete confirmation prompt before actually deleting a shortcode
     131
    127132= 2.0.1 =
    128133
     
    205210== Upgrade Notice ==
    206211
    207 = 1.4.1 =
     212= 2.0 =
    208213 
    209214Major functionality upgrade. Update now to be able to define multiple shortcodes with independent stock lists for each.
     215
  • custom-stock-ticker/tags/2.1/stock_ticker_admin.php

    r1126749 r1127268  
    55    Description: Create customizable moving stock tickers that can be placed anywhere on a site using shortcodes.
    66    Author: Relevad
    7     Version: 2.0.1
     7    Version: 2.1
    88    Author URI: http://relevad.com/
    99
     
    4646define(NS.'SP_CHARSET',    $wpdb->get_charset_collate()); //requires WP v3.5
    4747
    48 define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
     48define(NS.'SP_CURRENT_VERSION', '2.1');   //NOTE: should always match Version: ### in the plugin special comment
    4949define(NS.'SP_TYPE', 'ticker');
    5050define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    167167        case '1.4.1':
    168168        case '2.0':
     169        case '2.0.1':
    169170            //*****************************************************
    170171            //this will always be right above current_version case
  • custom-stock-ticker/trunk/readme.txt

    r1115013 r1127268  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0.1
     7Stable tag: 2.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 2.1 =
     128
     129* Revised scaling code, removed guesswork for scaling stocks into the ticker frame
     130* Added a delete confirmation prompt before actually deleting a shortcode
     131
    127132= 2.0.1 =
    128133
     
    205210== Upgrade Notice ==
    206211
    207 = 1.4.1 =
     212= 2.0 =
    208213 
    209214Major functionality upgrade. Update now to be able to define multiple shortcodes with independent stock lists for each.
     215
  • custom-stock-ticker/trunk/stock_ticker_admin.php

    r1126749 r1127268  
    55    Description: Create customizable moving stock tickers that can be placed anywhere on a site using shortcodes.
    66    Author: Relevad
    7     Version: 2.0.1
     7    Version: 2.1
    88    Author URI: http://relevad.com/
    99
     
    4646define(NS.'SP_CHARSET',    $wpdb->get_charset_collate()); //requires WP v3.5
    4747
    48 define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
     48define(NS.'SP_CURRENT_VERSION', '2.1');   //NOTE: should always match Version: ### in the plugin special comment
    4949define(NS.'SP_TYPE', 'ticker');
    5050define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    167167        case '1.4.1':
    168168        case '2.0':
     169        case '2.0.1':
    169170            //*****************************************************
    170171            //this will always be right above current_version case
  • custom-stock-widget/tags/2.1/readme.txt

    r1115009 r1127268  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0.1
     7Stable tag: 2.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Changelog ==
    128128
     129= 2.1 =
     130
     131* Added a delete confirmation prompt before actually deleting a shortcode
     132
    129133= 2.0.1 =
    130134
     
    198202== Upgrade Notice ==
    199203
    200 = 1.4.1 =
     204= 2.0 =
    201205
    202206Major functionality upgrade. Update now to be able to define multiple shortcodes with independent stock lists for each.
     207
  • custom-stock-widget/tags/2.1/stock_widget_admin.php

    r1115009 r1127268  
    55    Description: Create customizable stock data table widgets that can be placed anywhere on a site using shortcodes.
    66    Author: Relevad
    7     Version: 2.0.1
     7    Version: 2.1
    88    Author URI: http://relevad.com/
    99
     
    4848define(NS.'SP_CHARSET',    $wpdb->get_charset_collate()); //requires WP v3.5
    4949
    50 define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
     50define(NS.'SP_CURRENT_VERSION', '2.1');   //NOTE: should always match Version: ### in the plugin special comment
    5151define(NS.'SP_TYPE', 'widget');
    5252define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    178178        case '1.4.1':
    179179    case '2.0':
     180        case '2.0.1':
    180181            //*****************************************************
    181182            //this will always be right above current_version case
  • custom-stock-widget/trunk/readme.txt

    r1115009 r1127268  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0.1
     7Stable tag: 2.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Changelog ==
    128128
     129= 2.1 =
     130
     131* Added a delete confirmation prompt before actually deleting a shortcode
     132
    129133= 2.0.1 =
    130134
     
    198202== Upgrade Notice ==
    199203
    200 = 1.4.1 =
     204= 2.0 =
    201205
    202206Major functionality upgrade. Update now to be able to define multiple shortcodes with independent stock lists for each.
     207
  • custom-stock-widget/trunk/stock_widget_admin.php

    r1115009 r1127268  
    55    Description: Create customizable stock data table widgets that can be placed anywhere on a site using shortcodes.
    66    Author: Relevad
    7     Version: 2.0.1
     7    Version: 2.1
    88    Author URI: http://relevad.com/
    99
     
    4848define(NS.'SP_CHARSET',    $wpdb->get_charset_collate()); //requires WP v3.5
    4949
    50 define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
     50define(NS.'SP_CURRENT_VERSION', '2.1');   //NOTE: should always match Version: ### in the plugin special comment
    5151define(NS.'SP_TYPE', 'widget');
    5252define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    178178        case '1.4.1':
    179179    case '2.0':
     180        case '2.0.1':
    180181            //*****************************************************
    181182            //this will always be right above current_version case
Note: See TracChangeset for help on using the changeset viewer.