Plugin Directory

Changeset 2172847


Ignore:
Timestamp:
10/14/2019 11:20:44 AM (6 years ago)
Author:
pinpoll
Message:

Updated from GitHub

Location:
pinpoll/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pinpoll/trunk/admin/config/pinpoll-config.php

    r1654066 r2172847  
    2323
    2424//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' );
     25define( 'PINPOLL_BASE_URL', 'https://tools.pinpoll.com/v1' );
     26define( 'PINPOLL_EMBED_IFRAME', 'https://tools.pinpoll.com/embed' );
     27define( 'PINPOLL_STATS_BASE_URL', 'https://tools.pinpoll.com/v1/stats/top' );
     28define( 'PINPOLL_FEEDBACK_BASE_URL', 'https://tools.pinpoll.com/v1/feedback' );
     29define( 'PINPOLL_COCKPIT_BASE_URL', 'https://tools.pinpoll.com/cockpit' );
     30define( 'PINPOLL_JS_URL', 'https://tools.pinpoll.com' );
     31define( 'PINPOLL_RESETPW_URL', 'https://tools.pinpoll.com/password/email' );
    3232
    3333
  • pinpoll/trunk/pinpoll.php

    r2161331 r2172847  
    1212 * Domain Path: /lang
    1313 * Description: Create fun polls & understand your audience!
    14  * Version: 3.0.16
     14 * Version: 3.0.17
    1515 * Min WP Version: 3.3.0
    1616 * Author: Pinpoll
  • pinpoll/trunk/readme.txt

    r2161331 r2172847  
    180180= 3.0.16 =
    181181* 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.