Plugin Directory

Changeset 1916920


Ignore:
Timestamp:
07/30/2018 02:10:13 PM (8 years ago)
Author:
cloudliving
Message:

Update plugin information and readme file

Location:
review-engine
Files:
331 added
2 edited

Legend:

Unmodified
Added
Removed
  • review-engine/trunk/readme.txt

    r1916901 r1916920  
    3939You'll use button #2 first to search Amazon marketplaces and insert an affiliate link into your blog post.
    4040
    41 After inserting, the product info will be stored on your site. You can go to ** Review Engine >> Products ** in order to see all products that have been stored.
     41After inserting, the product info will be stored on your site. You can go to **Review Engine >> Products** in order to see all products that have been stored.
    4242
    4343If you ever want to promote the same products again, just use button #1 to save time. The display options are the same.
  • review-engine/trunk/reviewengine.php

    r1916901 r1916920  
    44 * Plugin URI: https://reviewengine.io
    55 * Description: Insert beautiful, high-converting Amazon associates affiliate links into your blog posts in just a few clicks with Review Engine.
    6  * Version: 1.0.4
     6 * Version: 1.0.41
    77 * Author: Review Engine
    88 * Author URI: https://reviewengine.io
     
    2222final class ReviewEngine {
    2323
    24     public $version = '1.0.4';
     24    public $version = '1.0.41';
    2525    protected static $_instance = null;
    2626
     
    163163    return sprintf(
    164164        __( 'Hey %1$s' ) . ',<br>' .
    165         __( 'Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %2$s. You’ll also receive <b>FREE</b> access to our 5-day email series that teach you the proven tactics & strategies to help you maximize your affiliate income potential.' ),
     165        __( 'Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %2$s. Your information is 100% secure and won\'t be shared with anyone else. We only collect data to make a better product for you.' ),
    166166        $user_first_name,
    167167        $freemius_link
Note: See TracChangeset for help on using the changeset viewer.