Changeset 2178585
- Timestamp:
- 10/23/2019 02:30:09 PM (6 years ago)
- Location:
- divvyhq/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
admin/class-divvyhq-admin.php (modified) (1 diff)
-
divvyhq.php (modified) (2 diffs)
-
includes/class-divvyhq.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
divvyhq/trunk/README.txt
r1954575 r2178585 5 5 Tested up to: 4.9.5 6 6 Requires PHP: 5.2.4 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.0.4 = 43 Update to WordPress API url. 44 42 45 = 1.0.3 = 43 46 Use add_filter to configure JWT token expiration. -
divvyhq/trunk/admin/class-divvyhq-admin.php
r1954575 r2178585 217 217 $http = _wp_http_get_object(); 218 218 $http->post( 219 'https://app.divvyhq.com/api/2.0/wordpresspost /published/',219 'https://app.divvyhq.com/api/2.0/wordpressposts/published/', 220 220 [ 221 221 'body' => [ -
divvyhq/trunk/divvyhq.php
r1954575 r2178585 16 16 * Plugin URI: https://www.wordpress.com/ 17 17 * Description: This plugin allows users to sync their content from their WordPress instance back to DivvyHQ. 18 * Version: 1.0. 318 * Version: 1.0.4 19 19 * Author: Alluresoft, LLC 20 20 * Author URI: https://www.divvyhq.com/ … … 38 38 * Current plugin version. 39 39 */ 40 define('DIVVYHQ_VERSION', '1.0. 3');40 define('DIVVYHQ_VERSION', '1.0.4'); 41 41 42 42 -
divvyhq/trunk/includes/class-divvyhq.php
r1954575 r2178585 59 59 $this->version = DIVVYHQ_VERSION; 60 60 } else { 61 $this->version = '1.0. 3';61 $this->version = '1.0.4'; 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.