Changeset 1777692
- Timestamp:
- 11/29/2017 01:18:31 PM (8 years ago)
- Location:
- list-category-posts
- Files:
-
- 3 edited
- 11 copied
-
tags/0.74.2 (copied) (copied from list-category-posts/trunk)
-
tags/0.74.2/include/lcp-category.php (copied) (copied from list-category-posts/trunk/include/lcp-category.php)
-
tags/0.74.2/include/lcp-catlist.php (copied) (copied from list-category-posts/trunk/include/lcp-catlist.php)
-
tags/0.74.2/include/lcp-catlistdisplayer.php (copied) (copied from list-category-posts/trunk/include/lcp-catlistdisplayer.php) (1 diff)
-
tags/0.74.2/include/lcp-paginator.php (copied) (copied from list-category-posts/trunk/include/lcp-paginator.php)
-
tags/0.74.2/include/lcp-parameters.php (copied) (copied from list-category-posts/trunk/include/lcp-parameters.php)
-
tags/0.74.2/include/lcp-thumbnail.php (copied) (copied from list-category-posts/trunk/include/lcp-thumbnail.php)
-
tags/0.74.2/include/lcp-widget-form.php (copied) (copied from list-category-posts/trunk/include/lcp-widget-form.php)
-
tags/0.74.2/include/lcp-widget.php (copied) (copied from list-category-posts/trunk/include/lcp-widget.php)
-
tags/0.74.2/list-category-posts.php (copied) (copied from list-category-posts/trunk/list-category-posts.php) (1 diff)
-
tags/0.74.2/readme.txt (copied) (copied from list-category-posts/trunk/readme.txt) (2 diffs)
-
trunk/include/lcp-catlistdisplayer.php (modified) (1 diff)
-
trunk/list-category-posts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
list-category-posts/tags/0.74.2/include/lcp-catlistdisplayer.php
r1777367 r1777692 295 295 } 296 296 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 */ 301 305 private function content_getter($type, $post, $tag = null, $css_class = null) { 302 306 $info = ''; -
list-category-posts/tags/0.74.2/list-category-posts.php
r1777526 r1777692 4 4 Plugin URI: https://github.com/picandocodigo/List-Category-Posts 5 5 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. 16 Version: 0.74.2 7 7 Author: Fernando Briano 8 8 Author URI: http://fernandobriano.com -
list-category-posts/tags/0.74.2/readme.txt
r1777526 r1777692 6 6 Tested up to: 4.9 7 7 Requires PHP: 5.2.4 8 Stable tag: 0.74. 18 Stable tag: 0.74.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 441 441 == Changelog == 442 442 443 = 0.74.2 = 444 445 * Add pagination function for templates. 446 443 447 = 0.74.1 = 444 448 -
list-category-posts/trunk/include/lcp-catlistdisplayer.php
r1777367 r1777692 295 295 } 296 296 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 */ 301 305 private function content_getter($type, $post, $tag = null, $css_class = null) { 302 306 $info = ''; -
list-category-posts/trunk/list-category-posts.php
r1777526 r1777692 4 4 Plugin URI: https://github.com/picandocodigo/List-Category-Posts 5 5 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. 16 Version: 0.74.2 7 7 Author: Fernando Briano 8 8 Author URI: http://fernandobriano.com -
list-category-posts/trunk/readme.txt
r1777526 r1777692 6 6 Tested up to: 4.9 7 7 Requires PHP: 5.2.4 8 Stable tag: 0.74. 18 Stable tag: 0.74.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 441 441 == Changelog == 442 442 443 = 0.74.2 = 444 445 * Add pagination function for templates. 446 443 447 = 0.74.1 = 444 448
Note: See TracChangeset
for help on using the changeset viewer.