Changeset 1298195
- Timestamp:
- 12/01/2015 10:21:34 AM (10 years ago)
- Location:
- prelauncher/trunk
- Files:
-
- 2 edited
-
lib/prelauncher/src/Prelauncher/Settings.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prelauncher/trunk/lib/prelauncher/src/Prelauncher/Settings.php
r1297980 r1298195 5 5 class Settings 6 6 { 7 const VERSION = '1.0. 0';7 const VERSION = '1.0.1'; 8 8 9 public static $url_root = 'http://api.prelauncher.i o:3000/companies/',9 public static $url_root = 'http://api.prelauncher.info/companies/', 10 10 $api_key = null, 11 11 $agent = 'prelauncher-php', -
prelauncher/trunk/readme.txt
r1298121 r1298195 4 4 Requires at least: 4.0 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.