Plugin Directory

Changeset 983188


Ignore:
Timestamp:
09/06/2014 06:38:35 PM (12 years ago)
Author:
v-media
Message:

Version 1.9

Location:
foodlist/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuItemView.php

    r974538 r983188  
    5050
    5151            self::$sm = $sm;
    52             do_action('foodlist_register_menu_shortcode', self::$sm);
     52            do_action('foodlist_register_menuitem_shortcode', self::$sm);
    5353        }
    5454        return self::$sm->applyShortcodes($content);
  • foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuSectionView.php

    r958328 r983188  
    3838            $sm->registerShortcode(new MenuItemShortcode());
    3939            self::$sm = $sm;
    40             do_action('foodlist_register_menu_shortcode', self::$sm);
     40            do_action('foodlist_register_menusection_shortcode', self::$sm);
    4141        }
    4242        return self::$sm->applyShortcodes($content);
  • foodlist/trunk/locale/foodlist-ru_RU.po

    r792818 r983188  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2013-10-06 22:34+0100\n"
    6 "PO-Revision-Date: 2013-10-06 22:34+0100\n"
     6"PO-Revision-Date: 2014-08-28 12:06+0100\n"
    77"Last-Translator: \n"
    88"Language-Team: Artprima <ask@artprima.cz>\n"
    9 "Language: Russian\n"
     9"Language: ru\n"
    1010"MIME-Version: 1.0\n"
    1111"Content-Type: text/plain; charset=UTF-8\n"
     
    1616"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
    1717"X-Poedit-SourceCharset: UTF-8\n"
    18 "X-Generator: Poedit 1.5.7\n"
     18"X-Generator: Poedit 1.6.8\n"
    1919"X-Poedit-SearchPath-0: D:\\Work\\coding\\projects\\wp-plug-dev\\wp-content"
    2020"\\plugins\\foodlist\n"
  • foodlist/trunk/plugin.php

    r974538 r983188  
    66Author: Artprima
    77Author URI: http://artprima.eu/
    8 Version: 1.8
     8Version: 1.9
    99*/
    1010
    11 define('FOODLIST_VERSION', '1.8');
     11define('FOODLIST_VERSION', '1.9');
    1212define('FOODLIST_MIN_PHP_VERSION', '5.3.3');
    1313define('FOODLIST_MIN_WP_VERSION', '3.4.0');
  • foodlist/trunk/readme.txt

    r974540 r983188  
    4747== ChangeLog ==
    4848
     49= Version 1.9 =
     50* Wrong action names in `MenuItemView::applyShortcodes()` and in `MenuSectionView::applyShortcodes()`.
     51
    4952= Version 1.8 =
    5053* New shortcode to output url of the menu item thumbnail: `[menu_item_thumbnail_url size="thumbnail"]`, where `size` is any registered image size in WordPress (use `full` for the full size).
Note: See TracChangeset for help on using the changeset viewer.