Plugin Directory

Changeset 3221351


Ignore:
Timestamp:
01/13/2025 06:45:35 AM (11 months ago)
Author:
flippercode
Message:

tested with wordpress 6.7.1 and removed unused code

Location:
advanced-posts-listing
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-posts-listing/trunk/advanced-posts-listing.php

    r3169229 r3221351  
    77 * Requires at least: 5.5
    88 * Requires PHP:      7.0
    9  * Version:           1.0.5
     9 * Version:           1.0.6
    1010 * Author:            flippercode
    1111 * Author URI:        https://weplugins.com/
     
    694694                $args['paged'] = get_query_var('paged') ? get_query_var('paged') : 1;
    695695            }
    696             // $args['meta_query'] = array(
    697             //     array(
    698             //         'key'     => '_thumbnail_id',
    699             //         'compare' => 'EXISTS',
    700             //     ),
    701             // );
     696           
    702697            $query = new WP_Query($args);
    703698
  • advanced-posts-listing/trunk/readme.txt

    r3189240 r3221351  
    55Requires at least: 6.2
    66Requires PHP: 7.4
    7 Tested up to: 6.7.0
    8 Stable tag: 1.0.5
     7Tested up to: 6.7.1
     8Stable tag: 1.0.6
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    110110== Changelog ==
    111111
     112= 1.0.6 =
     113* Fix : Tested with latest version 6.7.1 and fixed layout issues.
     114
    112115= 1.0.5 =
    113116* New : Manageable background and text color for read more & pagination button.
Note: See TracChangeset for help on using the changeset viewer.