Changeset 2031719
- Timestamp:
- 02/15/2019 08:52:22 PM (7 years ago)
- Location:
- wp-dashboard/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
webhooks/class-wpdashboard-webhooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-dashboard/trunk/readme.txt
r2030956 r2031719 6 6 Tested up to: 5.0.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.1.188 Stable tag: 2.0.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-dashboard/trunk/webhooks/class-wpdashboard-webhooks.php
r2030952 r2031719 82 82 */ 83 83 84 // private $url = 'https://my.wpdashboard.io/api/v2/site/'; 85 private $url = 'http://wpdashboard.io.test/api/site/'; 84 private $url = 'https://my.wpdashboard.io/api/site/'; 86 85 87 86 /**
Note: See TracChangeset
for help on using the changeset viewer.