Plugin Directory

Changeset 1379934


Ignore:
Timestamp:
03/27/2016 06:57:05 PM (10 years ago)
Author:
v-media
Message:

Small fixes, compatibility update

Location:
foodlist/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/Post/MenuItemPostFactory.php

    r792818 r1379934  
    2525            'p' => $id,
    2626        ));
    27        
     27
     28        $menuItem = null;
     29
    2830        if ($query->have_posts()) {
    2931            $query->the_post();
  • foodlist/trunk/lib/Foodlist/Project/WordPress/Plugin/Foodlist/Generic/View/Menu/MenuItemView.php

    r983188 r1379934  
    7878            return do_shortcode(self::applyShortcodes($result));
    7979        }
     80
     81        return '<!-- menu item not found -->';
    8082    }
    8183   
  • foodlist/trunk/plugin.php

    r1277844 r1379934  
    22/*
    33Plugin Name: Foodlist
    4 Plugin URI: http://foodlist.demo.5x5.cz/
     4Plugin URI: http://wordpress.org/plugins/foodlist/
    55Description: Easily build your restaurant/café menus within the WordPress admin.
    66Author: Artprima
    77Author URI: http://artprima.eu/
    8 Version: 1.11
     8Version: 1.11.1
    99*/
    1010
    11 define('FOODLIST_VERSION', '1.11');
     11define('FOODLIST_VERSION', '1.11.1');
    1212define('FOODLIST_MIN_PHP_VERSION', '5.3.3');
    1313define('FOODLIST_MIN_WP_VERSION', '3.6.0');
  • foodlist/trunk/readme.txt

    r1277844 r1379934  
    33Tags: restaurant menu, café menu, restaurant, eatery, menus, bar, list
    44Requires at least: 3.8
    5 Tested up to: 4.3.1
     5Tested up to: 4.4.2
    66Stable tag: trunk
    77
     
    4646
    4747== ChangeLog ==
     48
     49= Version 1.11.1 =
     50* Tested up to WordPress 4.4.2
     51* Fix small issue that produced warnings
    4852
    4953= Version 1.11 =
Note: See TracChangeset for help on using the changeset viewer.