Changeset 1535309
- Timestamp:
- 11/16/2016 08:23:42 PM (9 years ago)
- Location:
- imdbi/trunk
- Files:
-
- 4 added
- 3 edited
-
admin/js/imdbi-admin.js (modified) (1 diff)
-
imdbi.php (modified) (1 diff)
-
languages/imdbi-es_ES.mo (added)
-
languages/imdbi-es_ES.po (added)
-
languages/imdbi-es_MX.mo (added)
-
languages/imdbi-es_MX.po (added)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imdbi/trunk/admin/js/imdbi-admin.js
r1510988 r1535309 22 22 } 23 23 24 $(".nav-tab").click(function(e){ 24 /* 25 * Fixes #6 26 * Tabs on Dashboard Backend WordPress is Unclickable 27 */ 28 29 $(".imdbi-tab1").click(function(e){ 25 30 e.preventDefault(); 26 31 }); 32 33 $(".imdbi-tab2").click(function(e){ 34 e.preventDefault(); 35 }); 27 36 28 37 $(".crawler-error-btn").live("click", function(e){ -
imdbi/trunk/imdbi.php
r1510988 r1535309 7 7 * Plugin URI: http://www.wordpress.org/plugins/imdbi 8 8 * Description: This plugin will retrieve movie/series information, all content, images and trailers. 9 * Version: 2.0. 29 * Version: 2.0.3 10 10 * Author: mohammad azami 11 11 * Author URI: http://www.iazami.ir/ -
imdbi/trunk/readme.txt
r1510988 r1535309 6 6 Tested up to: 4.6.1 7 7 Stable tag: 4.4.2 8 Verison: 2.0. 28 Verison: 2.0.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 = Languages = 31 31 32 1. English 33 2. Persian (Farsi) 32 1. English (Default) 33 2. Persian (fa_IR) 34 3. Español (es_ES, es_MX) by [ztvMark](https://github.com/ztvMark) 34 35 35 36 = Notes = … … 85 86 == Changelog == 86 87 88 = 2.0.3 = 89 * fix: Unclickable Tabs [#6](https://github.com/iazami/IMDBi/issues/6) 90 * New: Spanish Translation (es_ES, es_MX) by [ztvMark](https://github.com/ztvMark) 91 87 92 = 2.0.2 = 88 93 * bug fixes. 89 94 90 95 = 2.0.1 = 91 * new: support custom post type.92 * new: obtain movie rank in IMDB top 250 (checkout `rank` parameter).93 * new: improve persian translation.96 * New: support custom post type. 97 * New: obtain movie rank in IMDB top 250 (checkout `rank` parameter). 98 * New: improve persian translation. 94 99 * bug fixes. 95 100 96 101 = 2.0.0 = 97 * new: using cURL in case that url-fopen was not enabled.98 * new: implement an option to activate/deactivate automatic poster download.102 * New: using cURL in case that url-fopen was not enabled. 103 * New: implement an option to activate/deactivate automatic poster download. 99 104 100 105 = 2.0.0-beta = 101 * new: refactor entire source code.102 * new: plugin is now available in both english and persian.103 * new: improving meta box UI.104 * new: uploading poster automatically via url.105 * new: custom poster size.106 * fixed: search results are now editable.107 * fixed: ajax search crashing.108 * fixed: crawler crash causes.109 * fixed: leaking out data.110 * fixed: shortcode issues.111 * fixed: imdbi() is now expecting one argument.112 * fixed: imdbi('poster') is now only return poster url.113 * fixed: imdbi_check() is now expecting meta box name as argument ( eg: imdbi_check('year') ).106 * New: refactor entire source code. 107 * New: plugin is now available in both english and persian. 108 * New: improving meta box UI. 109 * New: uploading poster automatically via url. 110 * New: custom poster size. 111 * Fix: search results are now editable. 112 * Fix: ajax search crashing. 113 * Fix: crawler crash causes. 114 * Fix: leaking out data. 115 * Fix: shortcode issues. 116 * Fix: imdbi() is now expecting one argument. 117 * Fix: imdbi('poster') is now only return poster url. 118 * Fix: imdbi_check() is now expecting meta box name as argument ( eg: imdbi_check('year') ). 114 119 115 120 = 1.5 =
Note: See TracChangeset
for help on using the changeset viewer.