Changeset 1376018
- Timestamp:
- 03/22/2016 03:29:29 AM (10 years ago)
- Files:
-
- 6 edited
-
custom-stock-ticker/trunk/readme.txt (modified) (1 diff)
-
custom-stock-ticker/trunk/stock_ticker.php (modified) (1 diff)
-
custom-stock-widget/trunk/stock_widget.php (modified) (1 diff)
-
fit-my-sidebar/trunk/fit_my_sidebar.php (modified) (1 diff)
-
grid-buddy/trunk/grid-buddy.php (modified) (1 diff)
-
stock-engine/trunk/stock_engine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-stock-ticker/trunk/readme.txt
r1252431 r1376018 90 90 = Can I place two tickers with different formatting on one page? = 91 91 92 Yes, simply create a new shortcode from the shortcodes list table page (click add new), then place it's shortcode onto the page where ever you want. Each shortcode can be formatted completel independently and even have their own individuallized stock lists.92 Yes, simply create a new shortcode from the shortcodes list table page (click add new), then place it's shortcode onto the page where ever you want. Each shortcode can be formatted completely independently and even have their own individuallized stock lists. 93 93 94 94 = The ticker is too big! Is there some way to shrink it? = -
custom-stock-ticker/trunk/stock_ticker.php
r1212233 r1376018 2 2 /* 3 3 Plugin Name: Custom Stock Ticker 4 Plugin URI: http://relevad.com/wp-plugins/4 Plugin URI: http://relevad.com/wp-plugins/ 5 5 Description: Create customizable moving stock tickers that can be placed anywhere on a site using shortcodes. 6 Author: Relevad7 Version: 2.1.1b8 Author URI: http://relevad.com/6 Author: Relevad 7 Version: 2.1.1b 8 Author URI: http://relevad.com/ 9 9 10 10 */ 11 11 12 /* Copyright 201 5Relevad Corporation (email: stock-ticker@relevad.com)12 /* Copyright 2016 Relevad Corporation (email: stock-ticker@relevad.com) 13 13 14 14 This program is free software; you can redistribute it and/or modify -
custom-stock-widget/trunk/stock_widget.php
r1212233 r1376018 2 2 /* 3 3 Plugin Name: Custom Stock Widget 4 Plugin URI: http://relevad.com/wp-plugins/4 Plugin URI: http://relevad.com/wp-plugins/ 5 5 Description: Create customizable stock data table widgets that can be placed anywhere on a site using shortcodes. 6 Author: Relevad7 Version: 2.1.1b8 Author URI: http://relevad.com/6 Author: Relevad 7 Version: 2.1.1b 8 Author URI: http://relevad.com/ 9 9 10 10 */ 11 11 12 /* Copyright 201 5Relevad Corporation (email: stock-widget@relevad.com)12 /* Copyright 2016 Relevad Corporation (email: stock-widget@relevad.com) 13 13 14 14 This program is free software; you can redistribute it and/or modify -
fit-my-sidebar/trunk/fit_my_sidebar.php
r1206067 r1376018 2 2 /* 3 3 Plugin Name: Fit My Sidebar 4 Plugin URI: http://relevad.com/wp-plugins/4 Plugin URI: http://relevad.com/wp-plugins/ 5 5 Description: Adds configurable content length to show/hide sidebar widgets (applies only to is_single). Based on 'display widget' by Strategy11 6 Author: Relevad7 Author URI: http://relevad.com8 Version: 0.9.16 Author: Relevad 7 Author URI: http://relevad.com 8 Version: 0.9.1 9 9 */ 10 10 11 /* Copyright 201 5Relevad Corporation (email: stock-widget@relevad.com)11 /* Copyright 2016 Relevad Corporation (email: stock-widget@relevad.com) 12 12 13 13 This program is free software; you can redistribute it and/or modify -
grid-buddy/trunk/grid-buddy.php
r1248969 r1376018 2 2 /* 3 3 Plugin Name: Grid Buddies 4 Plugin URI: http://relevad.com/wp-plugins/4 Plugin URI: http://relevad.com/wp-plugins/ 5 5 Description: Arranges content into custom grid arrangements 6 Author: Relevad7 Version: 0.78 Author URI: http://relevad.com/6 Author: Relevad 7 Version: 0.7 8 Author URI: http://relevad.com/ 9 9 */ 10 10 11 11 /* 12 Copyright 2015Relevad Corporation (email: {FIGURE OUT EMAIL}@relevad.com)12 Copyright 2016 Relevad Corporation (email: {FIGURE OUT EMAIL}@relevad.com) 13 13 14 14 This program is free software; you can redistribute it and/or modify -
stock-engine/trunk/stock_engine.php
r1248969 r1376018 2 2 /* 3 3 Plugin Name: Stock Engine 4 Plugin URI: http://relevad.com/wp-plugins/4 Plugin URI: http://relevad.com/wp-plugins/ 5 5 Description: Create customizable stock data tables that can be placed anywhere on a site using shortcodes. 6 Author: Relevad7 Version: 1.08 Author URI: http://relevad.com/6 Author: Relevad 7 Version: 1.0 8 Author URI: http://relevad.com/ 9 9 10 10 */ 11 11 12 /* Copyright 201 5Relevad Corporation (email: stock-engine@relevad.com)12 /* Copyright 2016 Relevad Corporation (email: stock-engine@relevad.com) 13 13 14 14 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.