Changeset 983188
- Timestamp:
- 09/06/2014 06:38:35 PM (12 years ago)
- Location:
- foodlist/trunk
- Files:
-
- 5 edited
-
lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuItemView.php (modified) (1 diff)
-
lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuSectionView.php (modified) (1 diff)
-
locale/foodlist-ru_RU.po (modified) (2 diffs)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuItemView.php
r974538 r983188 50 50 51 51 self::$sm = $sm; 52 do_action('foodlist_register_menu _shortcode', self::$sm);52 do_action('foodlist_register_menuitem_shortcode', self::$sm); 53 53 } 54 54 return self::$sm->applyShortcodes($content); -
foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuSectionView.php
r958328 r983188 38 38 $sm->registerShortcode(new MenuItemShortcode()); 39 39 self::$sm = $sm; 40 do_action('foodlist_register_menu _shortcode', self::$sm);40 do_action('foodlist_register_menusection_shortcode', self::$sm); 41 41 } 42 42 return self::$sm->applyShortcodes($content); -
foodlist/trunk/locale/foodlist-ru_RU.po
r792818 r983188 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2013-10-06 22:34+0100\n" 6 "PO-Revision-Date: 201 3-10-06 22:34+0100\n"6 "PO-Revision-Date: 2014-08-28 12:06+0100\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: Artprima <ask@artprima.cz>\n" 9 "Language: Russian\n"9 "Language: ru\n" 10 10 "MIME-Version: 1.0\n" 11 11 "Content-Type: text/plain; charset=UTF-8\n" … … 16 16 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 17 17 "X-Poedit-SourceCharset: UTF-8\n" 18 "X-Generator: Poedit 1. 5.7\n"18 "X-Generator: Poedit 1.6.8\n" 19 19 "X-Poedit-SearchPath-0: D:\\Work\\coding\\projects\\wp-plug-dev\\wp-content" 20 20 "\\plugins\\foodlist\n" -
foodlist/trunk/plugin.php
r974538 r983188 6 6 Author: Artprima 7 7 Author URI: http://artprima.eu/ 8 Version: 1. 88 Version: 1.9 9 9 */ 10 10 11 define('FOODLIST_VERSION', '1. 8');11 define('FOODLIST_VERSION', '1.9'); 12 12 define('FOODLIST_MIN_PHP_VERSION', '5.3.3'); 13 13 define('FOODLIST_MIN_WP_VERSION', '3.4.0'); -
foodlist/trunk/readme.txt
r974540 r983188 47 47 == ChangeLog == 48 48 49 = Version 1.9 = 50 * Wrong action names in `MenuItemView::applyShortcodes()` and in `MenuSectionView::applyShortcodes()`. 51 49 52 = Version 1.8 = 50 53 * 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.