Plugin Directory

Changeset 2775747


Ignore:
Timestamp:
08/25/2022 06:04:58 PM (3 years ago)
Author:
mudonat
Message:

Version 1.4

Location:
icerikmatik-import-tool
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • icerikmatik-import-tool/tags/1.4/class.api.php

    r1793207 r2775747  
    88     * @var string
    99     */
    10     private $baseUri = 'https://icerikmatik.com/api';
     10    private $baseUri = 'https://panel.icerikmatik.com/api';
    1111
    1212    /**
  • icerikmatik-import-tool/tags/1.4/icerikmatik-import.php

    r2743453 r2775747  
    22/**
    33 * @package Icerikmatik
    4  * @version 1.3
     4 * @version 1.4
    55 */
    66/*
     
    99Description: İçerikmatik post importer tool
    1010Author: Prev Content Solutions
    11 Version: 1.3
     11Version: 1.4
    1212Author URI: http://prev.com.tr/
    1313*/
     
    2424
    2525define('ICERIKMATIK_INIT', true);
    26 define('ICERIKMATIK_VERSION', '1.3');
     26define('ICERIKMATIK_VERSION', '1.4');
    2727define('ICERIKMATIK_ABSPATH', __DIR__);
    2828
  • icerikmatik-import-tool/tags/1.4/readme.txt

    r2743453 r2775747  
    44Requires at least: 4.7
    55Tested up to: 4.8
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77Requires PHP: 5.6
    88Language: Türkçe
     
    3232
    3333== Changelog ==
     34= 1.4 =
     35* Api adresi yeni domaine uyacak şekilde değiştirildi.
     36
    3437= 1.3 =
    3538* İmport yapılamaması durumunda, seçili satırı, hala işlem yapıyor gibi görünmesini sağlayan bug çözüldü.
  • icerikmatik-import-tool/trunk/class.api.php

    r1793207 r2775747  
    88     * @var string
    99     */
    10     private $baseUri = 'https://icerikmatik.com/api';
     10    private $baseUri = 'https://panel.icerikmatik.com/api';
    1111
    1212    /**
  • icerikmatik-import-tool/trunk/icerikmatik-import.php

    r2743453 r2775747  
    22/**
    33 * @package Icerikmatik
    4  * @version 1.3
     4 * @version 1.4
    55 */
    66/*
     
    99Description: İçerikmatik post importer tool
    1010Author: Prev Content Solutions
    11 Version: 1.3
     11Version: 1.4
    1212Author URI: http://prev.com.tr/
    1313*/
     
    2424
    2525define('ICERIKMATIK_INIT', true);
    26 define('ICERIKMATIK_VERSION', '1.3');
     26define('ICERIKMATIK_VERSION', '1.4');
    2727define('ICERIKMATIK_ABSPATH', __DIR__);
    2828
  • icerikmatik-import-tool/trunk/readme.txt

    r2743453 r2775747  
    44Requires at least: 4.7
    55Tested up to: 4.8
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77Requires PHP: 5.6
    88Language: Türkçe
     
    3232
    3333== Changelog ==
     34= 1.4 =
     35* Api adresi yeni domaine uyacak şekilde değiştirildi.
     36
    3437= 1.3 =
    3538* İmport yapılamaması durumunda, seçili satırı, hala işlem yapıyor gibi görünmesini sağlayan bug çözüldü.
Note: See TracChangeset for help on using the changeset viewer.