Changeset 3221351
- Timestamp:
- 01/13/2025 06:45:35 AM (11 months ago)
- Location:
- advanced-posts-listing
- Files:
-
- 12 added
- 2 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/advanced-posts-listing.php (added)
-
tags/1.0.6/build (added)
-
tags/1.0.6/build/block.json (added)
-
tags/1.0.6/build/index.asset.php (added)
-
tags/1.0.6/build/index.css (added)
-
tags/1.0.6/build/index.css.map (added)
-
tags/1.0.6/build/index.js (added)
-
tags/1.0.6/build/index.js.map (added)
-
tags/1.0.6/lang (added)
-
tags/1.0.6/lang/advanced-posts-listing.pot (added)
-
tags/1.0.6/readme.txt (added)
-
trunk/advanced-posts-listing.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-posts-listing/trunk/advanced-posts-listing.php
r3169229 r3221351 7 7 * Requires at least: 5.5 8 8 * Requires PHP: 7.0 9 * Version: 1.0. 59 * Version: 1.0.6 10 10 * Author: flippercode 11 11 * Author URI: https://weplugins.com/ … … 694 694 $args['paged'] = get_query_var('paged') ? get_query_var('paged') : 1; 695 695 } 696 // $args['meta_query'] = array( 697 // array( 698 // 'key' => '_thumbnail_id', 699 // 'compare' => 'EXISTS', 700 // ), 701 // ); 696 702 697 $query = new WP_Query($args); 703 698 -
advanced-posts-listing/trunk/readme.txt
r3189240 r3221351 5 5 Requires at least: 6.2 6 6 Requires PHP: 7.4 7 Tested up to: 6.7. 08 Stable tag: 1.0. 57 Tested up to: 6.7.1 8 Stable tag: 1.0.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 110 110 == Changelog == 111 111 112 = 1.0.6 = 113 * Fix : Tested with latest version 6.7.1 and fixed layout issues. 114 112 115 = 1.0.5 = 113 116 * New : Manageable background and text color for read more & pagination button.
Note: See TracChangeset
for help on using the changeset viewer.