Plugin Directory

Changeset 2927028


Ignore:
Timestamp:
06/16/2023 11:10:44 AM (3 years ago)
Author:
aftercommerce
Message:

update the category tag.

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • afterinc-app/trunk/Custom_app.php

    r2926674 r2927028  
    44Plugin URI: https://www.afterinc.com/contact/
    55Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products.
    6 Version: 3.6.10
     6Version: 3.7.1
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    31013101       $category = ($product_list->get_categories() != '') ? trim($product_list->get_categories()) : '';
    31023102       $category = strip_tags($category);
    3103        $category = strtolower($category);
     3103       
    31043104
    31053105        if ($category == "uncategorized") {
  • afterinc-app/trunk/readme.txt

    r2926674 r2927028  
    77Requires PHP: 7.2
    88WC tested up to: 5.6.0
    9 Stable tag: 3.6.10
     9Stable tag: 3.7.1
    1010License: GPLv3
    1111License URI: https://www.afterinc.com
Note: See TracChangeset for help on using the changeset viewer.