Plugin Directory

Changeset 2117942


Ignore:
Timestamp:
07/05/2019 08:01:36 AM (7 years ago)
Author:
diddledan
Message:

Version 3.0.1

Location:
a-z-listing
Files:
63 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • a-z-listing/trunk/a-z-listing.php

    r2117782 r2117942  
    88 * Text Domain:     a-z-listing
    99 * Domain Path:     /languages
    10  * Version:         3.0.0
     10 * Version:         3.0.1
    1111 *
    1212 * @package         A_Z_Listing
  • a-z-listing/trunk/readme.txt

    r2117782 r2117942  
    77Requires PHP: 5.6
    88Tested up to: 5.2
    9 Stable tag: 3.0.0
     9Stable tag: 3.0.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    458458== Changelog ==
    459459
    460 = 3.0.0 =
    461 
    462 This is a major version change, which means that it might break your site when you upgrade. Please check in a test site first!
     460= 3.0.1 =
     461
     462* Fix broken permalinks in 3.0.0
     463
     464If you are upgrading from 3.0.0 this is a major version change, which means that it might break your site when you upgrade. Please check in a test site first!
    463465
    464466**NEW EXTENSIONS**
     
    473475* Miscellaneous documentation Fixes.
    474476
     477= 3.0.0 =
     478
     479This is a major version change, which means that it might break your site when you upgrade. Please check in a test site first!
     480
     481**NEW EXTENSIONS**
     482
     483Check out the two new extensions at [A-Z-Listing.com](https://a-z-listing.com/shop). These extensions provide convinience functionality. Purchasing one or both will help towards the cost of maintaining the A-Z Listing plugin.
     484
     485* Add `get_the_item_id` and `the_item_id` template tags.
     486* Add `get_the_item_type` template tag.
     487* Add support for extensions.
     488* Complete refactor to use more modern PHP features.
     489* Minor refactoring of `get_the_item_object`, `get_item_meta`, and `get_the_item_count` template tags.
     490* Miscellaneous documentation Fixes.
     491
    475492= 2.3.0 =
    476493
  • a-z-listing/trunk/src/Query.php

    r2117782 r2117942  
    291291    public function wp_query_fields( $fields, $query ) {
    292292        global $wpdb;
    293         return "{$wpdb->posts}.ID, {$wpdb->posts}.post_title";
     293        return "{$wpdb->posts}.ID, {$wpdb->posts}.post_title, {$wpdb->posts}.post_type, {$wpdb->posts}.post_name, {$wpdb->posts}.post_date";
    294294    }
    295295
Note: See TracChangeset for help on using the changeset viewer.