Plugin Directory

Changeset 855366


Ignore:
Timestamp:
02/11/2014 07:09:59 AM (12 years ago)
Author:
phd38
Message:

4.0.4

Location:
wp-mediatagger
Files:
28 added
2 edited

Legend:

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

    r855349 r855366  
    66Author: www.photos-dauphine.com
    77Author URI: http://www.photos-dauphine.com/
    8 Version: 4.0.3
    9 Stable Tag: 4.0.3
     8Version: 4.0.4
     9Stable Tag: 4.0.4
    1010*/
    1111
     
    14041404        //self::print_ro('Result mode : ' . $result_mode);
    14051405
    1406         $is_search_mode_switchable = ($called_from_widget ? 0 : self::$opt['search_display_switchable']);
    1407         $is_result_mode_switchable = self::$opt['result_display_switchable'];
     1406        //self::print_ro('search_display_switchable mode : ' . self::$opt['search_display_switchable']);
     1407        //self::print_ro('result_display_switchable mode : ' . self::$opt['result_display_switchable']);
     1408        $is_search_mode_switchable = ($called_from_widget ? 0 : self::$opt['search_display_switchable']%2);
     1409        $is_result_mode_switchable = self::$opt['result_display_switchable']%2;
    14081410        $search_tags_excluded = self::$opt['search_tags_excluded'];
    14091411        $admin_background_color = self::$opt['admin_background_color'];
  • wp-mediatagger/trunk/readme.txt

    r855349 r855366  
    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.3
    7 Stable tag: 4.0.3
     6Tested up to: 4.0.4
     7Stable tag: 4.0.4
    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.4 =
     24- Search display mode switchable / result display mode switchable bug fixed.
    2125
    2226
Note: See TracChangeset for help on using the changeset viewer.