Plugin Directory

Changeset 1044462


Ignore:
Timestamp:
12/14/2014 04:51:08 PM (11 years ago)
Author:
captaintheme
Message:

1.0.4

Location:
recipe-hero
Files:
244 added
3 edited

Legend:

Unmodified
Added
Removed
  • recipe-hero/trunk/README.txt

    r1044356 r1044462  
    55Requires at least: 3.8.0
    66Tested up to: 4.1.0
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= 1.0.4 =
     137* Bug Fix: Fix 404s & other errors due to custom queries
     138
    136139= 1.0.3 =
    137140* Bug Fix: Reviews link / summary on archives
  • recipe-hero/trunk/includes/class-rh-query.php

    r1044356 r1044462  
    88 * @link      http://captaintheme.com
    99 * @copyright 2014 Captain Theme
    10  * @since     1.0.3
     10 * @since     1.0.4
    1111 */
    1212
     
    6565
    6666        } else {
    67             $recipe_page = '';
     67            return;
    6868        }
    6969
  • recipe-hero/trunk/recipe-hero.php

    r1044356 r1044462  
    1212 * Plugin URI:        http://recipehero.in/
    1313 * Description:       The last recipe plugin you'll ever need.
    14  * Version:           1.0.3
     14 * Version:           1.0.4
    1515 * Author:            Bryce Adams
    1616 * Author URI:        http://bryce.se/
     
    3737 *
    3838 * @class RecipeHero
    39  * @version 1.0.3
     39 * @version 1.0.4
    4040 */
    4141
     
    4545     * Plugin version, used for cache-busting of style and script file references.
    4646     *
    47      * @since   1.0.3
     47     * @since   1.0.4
    4848     *
    4949     * @var     string
    5050     */
    51     public static $version = '1.0.3';
     51    public static $version = '1.0.4';
    5252
    5353    /**
Note: See TracChangeset for help on using the changeset viewer.