Plugin Directory

Changeset 2178585


Ignore:
Timestamp:
10/23/2019 02:30:09 PM (6 years ago)
Author:
nmallare
Message:

Update to WordPress API url

Location:
divvyhq/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • divvyhq/trunk/README.txt

    r1954575 r2178585  
    55Tested up to: 4.9.5
    66Requires PHP: 5.2.4
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
     42= 1.0.4 =
     43Update to WordPress API url.
     44
    4245= 1.0.3 =
    4346Use add_filter to configure JWT token expiration.
  • divvyhq/trunk/admin/class-divvyhq-admin.php

    r1954575 r2178585  
    217217            $http = _wp_http_get_object();
    218218            $http->post(
    219                 'https://app.divvyhq.com/api/2.0/wordpresspost/published/',
     219                'https://app.divvyhq.com/api/2.0/wordpressposts/published/',
    220220                [
    221221                    'body' => [
  • divvyhq/trunk/divvyhq.php

    r1954575 r2178585  
    1616 * Plugin URI:        https://www.wordpress.com/
    1717 * Description:       This plugin allows users to sync their content from their WordPress instance back to DivvyHQ.
    18  * Version:           1.0.3
     18 * Version:           1.0.4
    1919 * Author:            Alluresoft, LLC
    2020 * Author URI:        https://www.divvyhq.com/
     
    3838 * Current plugin version.
    3939 */
    40 define('DIVVYHQ_VERSION', '1.0.3');
     40define('DIVVYHQ_VERSION', '1.0.4');
    4141
    4242
  • divvyhq/trunk/includes/class-divvyhq.php

    r1954575 r2178585  
    5959            $this->version = DIVVYHQ_VERSION;
    6060        } else {
    61             $this->version = '1.0.3';
     61            $this->version = '1.0.4';
    6262        }
    6363
Note: See TracChangeset for help on using the changeset viewer.