Plugin Directory

Changeset 1857472


Ignore:
Timestamp:
04/12/2018 08:58:19 PM (8 years ago)
Author:
tammomueller
Message:

Improved reliability

Location:
contentqube/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contentqube/trunk/feedimporter.php

    r1854331 r1857472  
    22/*
    33  Plugin Name: ContentQube Feed Plugin
    4   Version: 1.0.5
     4  Version: 1.0.6
    55  Author: OneQube Team
    66  Author URI: http://www.oneqube.com/
     
    2424define('CQFIMP_LINK_TO_SOURCE', 'cxxx_link_to_source');
    2525define('CQFIMP_API_URL', 'http://api.contentqube.com');
    26 define('CQFIMP_LOGIN_URL', 'http://api.contentqube.com:5575');
     26define('CQFIMP_LOGIN_URL', 'http://login.contentqube.com');
    2727define('CQFIMP_ACCESS_TOKEN', 'cxxx_access_token');
    2828define('CQFIMP_USERNAME', 'cxxx_username');
  • contentqube/trunk/readme.txt

    r1854331 r1857472  
    44Requires at least: 4.2
    55Tested up to: 4.8.1
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: AGPLv3 or later
    88License URI: https://www.gnu.org/licenses/agpl-3.0.en.html
     
    3939== Changelog ==
    4040
     41= 1.0.6 =
     42Improved reliability
     43
    4144= 1.0.5 =
    4245Fixed login issues
Note: See TracChangeset for help on using the changeset viewer.