Plugin Directory

Changeset 1908495


Ignore:
Timestamp:
07/12/2018 10:07:38 PM (8 years ago)
Author:
enamakel
Message:

v1.4.1

Location:
bitwords-io/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bitwords-io/trunk/bitwords_admin_settings.php

    r1906154 r1908495  
    66 * Plugin Name:       Bitwords.io
    77 * Description:       Show ads from the Bitwords.io site
    8  * Version:           1.4.0
     8 * Version:           1.4.1
    99 */
    1010if (!defined('WPINC')) die;
  • bitwords-io/trunk/lib/BitwordsAPI.php

    r1906154 r1908495  
    1616     */
    1717    private function _api($url, $data = array()) {
    18         // $HOST = "https://app.bitwords.io/api/v1";
    19         $HOST = "http://172.16.0.157:5999/api/v1";
     18        $HOST = "https://app.bitwords.io/api/v1";
     19        // $HOST = "http://192.168.10.204:5999/api/v1";
    2020
    2121        // Find the publisher's key so that we can authenticate with the server
Note: See TracChangeset for help on using the changeset viewer.