Plugin Directory

Changeset 3381006


Ignore:
Timestamp:
10/20/2025 01:44:37 AM (8 weeks ago)
Author:
naibabiji
Message:

update 1.0.8

Location:
naibabiji-b2b-product-showcase/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • naibabiji-b2b-product-showcase/trunk/includes/post-types.php

    r3351090 r3381006  
    9797        'show_admin_column' => true,
    9898        'query_var'         => true,
    99         'rewrite'           => array( 'slug' => 'naibb2pr-product-category' ),
     99        'rewrite'           => array( 'slug' => 'product-category' ),
    100100        'show_in_rest'      => true,
    101101    );
  • naibabiji-b2b-product-showcase/trunk/naibabiji-b2b-product-showcase.php

    r3351090 r3381006  
    44 * Plugin URI: https://blog.naibabiji.com
    55 * Description: Lightweight B2B product showcase plugin designed for corporate websites, without shopping cart functionality, focusing on product display and inquiry.
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: Naibabiji
    88 * Text Domain: naibabiji-b2b-product-showcase
     
    2525 * 定义插件常量
    2626 */
    27 define( 'NAIBABIJI_B2B_PRODUCT_SHOWCASE_VERSION', '1.0.7' );
     27define( 'NAIBABIJI_B2B_PRODUCT_SHOWCASE_VERSION', '1.0.8' );
    2828define( 'NAIBABIJI_B2B_PRODUCT_SHOWCASE_AUTHOR', 'Naibabiji' );
    2929define( 'NAIBABIJI_B2B_PRODUCT_SHOWCASE_URI', 'https://blog.naibabiji.com' );
  • naibabiji-b2b-product-showcase/trunk/readme.txt

    r3351090 r3381006  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.8
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84= 1.0.8 =
     85* Changed product category URL slug from 'naibb2pr-product-category' to 'product-category'
     86* Improved URL structure for better SEO and user experience
     87* Note: After updating, please deactivate and reactivate the plugin or visit Settings > Permalinks and save to refresh rewrite rules
     88
    8489= 1.0.7 =
    8590* Changed product archive page URL from 'naibb2pr-products' to 'products'
Note: See TracChangeset for help on using the changeset viewer.