Changeset 2743453
- Timestamp:
- 06/16/2022 11:27:15 AM (4 years ago)
- Location:
- icerikmatik-import-tool
- Files:
-
- 3 edited
- 6 copied
-
tags/1.3 (copied) (copied from icerikmatik-import-tool/trunk)
-
tags/1.3/class.api.php (copied) (copied from icerikmatik-import-tool/trunk/class.api.php)
-
tags/1.3/icerikmatik-import.php (copied) (copied from icerikmatik-import-tool/trunk/icerikmatik-import.php) (3 diffs)
-
tags/1.3/readme.txt (copied) (copied from icerikmatik-import-tool/trunk/readme.txt) (2 diffs)
-
tags/1.3/views/orders.php (copied) (copied from icerikmatik-import-tool/trunk/views/orders.php)
-
tags/1.3/views/post-titles.php (copied) (copied from icerikmatik-import-tool/trunk/views/post-titles.php) (2 diffs)
-
trunk/icerikmatik-import.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/views/post-titles.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
icerikmatik-import-tool/tags/1.3/icerikmatik-import.php
r1814307 r2743453 2 2 /** 3 3 * @package Icerikmatik 4 * @version 1. 24 * @version 1.3 5 5 */ 6 6 /* … … 9 9 Description: İçerikmatik post importer tool 10 10 Author: Prev Content Solutions 11 Version: 1. 211 Version: 1.3 12 12 Author URI: http://prev.com.tr/ 13 13 */ … … 24 24 25 25 define('ICERIKMATIK_INIT', true); 26 define('ICERIKMATIK_VERSION', '1. 0');26 define('ICERIKMATIK_VERSION', '1.3'); 27 27 define('ICERIKMATIK_ABSPATH', __DIR__); 28 28 -
icerikmatik-import-tool/tags/1.3/readme.txt
r1814301 r2743453 4 4 Requires at least: 4.7 5 5 Tested up to: 4.8 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 Requires PHP: 5.6 8 8 Language: Türkçe … … 32 32 33 33 == Changelog == 34 = 1.3 = 35 * İmport yapılamaması durumunda, seçili satırı, hala işlem yapıyor gibi görünmesini sağlayan bug çözüldü. 34 36 35 37 = 1.2 = -
icerikmatik-import-tool/tags/1.3/views/post-titles.php
r1814301 r2743453 68 68 data.posts = [posts.shift()]; 69 69 70 var th = jQuery('#cb-select-' + data.posts[0]).parent(); 70 var th = jQuery('#cb-select-' + data.posts[0]).parent(), 71 currentHtml = th.html(); 71 72 th.html('<img style="margin-left:8px;" id="cb-select-' + data.posts[0] + '" src="' + loading + '">'); 72 73 … … 80 81 if ('success' != response.status) { 81 82 alert(response.message); 83 th.html(currentHtml); 82 84 return; 83 85 } -
icerikmatik-import-tool/trunk/icerikmatik-import.php
r1814307 r2743453 2 2 /** 3 3 * @package Icerikmatik 4 * @version 1. 24 * @version 1.3 5 5 */ 6 6 /* … … 9 9 Description: İçerikmatik post importer tool 10 10 Author: Prev Content Solutions 11 Version: 1. 211 Version: 1.3 12 12 Author URI: http://prev.com.tr/ 13 13 */ … … 24 24 25 25 define('ICERIKMATIK_INIT', true); 26 define('ICERIKMATIK_VERSION', '1. 0');26 define('ICERIKMATIK_VERSION', '1.3'); 27 27 define('ICERIKMATIK_ABSPATH', __DIR__); 28 28 -
icerikmatik-import-tool/trunk/readme.txt
r1814301 r2743453 4 4 Requires at least: 4.7 5 5 Tested up to: 4.8 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 Requires PHP: 5.6 8 8 Language: Türkçe … … 32 32 33 33 == Changelog == 34 = 1.3 = 35 * İmport yapılamaması durumunda, seçili satırı, hala işlem yapıyor gibi görünmesini sağlayan bug çözüldü. 34 36 35 37 = 1.2 = -
icerikmatik-import-tool/trunk/views/post-titles.php
r1814301 r2743453 68 68 data.posts = [posts.shift()]; 69 69 70 var th = jQuery('#cb-select-' + data.posts[0]).parent(); 70 var th = jQuery('#cb-select-' + data.posts[0]).parent(), 71 currentHtml = th.html(); 71 72 th.html('<img style="margin-left:8px;" id="cb-select-' + data.posts[0] + '" src="' + loading + '">'); 72 73 … … 80 81 if ('success' != response.status) { 81 82 alert(response.message); 83 th.html(currentHtml); 82 84 return; 83 85 }
Note: See TracChangeset
for help on using the changeset viewer.