Plugin Directory

Changeset 1114934


Ignore:
Timestamp:
03/17/2015 11:55:27 PM (11 years ago)
Author:
Relevad
Message:

Tagging release 2.0.1 as stable.

Files:
8 edited
2 copied

Legend:

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

    r1114920 r1114934  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 2.0.1 =
     126
     127* Changed precision to 3 decimal places up from 2
     128* Bugfix with Upgrade path from earlier versions
     129* Bugfix when database tables do not use default auto-increment config
     130* Bugfix for wordpress plugin standards and best practices
     131
    125132= 2.0 =
    126133
  • custom-stock-ticker/tags/2.0.1/stock_ticker_admin.php

    r1114927 r1114934  
    55    Description: Create customizable moving stock tickers that can be placed anywhere on a site using shortcodes.
    66    Author: Relevad
    7     Version: 2.0
     7    Version: 2.0.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');   //NOTE: should always match Version: ### in the plugin special comment
     48define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
    4949define(NS.'SP_TYPE', 'ticker');
    5050define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    166166
    167167        case '1.4.1':
     168        case '2.0':
    168169            //*****************************************************
    169170            //this will always be right above current_version case
  • custom-stock-ticker/trunk/readme.txt

    r1114920 r1114934  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 2.0.1 =
     126
     127* Changed precision to 3 decimal places up from 2
     128* Bugfix with Upgrade path from earlier versions
     129* Bugfix when database tables do not use default auto-increment config
     130* Bugfix for wordpress plugin standards and best practices
     131
    125132= 2.0 =
    126133
  • custom-stock-ticker/trunk/stock_ticker_admin.php

    r1114927 r1114934  
    55    Description: Create customizable moving stock tickers that can be placed anywhere on a site using shortcodes.
    66    Author: Relevad
    7     Version: 2.0
     7    Version: 2.0.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');   //NOTE: should always match Version: ### in the plugin special comment
     48define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
    4949define(NS.'SP_TYPE', 'ticker');
    5050define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    166166
    167167        case '1.4.1':
     168        case '2.0':
    168169            //*****************************************************
    169170            //this will always be right above current_version case
  • custom-stock-widget/tags/2.0.1/readme.txt

    r1114920 r1114934  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
    127  = 2.0 =
     127= 2.0.1 =
     128
     129* Changed precision to 3 decimal places up from 2
     130* Bugfix with Upgrade path from earlier versions
     131* Bugfix when database tables do not use default auto-increment config
     132* Bugfix for wordpress plugin standards and best practices
     133
     134= 2.0 =
    128135
    129136* Added functionality to define multiple completely distinct shortcodes. Full style customization and stock lists avaialble.
  • custom-stock-widget/tags/2.0.1/stock_widget_admin.php

    r1114927 r1114934  
    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
     7    Version: 2.0.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');   //NOTE: should always match Version: ### in the plugin special comment
     50define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
    5151define(NS.'SP_TYPE', 'widget');
    5252define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    177177           
    178178        case '1.4.1':
     179    case '2.0':
    179180            //*****************************************************
    180181            //this will always be right above current_version case
  • custom-stock-widget/trunk/readme.txt

    r1114920 r1114934  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.1
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
    127  = 2.0 =
     127= 2.0.1 =
     128
     129* Changed precision to 3 decimal places up from 2
     130* Bugfix with Upgrade path from earlier versions
     131* Bugfix when database tables do not use default auto-increment config
     132* Bugfix for wordpress plugin standards and best practices
     133
     134= 2.0 =
    128135
    129136* Added functionality to define multiple completely distinct shortcodes. Full style customization and stock lists avaialble.
  • custom-stock-widget/trunk/stock_widget_admin.php

    r1114927 r1114934  
    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
     7    Version: 2.0.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');   //NOTE: should always match Version: ### in the plugin special comment
     50define(NS.'SP_CURRENT_VERSION', '2.0.1');   //NOTE: should always match Version: ### in the plugin special comment
    5151define(NS.'SP_TYPE', 'widget');
    5252define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE
     
    177177           
    178178        case '1.4.1':
     179    case '2.0':
    179180            //*****************************************************
    180181            //this will always be right above current_version case
Note: See TracChangeset for help on using the changeset viewer.