Plugin Directory

Changeset 2649598


Ignore:
Timestamp:
12/27/2021 05:50:09 PM (4 years ago)
Author:
haitham22
Message:

update version

Location:
raccoon-platform/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • raccoon-platform/trunk/Raccoon-platform.php

    r2638113 r2649598  
    88 * Plugin URI: https://raccoonplatform.com
    99 * Description: More informed customers reflect more sales. Here are the features you get from using Raccoon.
    10  * Version: 4.6.0
     10 * Version: 5.0.0
    1111 * License: GPLv2 or Later
    1212 * Text Domain: Raccoon-Platform
  • raccoon-platform/trunk/Readme.txt

    r2638124 r2649598  
    55Requires at least: 3.1
    66Tested up to: 5.8.2
    7 Stable tag: 4.6.0
     7Stable tag: 5.0.0
    88Requires PHP: 7.0
    99License: GPLv3 or later
  • raccoon-platform/trunk/include/ingest_session.php

    r2638113 r2649598  
    44    public function ingest_session()
    55    {
    6         add_action('woocommerce_single_product_summary', array($this, 'callApiSession'));
     6        // add_action('woocommerce_single_product_summary', array($this, 'callApiSession'));
    77        add_action('woocommerce_thankyou',array($this, 'callApiSession'));
    88    }
Note: See TracChangeset for help on using the changeset viewer.