Plugin Directory

Changeset 855349


Ignore:
Timestamp:
02/11/2014 06:17:48 AM (12 years ago)
Author:
phd38
Message:

4.0.3 bug fix

Location:
wp-mediatagger
Files:
29 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-mediatagger/trunk/mediatagger.php

    r855344 r855349  
    66Author: www.photos-dauphine.com
    77Author URI: http://www.photos-dauphine.com/
    8 Version: 4.0.2
    9 Stable Tag: 4.0.2
     8Version: 4.0.3
     9Stable Tag: 4.0.3
    1010*/
    1111
     
    13901390        // Get preset modes
    13911391        $preset_search_mode_tab = self::$opt['search_default_display_mode'];   
     1392        //self::print_ro($preset_search_mode_tab);
    13921393        foreach($preset_search_mode_tab as $i => $mode) // bit : 0: cloud only; 1: cloud & form; 2: form only
    1393             $preset_search_mode += 1<<$i;
     1394            $preset_search_mode += 1<<($mode-1);
    13941395        //self::print_ro("Preset search mode : " . $preset_search_mode);
    13951396        $search_mode = ($called_from_widget ? 1 : (isset($search_mode) ? $search_mode : ( $_POST['coming_from_widget'] ? $preset_search_mode : (isset($_POST['search_mode']) ? $_POST['search_mode'] :
  • wp-mediatagger/trunk/readme.txt

    r855344 r855349  
    44Tags: widget, plugin, media, library, images, audio, video, mpeg, mp3, pdf, rtf, txt, taxonomy, photos, tags, tagging, bulk tagging, group tagging, gallery, photoblog, search, engine, classification, database, cleanup
    55Requires at least: 3.0
    6 Tested up to: 4.0.2
    7 Stable tag: 4.0.2
     6Tested up to: 4.0.3
     7Stable tag: 4.0.3
    88
    99
     
    1919- Log visitors search and make it visible to the administrator
    2020- Plugin internationalization : the `mediatagger.pot` file, required to translate the package to any other language, is provided for volunteers with the plugin files (contact me to make sure the *.pot file part of the package is up-to-date). If you are interested in internationalizing this plugin, I would certainly welcome your help. Simply [let me know](http://www.photos-dauphine.com/ecrire "Any volunteer to push the WP MediaTagger internationalization ?") so that I can push your translation to the repository. If needed I can provide you the methodology, many tools are available to ease this task.
     21
     22
     23= 4.0.3 =
     24- Default search mode bug fixed.
    2125
    2226
Note: See TracChangeset for help on using the changeset viewer.