Plugin Directory

Changeset 3435211


Ignore:
Timestamp:
01/08/2026 02:29:26 PM (3 months ago)
Author:
saffiretech
Message:

Minor UI fixes

Location:
sft-product-recommendations-for-woocommerce
Files:
87 added
2 edited

Legend:

Unmodified
Added
Removed
  • sft-product-recommendations-for-woocommerce/trunk/readme.txt

    r3429623 r3435211  
    77Requires PHP: 7.2 
    88WC tested up to: 9.4
    9 Stable tag: 2.4.1
     9Stable tag: 2.4.2
    1010License: GPLv3 
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html 
     
    166166== Changelog ==
    167167
     168= 2.4.2 2026-01-08 =
     169
     170* Fix - Minor UI fixes.
     171
    168172= 2.4.1 2025-12-30 =
    169173
  • sft-product-recommendations-for-woocommerce/trunk/sft-product-recommendations-for-woocommerce.php

    r3429623 r3435211  
    11<?php
    22/**
    3  * Plugin Name:  AI Product Recommendations for WooCommerce
     3 * Plugin Name:  SAFFIRE AI Product Recommendations for WooCommerce
    44 * Description:  It is used to display recently viewed products by users, sale on them, related products to recently viewed products.
    55 * Author URI:  https://www.saffiretech.com
     
    77 * Text Domain: sft-product-recommendations-for-woocommerce
    88 * Domain Path: /languages
    9  * Stable Tag : 2.4.1
     9 * Stable Tag : 2.4.2
    1010 * Requires at least: 5.0
    1111 * Tested up to: 6.9
     
    1616 * License:     GPLv3
    1717 * License URI: URI: https://www.gnu.org/licenses/gpl-3.0.html
    18  * Version:     2.4.1
     18 * Version:     2.4.2
    1919 */
    2020
     
    319319function prwfr_product_page() {
    320320
    321 
    322321    wp_enqueue_script(
    323322        'prwfr_multi_ajax_js',
Note: See TracChangeset for help on using the changeset viewer.