Changeset 2626198
- Timestamp:
- 11/08/2021 03:12:18 PM (4 years ago)
- Location:
- froged
- Files:
-
- 8 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/froged-admin.php (added)
-
tags/1.1.1/froged-conf.php (added)
-
tags/1.1.1/index.php (added)
-
tags/1.1.1/js (added)
-
tags/1.1.1/js/contactform.js (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/uninstall.php (added)
-
trunk/froged-conf.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
froged/trunk/froged-conf.php
r2591731 r2626198 4 4 Plugin URI: https://app.froged.com/?utm_source=wordpress_plugin 5 5 Description: Froged. Live Chat, Email Campaigns, Lead Generation, and much more. 6 Version: 1.1. 06 Version: 1.1.1 7 7 Requires at least: 3.0 8 Tested up to: 5.8 8 Tested up to: 5.8.1 9 9 WC requires at least: 3.0 10 10 WC tested up to: 5.6.0 … … 43 43 add_action('user_register', 'froged_on_sign_up',30); 44 44 add_action( 'wp_enqueue_scripts', 'froged_scripts' ); 45 add_filter( 'http_headers_useragent', 'froged_setUserAgent',30,2);46 45 if ( class_exists( 'WooCommerce' ) ) { 47 46 … … 129 128 'httpversion' => '1.0', 130 129 '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 ], 132 133 'body' => array('meta' => $meta, 'info' => $info), 133 134 'cookies' => array())); 134 135 } 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';139 136 } 140 137 -
froged/trunk/readme.txt
r2591731 r2626198 137 137 138 138 * 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.