Plugin Directory

Changeset 3032894

Timestamp:
02/07/2024 08:17:10 PM (6 months ago)
Author:
husobj
Message:

Version 1.4.3

Location:
page-parts/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • page-parts/trunk/CHANGELOG.md

    r2885100 r3032894  
    44
    55## [Unreleased]
     6
     7
     8
     9
     10
    611
    712## [1.4.2] - 2023-03-22
     
    140145- First public release.
    141146
    142 [Unreleased]: https://github.com/benhuson/page-parts/compare/1.4.2...HEAD
     147[Unreleased]: https://github.com/benhuson/page-parts/compare/1.4.3...HEAD
     148[1.4.3]: https://github.com/benhuson/page-parts/compare/1.4.2...1.4.3
    143149[1.4.2]: https://github.com/benhuson/page-parts/compare/1.4.1...1.4.2
    144150[1.4.1]: https://github.com/benhuson/page-parts/compare/1.4...1.4.1
  • page-parts/trunk/admin/admin.php

    r2885100 r3032894  
    271271                'sort_column'       => 'menu_order,post_title',
    272272                'post_type'         => get_post_type( $post->post_parent ),
    273                 'post_status'       => 'publish,draft'
     273                'post_status'       => 'publish,draft'
    274274            );
    275275            echo '<p>' . wp_dropdown_pages( $args ) . '</p>';
  • page-parts/trunk/page-parts.php

    r2885100 r3032894  
    55Plugin URI: https://github.com/benhuson/page-parts
    66Description: Manage subsections of a page.
    7 Version: 1.4.2
     7Version: 1.4.
    88Author: Ben Huson
    99Author URI: https://github.com/benhuson
     
    1111*/
    1212
    13 define( 'PAGE_PARTS_VERSION', '1.4.2' );
     13define( 'PAGE_PARTS_VERSION', '1.4.' );
    1414define( 'PAGE_PARTS_FILE', __FILE__ );
    1515
  • page-parts/trunk/readme.txt

    r2885100 r3032894  
    33Tags: pages, cms
    44Requires at least: 3.9
    5 Tested up to: 6.1.1
    6 Stable tag: 1.4.2
     5Tested up to: 6.
     6Stable tag: 1.4.
    77License: GPL2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939= Unreleased =
     40
     41
     42
     43
     44
    4045
    4146= 1.4.2 =
Note: See TracChangeset for help on using the changeset viewer.