Changeset 1127268
- Timestamp:
- 04/03/2015 06:16:49 PM (11 years ago)
- Files:
-
- 8 edited
- 2 copied
-
custom-stock-ticker/tags/2.1 (copied) (copied from custom-stock-ticker/trunk)
-
custom-stock-ticker/tags/2.1/readme.txt (modified) (3 diffs)
-
custom-stock-ticker/tags/2.1/stock_ticker_admin.php (modified) (3 diffs)
-
custom-stock-ticker/trunk/readme.txt (modified) (3 diffs)
-
custom-stock-ticker/trunk/stock_ticker_admin.php (modified) (3 diffs)
-
custom-stock-widget/tags/2.1 (copied) (copied from custom-stock-widget/trunk)
-
custom-stock-widget/tags/2.1/readme.txt (modified) (3 diffs)
-
custom-stock-widget/tags/2.1/stock_widget_admin.php (modified) (3 diffs)
-
custom-stock-widget/trunk/readme.txt (modified) (3 diffs)
-
custom-stock-widget/trunk/stock_widget_admin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-stock-ticker/tags/2.1/readme.txt
r1115013 r1127268 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2. 0.17 Stable tag: 2.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 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 127 132 = 2.0.1 = 128 133 … … 205 210 == Upgrade Notice == 206 211 207 = 1.4.1=212 = 2.0 = 208 213 209 214 Major 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 5 5 Description: Create customizable moving stock tickers that can be placed anywhere on a site using shortcodes. 6 6 Author: Relevad 7 Version: 2. 0.17 Version: 2.1 8 8 Author URI: http://relevad.com/ 9 9 … … 46 46 define(NS.'SP_CHARSET', $wpdb->get_charset_collate()); //requires WP v3.5 47 47 48 define(NS.'SP_CURRENT_VERSION', '2. 0.1'); //NOTE: should always match Version: ### in the plugin special comment48 define(NS.'SP_CURRENT_VERSION', '2.1'); //NOTE: should always match Version: ### in the plugin special comment 49 49 define(NS.'SP_TYPE', 'ticker'); 50 50 define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE … … 167 167 case '1.4.1': 168 168 case '2.0': 169 case '2.0.1': 169 170 //***************************************************** 170 171 //this will always be right above current_version case -
custom-stock-ticker/trunk/readme.txt
r1115013 r1127268 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2. 0.17 Stable tag: 2.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 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 127 132 = 2.0.1 = 128 133 … … 205 210 == Upgrade Notice == 206 211 207 = 1.4.1=212 = 2.0 = 208 213 209 214 Major 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 5 5 Description: Create customizable moving stock tickers that can be placed anywhere on a site using shortcodes. 6 6 Author: Relevad 7 Version: 2. 0.17 Version: 2.1 8 8 Author URI: http://relevad.com/ 9 9 … … 46 46 define(NS.'SP_CHARSET', $wpdb->get_charset_collate()); //requires WP v3.5 47 47 48 define(NS.'SP_CURRENT_VERSION', '2. 0.1'); //NOTE: should always match Version: ### in the plugin special comment48 define(NS.'SP_CURRENT_VERSION', '2.1'); //NOTE: should always match Version: ### in the plugin special comment 49 49 define(NS.'SP_TYPE', 'ticker'); 50 50 define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE … … 167 167 case '1.4.1': 168 168 case '2.0': 169 case '2.0.1': 169 170 //***************************************************** 170 171 //this will always be right above current_version case -
custom-stock-widget/tags/2.1/readme.txt
r1115009 r1127268 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2. 0.17 Stable tag: 2.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 127 127 == Changelog == 128 128 129 = 2.1 = 130 131 * Added a delete confirmation prompt before actually deleting a shortcode 132 129 133 = 2.0.1 = 130 134 … … 198 202 == Upgrade Notice == 199 203 200 = 1.4.1=204 = 2.0 = 201 205 202 206 Major 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 5 5 Description: Create customizable stock data table widgets that can be placed anywhere on a site using shortcodes. 6 6 Author: Relevad 7 Version: 2. 0.17 Version: 2.1 8 8 Author URI: http://relevad.com/ 9 9 … … 48 48 define(NS.'SP_CHARSET', $wpdb->get_charset_collate()); //requires WP v3.5 49 49 50 define(NS.'SP_CURRENT_VERSION', '2. 0.1'); //NOTE: should always match Version: ### in the plugin special comment50 define(NS.'SP_CURRENT_VERSION', '2.1'); //NOTE: should always match Version: ### in the plugin special comment 51 51 define(NS.'SP_TYPE', 'widget'); 52 52 define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE … … 178 178 case '1.4.1': 179 179 case '2.0': 180 case '2.0.1': 180 181 //***************************************************** 181 182 //this will always be right above current_version case -
custom-stock-widget/trunk/readme.txt
r1115009 r1127268 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2. 0.17 Stable tag: 2.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 127 127 == Changelog == 128 128 129 = 2.1 = 130 131 * Added a delete confirmation prompt before actually deleting a shortcode 132 129 133 = 2.0.1 = 130 134 … … 198 202 == Upgrade Notice == 199 203 200 = 1.4.1=204 = 2.0 = 201 205 202 206 Major 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 5 5 Description: Create customizable stock data table widgets that can be placed anywhere on a site using shortcodes. 6 6 Author: Relevad 7 Version: 2. 0.17 Version: 2.1 8 8 Author URI: http://relevad.com/ 9 9 … … 48 48 define(NS.'SP_CHARSET', $wpdb->get_charset_collate()); //requires WP v3.5 49 49 50 define(NS.'SP_CURRENT_VERSION', '2. 0.1'); //NOTE: should always match Version: ### in the plugin special comment50 define(NS.'SP_CURRENT_VERSION', '2.1'); //NOTE: should always match Version: ### in the plugin special comment 51 51 define(NS.'SP_TYPE', 'widget'); 52 52 define(NS.'SP_VALIDATION_PARAMS', <<< DEFINE … … 178 178 case '1.4.1': 179 179 case '2.0': 180 case '2.0.1': 180 181 //***************************************************** 181 182 //this will always be right above current_version case
Note: See TracChangeset
for help on using the changeset viewer.