Plugin Directory

Changeset 1777692


Ignore:
Timestamp:
11/29/2017 01:18:31 PM (8 years ago)
Author:
fernandobt
Message:

Update for templates

Location:
list-category-posts
Files:
3 edited
11 copied

Legend:

Unmodified
Added
Removed
  • list-category-posts/tags/0.74.2/include/lcp-catlistdisplayer.php

    r1777367 r1777692  
    295295  }
    296296
    297 /*
    298  * These used to be separate functions, now starting to get the code
    299  * in the same function for less repetition.
    300  */
     297  private function get_pagination(){
     298    $this->catlist->get_pagination();
     299  }
     300
     301  /*
     302  * These used to be separate functions, now starting to get the code
     303  * in the same function for less repetition.
     304  */
    301305  private function content_getter($type, $post, $tag = null, $css_class = null) {
    302306    $info = '';
  • list-category-posts/tags/0.74.2/list-category-posts.php

    r1777526 r1777692  
    44  Plugin URI: https://github.com/picandocodigo/List-Category-Posts
    55  Description: List Category Posts allows you to list posts by category in a post/page using the [catlist] shortcode. This shortcode accepts a category name or id, the order in which you want the posts to display, the number of posts to display and many more parameters. You can use [catlist] as many times as needed with different arguments. Usage: [catlist argument1=value1 argument2=value2].
    6   Version: 0.74.1
     6  Version: 0.74.2
    77  Author: Fernando Briano
    88  Author URI: http://fernandobriano.com
  • list-category-posts/tags/0.74.2/readme.txt

    r1777526 r1777692  
    66Tested up to: 4.9
    77Requires PHP: 5.2.4
    8 Stable tag: 0.74.1
     8Stable tag: 0.74.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    441441== Changelog ==
    442442
     443= 0.74.2 =
     444
     445* Add pagination function for templates.
     446
    443447= 0.74.1 =
    444448
  • list-category-posts/trunk/include/lcp-catlistdisplayer.php

    r1777367 r1777692  
    295295  }
    296296
    297 /*
    298  * These used to be separate functions, now starting to get the code
    299  * in the same function for less repetition.
    300  */
     297  private function get_pagination(){
     298    $this->catlist->get_pagination();
     299  }
     300
     301  /*
     302  * These used to be separate functions, now starting to get the code
     303  * in the same function for less repetition.
     304  */
    301305  private function content_getter($type, $post, $tag = null, $css_class = null) {
    302306    $info = '';
  • list-category-posts/trunk/list-category-posts.php

    r1777526 r1777692  
    44  Plugin URI: https://github.com/picandocodigo/List-Category-Posts
    55  Description: List Category Posts allows you to list posts by category in a post/page using the [catlist] shortcode. This shortcode accepts a category name or id, the order in which you want the posts to display, the number of posts to display and many more parameters. You can use [catlist] as many times as needed with different arguments. Usage: [catlist argument1=value1 argument2=value2].
    6   Version: 0.74.1
     6  Version: 0.74.2
    77  Author: Fernando Briano
    88  Author URI: http://fernandobriano.com
  • list-category-posts/trunk/readme.txt

    r1777526 r1777692  
    66Tested up to: 4.9
    77Requires PHP: 5.2.4
    8 Stable tag: 0.74.1
     8Stable tag: 0.74.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    441441== Changelog ==
    442442
     443= 0.74.2 =
     444
     445* Add pagination function for templates.
     446
    443447= 0.74.1 =
    444448
Note: See TracChangeset for help on using the changeset viewer.