Plugin Directory

Changeset 2713908


Ignore:
Timestamp:
04/24/2022 10:07:10 AM (4 years ago)
Author:
provesource
Message:

Update readme text

Location:
provesource/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • provesource/trunk/provesrc.php

    r2701122 r2713908  
    77 * Plugin Name: ProveSource
    88 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box
    9  * Version: 2.2.12
     9 * Version: 2.2.13
    1010 * Author: ProveSource LTD
    1111 * Author URI: https://provesrc.com
     
    1414 *
    1515 * WC requires at least: 3.0
    16  * WC tested up to: 5.2
     16 * WC tested up to: 6.3
    1717 */
    1818
     
    4747
    4848    public static function version() {
    49         return '2.2.12';
     49        return '2.2.13';
    5050    }
    5151}
     
    9090function provesrc_inject_code()
    9191{
     92    // global $wp;
     93    // $url = home_url($wp->request);
     94    // if(strpos($url, 'exclude1') > -1 || strpos($url, 'exclude2') > -1) {
     95    //     return;
     96    // }
    9297    $version = PSConstants::version();
    9398    $apiKey = provesrc_get_api_key(); ?>
  • provesource/trunk/readme.txt

    r2701122 r2713908  
    4444
    4545# Integrations
    46 ProveSource integrated with 100+ services and products including: WooCommerce, Zapier, MailChimp, Elementor, Google Reviews, Trustpilot and more.
     46ProveSource integrated with 100+ services and products including: WooCommerce, Zapier, MailChimp, Elementor, Google Reviews, Capterra, Judge.me and more.
    4747See the [full list of integrations here](http://provesrc.com/integrations).
    4848
Note: See TracChangeset for help on using the changeset viewer.