Changeset 1114934
- Timestamp:
- 03/17/2015 11:55:27 PM (11 years ago)
- Files:
-
- 8 edited
- 2 copied
-
custom-stock-ticker/tags/2.0.1 (copied) (copied from custom-stock-ticker/trunk)
-
custom-stock-ticker/tags/2.0.1/readme.txt (modified) (2 diffs)
-
custom-stock-ticker/tags/2.0.1/stock_ticker_admin.php (modified) (3 diffs)
-
custom-stock-ticker/trunk/readme.txt (modified) (2 diffs)
-
custom-stock-ticker/trunk/stock_ticker_admin.php (modified) (3 diffs)
-
custom-stock-widget/tags/2.0.1 (copied) (copied from custom-stock-widget/trunk)
-
custom-stock-widget/tags/2.0.1/readme.txt (modified) (2 diffs)
-
custom-stock-widget/tags/2.0.1/stock_widget_admin.php (modified) (3 diffs)
-
custom-stock-widget/trunk/readme.txt (modified) (2 diffs)
-
custom-stock-widget/trunk/stock_widget_admin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-stock-ticker/tags/2.0.1/readme.txt
r1114920 r1114934 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.0 7 Stable tag: 2.0.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 123 123 == Changelog == 124 124 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 125 132 = 2.0 = 126 133 -
custom-stock-ticker/tags/2.0.1/stock_ticker_admin.php
r1114927 r1114934 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 7 Version: 2.0.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 '); //NOTE: should always match Version: ### in the plugin special comment48 define(NS.'SP_CURRENT_VERSION', '2.0.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 … … 166 166 167 167 case '1.4.1': 168 case '2.0': 168 169 //***************************************************** 169 170 //this will always be right above current_version case -
custom-stock-ticker/trunk/readme.txt
r1114920 r1114934 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.0 7 Stable tag: 2.0.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 123 123 == Changelog == 124 124 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 125 132 = 2.0 = 126 133 -
custom-stock-ticker/trunk/stock_ticker_admin.php
r1114927 r1114934 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 7 Version: 2.0.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 '); //NOTE: should always match Version: ### in the plugin special comment48 define(NS.'SP_CURRENT_VERSION', '2.0.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 … … 166 166 167 167 case '1.4.1': 168 case '2.0': 168 169 //***************************************************** 169 170 //this will always be right above current_version case -
custom-stock-widget/tags/2.0.1/readme.txt
r1114920 r1114934 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.0 7 Stable tag: 2.0.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.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 = 128 135 129 136 * 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 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 7 Version: 2.0.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 '); //NOTE: should always match Version: ### in the plugin special comment50 define(NS.'SP_CURRENT_VERSION', '2.0.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 … … 177 177 178 178 case '1.4.1': 179 case '2.0': 179 180 //***************************************************** 180 181 //this will always be right above current_version case -
custom-stock-widget/trunk/readme.txt
r1114920 r1114934 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.0 7 Stable tag: 2.0.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.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 = 128 135 129 136 * 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 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 7 Version: 2.0.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 '); //NOTE: should always match Version: ### in the plugin special comment50 define(NS.'SP_CURRENT_VERSION', '2.0.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 … … 177 177 178 178 case '1.4.1': 179 case '2.0': 179 180 //***************************************************** 180 181 //this will always be right above current_version case
Note: See TracChangeset
for help on using the changeset viewer.