Plugin Directory

Changeset 1050182


Ignore:
Timestamp:
12/20/2014 11:47:53 AM (11 years ago)
Author:
Askelon
Message:

Version 2.1.1.2

Location:
wpmovielibrary/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpmovielibrary/trunk/public/class-wpmoly-grid.php

    r1050170 r1050182  
    213213            $query = "SELECT SQL_CALC_FOUND_ROWS DISTINCT ID FROM {$wpdb->posts} {$join} WHERE {$where} ORDER BY post_title {$order} {$limit}";
    214214
    215             var_dump( $view );
    216215            $movies = $wpdb->get_col( $query );
    217216            $total  = $wpdb->get_var( 'SELECT FOUND_ROWS() AS total' );
  • wpmovielibrary/trunk/readme.txt

    r1050170 r1050182  
    55Requires at least: 3.8
    66Tested up to: 4.1
    7 Stable tag: 2.1.1.1
     7Stable tag: 2.1.1.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    138138
    139139== Changelog ==
     140
     141= 2.1.1.2 =
     142* Fix - Forgotten debug notice
    140143
    141144= 2.1.1.1 =
  • wpmovielibrary/trunk/wpmovielibrary.php

    r1050170 r1050182  
    1818 * Plugin URI:  http://wpmovielibrary.com
    1919 * Description: A WordPress Plugin to manage a personnal library of movies.
    20  * Version:     2.1.1.1
     20 * Version:     2.1.1.2
    2121 * Author:      Charlie MERLAND
    2222 * Author URI:  http://www.caercam.org/
     
    3535define( 'WPMOLY_PLUGIN',                 plugin_basename( __FILE__ ) );
    3636define( 'WPMOLY_NAME',                   'WPMovieLibrary' );
    37 define( 'WPMOLY_VERSION',                '2.1.1.1' );
     37define( 'WPMOLY_VERSION',                '2.1.1.2' );
    3838define( 'WPMOLY_SLUG',                   'wpmoly' );
    3939define( 'WPMOLY_URL',                    plugins_url( basename( __DIR__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.