Changeset 1854331
- Timestamp:
- 04/06/2018 07:01:30 PM (8 years ago)
- Location:
- contentqube/trunk
- Files:
-
- 2 edited
-
feedimporter.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contentqube/trunk/feedimporter.php
r1714823 r1854331 2 2 /* 3 3 Plugin Name: ContentQube Feed Plugin 4 Version: 1.0. 44 Version: 1.0.5 5 5 Author: OneQube Team 6 6 Author URI: http://www.oneqube.com/ … … 24 24 define('CQFIMP_LINK_TO_SOURCE', 'cxxx_link_to_source'); 25 25 define('CQFIMP_API_URL', 'http://api.contentqube.com'); 26 define('CQFIMP_LOGIN_URL', 'http:// login.contentqube.com');26 define('CQFIMP_LOGIN_URL', 'http://api.contentqube.com:5575'); 27 27 define('CQFIMP_ACCESS_TOKEN', 'cxxx_access_token'); 28 28 define('CQFIMP_USERNAME', 'cxxx_username'); -
contentqube/trunk/readme.txt
r1714823 r1854331 4 4 Requires at least: 4.2 5 5 Tested up to: 4.8.1 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: AGPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/agpl-3.0.en.html … … 39 39 == Changelog == 40 40 41 = 1.0.5 = 42 Fixed login issues 43 41 44 = 1.0.4 = 42 45 Adapt to contentqube API changes
Note: See TracChangeset
for help on using the changeset viewer.