Plugin Directory

Changeset 3293016


Ignore:
Timestamp:
05/14/2025 07:03:56 AM (11 months ago)
Author:
saffiretech
Message:

Fixed minor UI glitches.

Location:
sft-product-recommendations-for-woocommerce
Files:
196 added
4 edited

Legend:

Unmodified
Added
Removed
  • sft-product-recommendations-for-woocommerce/trunk/includes/prwfr-custom-functions.php

    r3184809 r3293016  
    10941094                if ( isset( $_COOKIE[ $recently_viewed_products_cookie_name ] ) ) { // Stores cookie for 30days.
    10951095                    $products_array = sanitize_text_field( wp_unslash( $_COOKIE[ $recently_viewed_products_cookie_name ] ) );
    1096                     print_r( $products_array );
    10971096
    10981097                    $products_array = explode( ',', $products_array );
  • sft-product-recommendations-for-woocommerce/trunk/languages/sft-product-recommendations-woocommerce.pot

    r3204934 r3293016  
    1 # Copyright (C) 2024 SaffireTech
     1# Copyright (C) 2025 SaffireTech
    22# This file is distributed under the GPLv3.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: AI Product Recommendations for WooCommerce 2.1.1\n"
     5"Project-Id-Version: AI Product Recommendations for WooCommerce 2.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sft-product-recommendations-for-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-12-09T14:32:36+00:00\n"
     12"POT-Creation-Date: 2025-05-14T06:49:27+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.8.1\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: sft-product-recommendations-woocommerce\n"
    1616
    1717#. Plugin Name of the plugin
     18#: sft-product-recommendations-woocommerce.php
    1819msgid "AI Product Recommendations for WooCommerce"
    1920msgstr ""
    2021
    2122#. Description of the plugin
     23#: sft-product-recommendations-woocommerce.php
    2224msgid "It is used to display recently viewed products by users, sale on them, related products to recently viewed products."
    2325msgstr ""
    2426
    2527#. Author of the plugin
     28#: sft-product-recommendations-woocommerce.php
    2629msgid "SaffireTech"
    2730msgstr ""
    2831
    2932#. Author URI of the plugin
     33#: sft-product-recommendations-woocommerce.php
    3034msgid "https://www.saffiretech.com"
    3135msgstr ""
     
    98102msgstr ""
    99103
     104#: includes/prwfr-custom-functions.php:1158
     105msgid "Manage History"
     106msgstr ""
     107
    100108#: includes/prwfr-custom-functions.php:1159
    101 msgid "Manage History"
    102 msgstr ""
    103 
    104 #: includes/prwfr-custom-functions.php:1160
    105 #: includes/prwfr-custom-functions.php:1827
     109#: includes/prwfr-custom-functions.php:1826
    106110msgid "Turn On or Off Browsing History"
    107111msgstr ""
    108112
    109 #: includes/prwfr-custom-functions.php:1171
     113#: includes/prwfr-custom-functions.php:1170
    110114msgid "Remove All Products"
    111115msgstr ""
    112116
    113 #: includes/prwfr-custom-functions.php:1191
     117#: includes/prwfr-custom-functions.php:1190
    114118msgid "These items were viewed recently. We use them to personalise recommendations."
    115119msgstr ""
    116120
    117 #: includes/prwfr-custom-functions.php:1208
     121#: includes/prwfr-custom-functions.php:1207
    118122msgid "You Have No Recently Viewed Items."
    119123msgstr ""
    120124
    121 #: includes/prwfr-custom-functions.php:1253
     125#: includes/prwfr-custom-functions.php:1252
    122126msgid "You Have Not Viewed Any Product Yet!"
    123127msgstr ""
    124128
    125 #: includes/prwfr-custom-functions.php:1342
    126 #: includes/prwfr-custom-functions.php:1413
    127 #: includes/prwfr-custom-functions.php:1522
    128 #: includes/prwfr-custom-functions.php:1599
     129#: includes/prwfr-custom-functions.php:1341
     130#: includes/prwfr-custom-functions.php:1412
     131#: includes/prwfr-custom-functions.php:1521
     132#: includes/prwfr-custom-functions.php:1598
    129133msgid "Please View More Products!"
    130134msgstr ""
    131135
    132 #: includes/prwfr-custom-functions.php:1433
    133 #: includes/prwfr-custom-functions.php:1618
     136#: includes/prwfr-custom-functions.php:1432
     137#: includes/prwfr-custom-functions.php:1617
    134138msgid "You Have Not Browsed Any Product Yet!"
    135139msgstr ""
    136140
    137 #: includes/prwfr-custom-functions.php:1698
     141#: includes/prwfr-custom-functions.php:1697
    138142msgid "Reorder"
    139143msgstr ""
    140144
    141 #: includes/prwfr-custom-functions.php:1820
     145#: includes/prwfr-custom-functions.php:1819
    142146msgid "Manage Browsing history"
    143147msgstr ""
  • sft-product-recommendations-for-woocommerce/trunk/readme.txt

    r3204934 r3293016  
    77Requires PHP: 7.2 
    88WC tested up to: 9.4.3
    9 Stable tag: 2.1.1
     9Stable tag: 2.1.2
    1010License: GPLv3 
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html 
     
    197197== Changelog ==
    198198
     199= 2.1.2 14.05.2025 =
     200* Fix: Fixed minor UI glitches.
     201
    199202= 2.1.1 10.12.2024 =
    200203* New - Compatibility with WordPress 6.7.1.
  • sft-product-recommendations-for-woocommerce/trunk/sft-product-recommendations-woocommerce.php

    r3204934 r3293016  
    77 * Text Domain:  sft-product-recommendations-woocommerce
    88 * Domain Path: /languages
    9  * Stable Tag : 2.1.1
     9 * Stable Tag : 2.1.2
    1010 * Requires at least: 5.0
    1111 * Tested up to: 6.7.1
     
    1515 * License:     GPLv3
    1616 * License URI: URI: https://www.gnu.org/licenses/gpl-3.0.html
    17  * Version:     2.1.1
     17 * Version:     2.1.2
    1818 */
    1919
Note: See TracChangeset for help on using the changeset viewer.