Changeset 2172847
- Timestamp:
- 10/14/2019 11:20:44 AM (6 years ago)
- Location:
- pinpoll/trunk
- Files:
-
- 3 edited
-
admin/config/pinpoll-config.php (modified) (1 diff)
-
pinpoll.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pinpoll/trunk/admin/config/pinpoll-config.php
r1654066 r2172847 23 23 24 24 //LIVE URLS 25 define( 'PINPOLL_BASE_URL', 'https:// pinpoll.com/v1' );26 define( 'PINPOLL_EMBED_IFRAME', 'https:// pinpoll.com/embed' );27 define( 'PINPOLL_STATS_BASE_URL', 'https:// pinpoll.com/v1/stats/top' );28 define( 'PINPOLL_FEEDBACK_BASE_URL', 'https:// pinpoll.com/v1/feedback' );29 define( 'PINPOLL_COCKPIT_BASE_URL', 'https:// pinpoll.com/cockpit' );30 define( 'PINPOLL_JS_URL', 'https:// pinpoll.com' );31 define( 'PINPOLL_RESETPW_URL', 'https:// pinpoll.com/password/email' );25 define( 'PINPOLL_BASE_URL', 'https://tools.pinpoll.com/v1' ); 26 define( 'PINPOLL_EMBED_IFRAME', 'https://tools.pinpoll.com/embed' ); 27 define( 'PINPOLL_STATS_BASE_URL', 'https://tools.pinpoll.com/v1/stats/top' ); 28 define( 'PINPOLL_FEEDBACK_BASE_URL', 'https://tools.pinpoll.com/v1/feedback' ); 29 define( 'PINPOLL_COCKPIT_BASE_URL', 'https://tools.pinpoll.com/cockpit' ); 30 define( 'PINPOLL_JS_URL', 'https://tools.pinpoll.com' ); 31 define( 'PINPOLL_RESETPW_URL', 'https://tools.pinpoll.com/password/email' ); 32 32 33 33 -
pinpoll/trunk/pinpoll.php
r2161331 r2172847 12 12 * Domain Path: /lang 13 13 * Description: Create fun polls & understand your audience! 14 * Version: 3.0.1 614 * Version: 3.0.17 15 15 * Min WP Version: 3.3.0 16 16 * Author: Pinpoll -
pinpoll/trunk/readme.txt
r2161331 r2172847 180 180 = 3.0.16 = 181 181 * Fixed bug with third-party plugin 182 183 = 3.0.17 = 184 * Fixed api routes
Note: See TracChangeset
for help on using the changeset viewer.