Plugin Directory

Changeset 3132285


Ignore:
Timestamp:
08/07/2024 05:03:50 PM (20 months ago)
Author:
surror
Message:

Release v2.0.1

Location:
easy-post-taxonomy-builder
Files:
42 added
3 edited

Legend:

Unmodified
Added
Removed
  • easy-post-taxonomy-builder/trunk/easy-post-tax-builder.php

    r2955915 r3132285  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Easy Post and Taxonomy Builder
    12  * Version:           2.0.0
     12 * Version:           2.0.1
    1313 * Plugin URI:        https://surror.com/easy-post-and-taxonomy-builder/
    1414 * Description:       Create multiple post type's and it's taxonomies with simple steps. Or, One click create new one from the existing library. 🚀
     
    3535     * @var string
    3636     */
    37     public $version = '2.0.0';
     37    public $version = '2.0.1';
    3838
    3939    /**
  • easy-post-taxonomy-builder/trunk/includes/class-post.php

    r2955915 r3132285  
    16311631                            'menu_icon'          => $selected_icon,
    16321632                            'rewrite'            => array( 'slug' => $post_slug ),
     1633                            'show_in_rest'       => true,
    16331634                        );
    16341635
     
    17281729                                'show_tagcloud'     => true,
    17291730                                'show_ui'           => true,
    1730                                 'query_var'         => true,
    17311731                                'rewrite'           => true,
    17321732                                'query_var'         => true,
     1733                                'show_in_rest'      => true,
     1734                                'has_archive'       => true,
    17331735                            );
    17341736                            register_taxonomy( $tax_slug, $assigned_post_types, $args );
  • easy-post-taxonomy-builder/trunk/readme.txt

    r2955915 r3132285  
    44Tags: builder, post type, taxonomy, cpt
    55Requires at least: 4.4
    6 Requires PHP: 5.5.3
     6Requires PHP: 6.6.1
    77Tested up to: 6.2.2
    8 Stable tag: 2.0.0
     8Stable tag: 2.0.1
    99
    1010🌟 Create a custom post type, tag, category and taxonomies with simple steps 🌟
     
    4646== Changelog ==
    4747
     48= 2.0.1 =
     49
     50* Improvement: Added the compatibility with WordPress 6.6.1.
     51* Improvement: Added rest support for the post type and taxonomy.
     52
    4853= 2.0.0 =
    4954* Improvement: Added the dashboard page.
Note: See TracChangeset for help on using the changeset viewer.