Plugin Directory

Changeset 2626198


Ignore:
Timestamp:
11/08/2021 03:12:18 PM (4 years ago)
Author:
frogedtech
Message:

Version 1.1.1

Location:
froged
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • froged/trunk/froged-conf.php

    r2591731 r2626198  
    44Plugin URI: https://app.froged.com/?utm_source=wordpress_plugin
    55Description: Froged. Live Chat, Email Campaigns, Lead Generation, and much more.
    6 Version: 1.1.0
     6Version: 1.1.1
    77Requires at least: 3.0
    8 Tested up to: 5.8
     8Tested up to: 5.8.1
    99WC requires at least: 3.0
    1010WC tested up to: 5.6.0
     
    4343        add_action('user_register', 'froged_on_sign_up',30);
    4444        add_action( 'wp_enqueue_scripts', 'froged_scripts' );
    45         add_filter( 'http_headers_useragent', 'froged_setUserAgent',30,2);
    4645                if ( class_exists( 'WooCommerce' ) ) {
    4746           
     
    129128        'httpversion' => '1.0',
    130129        'blocking' => false,
    131         'headers' => array(),
     130        'headers' => [
     131            'User-Agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36',
     132        ],
    132133        'body' => array('meta' => $meta, 'info' => $info),
    133134        'cookies' => array()));
    134135    }
    135 }
    136 
    137 function froged_setUserAgent ($agent,$url){
    138     return 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36';
    139136}
    140137
  • froged/trunk/readme.txt

    r2591731 r2626198  
    137137
    138138* New events added - on_sign_up, on_login, on_logout, on_add_to_cart, on_remove_from_cart
     139
     140= 1.1.1 =
     141
     142* Fix incompatibility with some other plugins
Note: See TracChangeset for help on using the changeset viewer.