Changeset 1772716
- Timestamp:
- 11/21/2017 11:55:29 PM (8 years ago)
- Location:
- irm-newsroom/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
irm-newsroom.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
irm-newsroom/trunk/README.txt
r1757745 r1772716 105 105 == Changelog == 106 106 107 = 1.0.7 = 108 * Fixed error if server is missing curl 109 107 110 = 1.0.6 = 108 111 * Added tabs to configuration screen -
irm-newsroom/trunk/irm-newsroom.php
r1757745 r1772716 17 17 * Plugin URI: http://www.irmnewsroom.com/ 18 18 * Description: IRM Newsroom is an ASX announcements, news and social media distribution service, which enables companies to easily communicate with investors and other stakeholders across multiple online channels – including website, email subscriptions and social media channels. 19 * Version: 1.0. 619 * Version: 1.0.7 20 20 * Author: IRM 21 21 * Author URI: http://irmau.com … … 229 229 230 230 function get_data($url) { 231 if(!function_exists('curl_init')) { 232 if(function_exists('file_get_contents')) { 233 return file_get_contents($url); 234 } 235 return false; 236 } 231 237 $ch = curl_init(); 232 238 $timeout = 10;
Note: See TracChangeset
for help on using the changeset viewer.