Plugin Directory

Changeset 1182125


Ignore:
Timestamp:
06/16/2015 08:42:00 PM (11 years ago)
Author:
iluminatus
Message:

Warning fixes for undefined variables, added Iranian translation. v3.7.1

Location:
network-latest-posts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • network-latest-posts/trunk/network-latest-posts.php

    r1166888 r1182125  
    44Plugin URI: http://en.8elite.com/network-latest-posts
    55Description: Display the latest posts from the blogs in your network using it as a function, shortcode or widget.
    6 Version: 3.7
     6Version: 3.7.1
    77Author: Jose Luis SAYAGO
    88Author URI: http://wplatino.com/
     
    272272    // Display blog or blogs
    273273    // if the user passes one value
     274    $display = '';
    274275    if( !preg_match("/,/",$blog_id) ) {
    275276        // Always clean this stuff ;) (oh.. told you I'm a paranoid)
     
    297298    // Ignore blog or blogs
    298299    // if the user passes one value
     300    $ignore = '';
    299301    if( !preg_match("/,/",$ignore_blog) ) {
    300302        // Always clean this stuff ;)
  • network-latest-posts/trunk/readme.txt

    r1166888 r1182125  
    55Requires at least: 3.0
    66Tested up to: 4.2.2
    7 Stable tag: 3.7
     7Stable tag: 3.7.1
    88
    99This plugin allows you to pull all the recent posts from the blogs in your WordPress network and display them in your main site (or internal sites)
     
    151151== Changelog ==
    152152
     153= 3.7.1 =
     154* Fixed notices: warning notices for undeclared variables
     155* Added Iranian translation
     156
     157= 3.7 =
     158* Improved pagination, replaced $.live by $.on supporing newest versions of jQuery
     159
    153160= 3.6.3 =
    154161* New parameter: display_date, allows to display post dates along with other metadata
Note: See TracChangeset for help on using the changeset viewer.