Plugin Directory

Changeset 3378366


Ignore:
Timestamp:
10/14/2025 05:57:41 PM (6 months ago)
Author:
grocerslist
Message:

10/14/2025 - 1.4.0 - Listing page update

Location:
grocerslist
Files:
205 added
3 edited

Legend:

Unmodified
Added
Removed
  • grocerslist/trunk/README.md

    r3378355 r3378366  
    44Author: Grocers List, Engineering
    55Tested up to: 6.8
    6 Stable tag: 1.3.0
     6Stable tag: 1.4.0
    77Requires PHP: 7.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0
    1010
    11 Automatically turn Amazon links on your blog into deep links that open the click into the amazon app - 3-5X more likely to buy.
     11Earn more revenue from your website by offering paid memberships, exclusive content, and amazon deep links.
    1212
    1313== Description ==
    1414
    15 [Grocers List](https://grocerslist.com) is a suite of tools built for food and recipe bloggers. The plugin makes it super easy to start earning more from the existing Amazon affiliate links published on your posts. Connect the plugin to your existing grocers list account, and we’ll quickly find all amazon links published on your site.
     15[Grocers List](https://grocerslist.com) is a suite of tools built for food and recipe bloggers. The plugin makes it super easy to start earning more revenue form your website traffic through our two plugin based services:
    1616
     17## Paid Memberships
     18
     19Offer website visitors access to an ad-free cooking experience by joining your membership program. Offer paid members exclusive access to specific recipe posts, or exclusive recipe cards. Easily set your membership price, customize your membership display settings, and we will handle the paid membership checkout, member logins, and member exclusive content gating. Open up a predictable, recurring revenue stream on top of your existing content site, rather than pushing your audience into substack.
     20
     21## Amazon Deep links
     22
     23Earn more from the existing Amazon affiliate links published on your posts. Connect the plugin to your existing grocers list account, and we’ll quickly find all amazon links published on your site.
    1724We’ll then automatically convert them into deep links for Amazon. When clicked, it will bring the visitor into their Amazon app on their phone, where they have the highest likelihood of converting. Driving clicks into the Amazon app, rather than into Amazon in the browser, converts 3-5X more.
    1825
     
    2330An overview of our features:
    2431
    25 - **Quickly scan all your WordPress posts** to **find** previously **published Amazon links**.
    26 - **_Automatically convert_** all published Amazon links into deep links **that open in the Amazon app.**
    27 - **_Automatically convert_** Amazon links **into deep links** when publishing a new blog post.
    28 - Track deep link clicks and performance inside your Grocers List Account.
     32- Set a price for your paid membership, which will get your audience access to an ad-free experience on Raptive or Mediavine.
     33- Option to set specific recipes, or specific recipe cards as member benefits.
     34- Automatically sync paying members to Kit (formerly ConvertKit) and Flodesk.
     35- Quickly scan all your WordPress posts to find previously published Amazon links.
     36- Automatically convert all published Amazon links into deep links that open in the Amazon app.
    2937
    3038== Changelog ==
     
    4452#### - 9/30/2025 1.2.0 - Grocers list memberships public release.
    4553
    46 #### - 10/14/2025 1.3.0 - Wordpress Deep Links Billing fix, various fixes for memberships product, and caching optimizations
     54#### – 10/14/2025 1.3.0 – WordPress Deep Links Billing fix, various fixes for memberships product, and caching optimizations
     55
     56#### - 10/14/2025 - 1.4.0 - Listing page update
    4757
    4858### Resources:
  • grocerslist/trunk/grocerslist.php

    r3378355 r3378366  
    77Requires PHP: 7.0
    88Tested up to: 6.8
    9 Version: 1.3.0
    10 Stable tag: 1.3.0
     9Version: 1.4.0
     10Stable tag: 1.4.0
    1111Author: Grocers List Engineering
    1212License: GPLv3
     
    1818if (!defined('ABSPATH')) exit;
    1919
    20 define('GROCERS_LIST_VERSION', '1.3.0');
     20define('GROCERS_LIST_VERSION', '1.4.0');
    2121define('GROCERS_LIST_PLUGIN_FILE', __FILE__);
    2222define('GROCERS_LIST_PLUGIN_DIR', __DIR__);
  • grocerslist/trunk/vendor/composer/installed.php

    r3378355 r3378366  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => '1.3.0.x-dev',
    5         'version' => '1.3.0.9999999-dev',
    6         'reference' => 'b1d5ad50138843d53c1a24b2802dfbaa2191b902',
     4        'pretty_version' => '1.4.0.x-dev',
     5        'version' => '1.4.0.9999999-dev',
     6        'reference' => '74efb2fdc8383582dea47c9a2291fa3b567b34db',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.3.0.x-dev',
    15             'version' => '1.3.0.9999999-dev',
    16             'reference' => 'b1d5ad50138843d53c1a24b2802dfbaa2191b902',
     14            'pretty_version' => '1.4.0.x-dev',
     15            'version' => '1.4.0.9999999-dev',
     16            'reference' => '74efb2fdc8383582dea47c9a2291fa3b567b34db',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.