Plugin Directory

Changeset 1921460


Ignore:
Timestamp:
08/08/2018 09:20:57 AM (8 years ago)
Author:
saiprex
Message:

bug fix

Location:
contentbox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contentbox/trunk/inc/contentbox.class.php

    r1691664 r1921460  
    6666        $client = new ContentboxClient($this->apiAccessToken);
    6767        $response = $client->get($this->getApiUrl('work/items',
    68             array('sync_status' => 0, 'status' => 3, 'per-page' => 50)));
     68            array('shop_id' => $this->shopId, 'sync_status' => 0, 'status' => 3, 'per-page' => 50)));
    6969
    7070        return json_decode($response);
    7171    }
    72 
    7372
    7473    /**
  • contentbox/trunk/readme.txt

    r1691971 r1921460  
    33Tags: contentbox, content, seo, post, text, article, copyright, content box
    44Requires at least: 3.7
    5 Tested up to: 4.8
    6 Stable tag: 1.0
     5Tested up to: 4.9
     6Stable tag: 1.1
    77License: GPLv2 or later
    88
    99== Description ==
    1010
    11 WP-ContentBox - это плагин для WordPress обеспечивающий автоматическую синхронизацию готовых текстов из сервиса [contentBox](https://contentbox.ru) на ваш сайт.
     11WP-ContentBox - это плагин обеспечивающий автоматическую синхронизацию готовых текстов из сервиса [contentBox](https://contentbox.ru) на ваш сайт.
    1212
    1313== Installation ==
Note: See TracChangeset for help on using the changeset viewer.