Plugin Directory

Changeset 1701266


Ignore:
Timestamp:
07/23/2017 09:47:11 PM (9 years ago)
Author:
balessan
Message:

Updating to 2.0.1

Location:
wp-ldp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ldp/trunk/wpldp-api.php

    r1701258 r1701266  
    175175              $user = get_user_by ( 'login', $user_login);
    176176              if ( $user ) {
    177                 $loop = new WP_Query( array(
     177                $loop = new \WP_Query( array(
    178178                    'post_type' => 'post',
    179179                    'posts_per_page' => 12,
  • wp-ldp/trunk/wpldp.php

    r1701260 r1701266  
    55 * Description: This is a plugin which aims to emulate the default caracteristics of a Linked Data Platform compatible server
    66 * Text Domain: wpldp
    7  * Version: 2.0.0
     7 * Version: 2.0.1
    88 * Author: Sylvain LE BON, Benoit ALESSANDRONI
    99 * Author URI: http://www.happy-dev.fr/team/sylvain, http://benoit-alessandroni.fr/
     
    3232       * The current plugin version number
    3333       */
    34       protected static $version_number = '2.0.0';
     34      protected static $version_number = '2.0.1';
    3535
    3636      /**
Note: See TracChangeset for help on using the changeset viewer.