Changeset 2713908
- Timestamp:
- 04/24/2022 10:07:10 AM (4 years ago)
- Location:
- provesource/trunk
- Files:
-
- 2 edited
-
provesrc.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
provesource/trunk/provesrc.php
r2701122 r2713908 7 7 * Plugin Name: ProveSource 8 8 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box 9 * Version: 2.2.1 29 * Version: 2.2.13 10 10 * Author: ProveSource LTD 11 11 * Author URI: https://provesrc.com … … 14 14 * 15 15 * WC requires at least: 3.0 16 * WC tested up to: 5.216 * WC tested up to: 6.3 17 17 */ 18 18 … … 47 47 48 48 public static function version() { 49 return '2.2.1 2';49 return '2.2.13'; 50 50 } 51 51 } … … 90 90 function provesrc_inject_code() 91 91 { 92 // global $wp; 93 // $url = home_url($wp->request); 94 // if(strpos($url, 'exclude1') > -1 || strpos($url, 'exclude2') > -1) { 95 // return; 96 // } 92 97 $version = PSConstants::version(); 93 98 $apiKey = provesrc_get_api_key(); ?> -
provesource/trunk/readme.txt
r2701122 r2713908 44 44 45 45 # Integrations 46 ProveSource integrated with 100+ services and products including: WooCommerce, Zapier, MailChimp, Elementor, Google Reviews, Trustpilotand more.46 ProveSource integrated with 100+ services and products including: WooCommerce, Zapier, MailChimp, Elementor, Google Reviews, Capterra, Judge.me and more. 47 47 See the [full list of integrations here](http://provesrc.com/integrations). 48 48
Note: See TracChangeset
for help on using the changeset viewer.