Changeset 1508894
- Timestamp:
- 10/05/2016 06:48:03 PM (9 years ago)
- Location:
- newsplugin
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from newsplugin/trunk)
-
tags/1.0.6/news-plugin-utils.php (modified) (1 diff)
-
tags/1.0.6/news-plugin.php (modified) (1 diff)
-
trunk/news-plugin-utils.php (modified) (1 diff)
-
trunk/news-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
newsplugin/tags/1.0.6/news-plugin-utils.php
r1508893 r1508894 171 171 172 172 static function get_system_info_version() { 173 return( 0.9);173 return(1.0); 174 174 } 175 175 -
newsplugin/tags/1.0.6/news-plugin.php
r1508893 r1508894 5 5 Description: Create custom newsfeeds for your website. Choose keywords, number of articles and other settings, put the feed wherever you want using widgets or shortcodes, and watch the fresh relevant news headlines appear on your pages (or approve and publish them manually). You can always shape the news right from your website, remove unwanted articles or star the good ones. Thanks for using the NewsPlugin, and we hope you like it. 6 6 Author: newsplugin.com 7 Version: 1.0. 57 Version: 1.0.6 8 8 Author URI: http://newsplugin.com/ 9 9 */ -
newsplugin/trunk/news-plugin-utils.php
r1508893 r1508894 171 171 172 172 static function get_system_info_version() { 173 return( 0.9);173 return(1.0); 174 174 } 175 175 -
newsplugin/trunk/news-plugin.php
r1508893 r1508894 5 5 Description: Create custom newsfeeds for your website. Choose keywords, number of articles and other settings, put the feed wherever you want using widgets or shortcodes, and watch the fresh relevant news headlines appear on your pages (or approve and publish them manually). You can always shape the news right from your website, remove unwanted articles or star the good ones. Thanks for using the NewsPlugin, and we hope you like it. 6 6 Author: newsplugin.com 7 Version: 1.0. 57 Version: 1.0.6 8 8 Author URI: http://newsplugin.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.