Plugin Directory

Changeset 1535309


Ignore:
Timestamp:
11/16/2016 08:23:42 PM (9 years ago)
Author:
mhazami
Message:

fix: Unclickable Tabs
New: Spanish Translation (es_ES, es_MX)
Update readme.txt
Update imdbi.php

Location:
imdbi/trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • imdbi/trunk/admin/js/imdbi-admin.js

    r1510988 r1535309  
    2222        }
    2323
    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){
    2530            e.preventDefault();
    2631        });
     32
     33        $(".imdbi-tab2").click(function(e){
     34            e.preventDefault();
     35        });
    2736
    2837        $(".crawler-error-btn").live("click", function(e){
  • imdbi/trunk/imdbi.php

    r1510988 r1535309  
    77 * Plugin URI:        http://www.wordpress.org/plugins/imdbi
    88 * Description:       This plugin will retrieve movie/series information, all content, images and trailers.
    9  * Version:           2.0.2
     9 * Version:           2.0.3
    1010 * Author:            mohammad azami
    1111 * Author URI:        http://www.iazami.ir/
  • imdbi/trunk/readme.txt

    r1510988 r1535309  
    66Tested up to: 4.6.1
    77Stable tag: 4.4.2
    8 Verison: 2.0.2
     8Verison: 2.0.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030= Languages =
    3131
    32 1. English
    33 2. Persian (Farsi)
     321. English (Default)
     332. Persian (fa_IR)
     343. Español (es_ES, es_MX) by [ztvMark](https://github.com/ztvMark)
    3435
    3536= Notes =
     
    8586== Changelog ==
    8687
     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
    8792= 2.0.2 =
    8893* bug fixes.
    8994
    9095= 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.
    9499* bug fixes.
    95100
    96101= 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.
    99104
    100105= 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') ).
    114119
    115120= 1.5 =
Note: See TracChangeset for help on using the changeset viewer.