Changeset 1379934
- Timestamp:
- 03/27/2016 06:57:05 PM (10 years ago)
- Location:
- foodlist/trunk
- Files:
-
- 4 edited
-
lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/Post/MenuItemPostFactory.php (modified) (1 diff)
-
lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuItemView.php (modified) (1 diff)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/Post/MenuItemPostFactory.php
r792818 r1379934 25 25 'p' => $id, 26 26 )); 27 27 28 $menuItem = null; 29 28 30 if ($query->have_posts()) { 29 31 $query->the_post(); -
foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuItemView.php
r983188 r1379934 78 78 return do_shortcode(self::applyShortcodes($result)); 79 79 } 80 81 return '<!-- menu item not found -->'; 80 82 } 81 83 -
foodlist/trunk/plugin.php
r1277844 r1379934 2 2 /* 3 3 Plugin Name: Foodlist 4 Plugin URI: http:// foodlist.demo.5x5.cz/4 Plugin URI: http://wordpress.org/plugins/foodlist/ 5 5 Description: Easily build your restaurant/café menus within the WordPress admin. 6 6 Author: Artprima 7 7 Author URI: http://artprima.eu/ 8 Version: 1.11 8 Version: 1.11.1 9 9 */ 10 10 11 define('FOODLIST_VERSION', '1.11 ');11 define('FOODLIST_VERSION', '1.11.1'); 12 12 define('FOODLIST_MIN_PHP_VERSION', '5.3.3'); 13 13 define('FOODLIST_MIN_WP_VERSION', '3.6.0'); -
foodlist/trunk/readme.txt
r1277844 r1379934 3 3 Tags: restaurant menu, café menu, restaurant, eatery, menus, bar, list 4 4 Requires at least: 3.8 5 Tested up to: 4. 3.15 Tested up to: 4.4.2 6 6 Stable tag: trunk 7 7 … … 46 46 47 47 == ChangeLog == 48 49 = Version 1.11.1 = 50 * Tested up to WordPress 4.4.2 51 * Fix small issue that produced warnings 48 52 49 53 = Version 1.11 =
Note: See TracChangeset
for help on using the changeset viewer.