Plugin Directory

Changeset 3325983


Ignore:
Timestamp:
07/11/2025 01:14:45 AM (9 months ago)
Author:
grocerslist
Message:

Rename plugin, bump version

Location:
grocerslist
Files:
220 added
4 edited

Legend:

Unmodified
Added
Removed
  • grocerslist/trunk/README.md

    r3322363 r3325983  
    1 === Grocers List Deep Links for Amazon ===
     1=== Grocers List ===
    22Contributors: grocerslist
    33Requires at least: 4.4
    44Author: Grocers List, Engineering
    55Tested up to: 6.8
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.0
    88License: GPLv3
     
    3030== Changelog ==
    3131
    32 #### - 7/4/2024 - v1.0.0 now stable
     32#### - 7/10/2025 - v1.0.0 - plugin rename
     33
     34#### - 7/4/2025 - v1.0.0 now stable
    3335
    3436### Resources:
  • grocerslist/trunk/grocerslist.php

    r3325980 r3325983  
    11<?php
    22/*
    3 Plugin Name: Grocers List Deep Links for Amazon
     3Plugin Name: Grocers List
    44Plugin URI: https://grocerslist.com
    55Description: Automatically rewrites Amazon affiliate links with deep links using Grocers List's App Links Product Catalog.
     
    77Requires PHP: 7.0
    88Tested up to: 6.8
    9 Version: 1.0.0
    10 Stable tag: 1.0.0
     9Version: 1.0.1
     10Stable tag: 1.0.1
    1111Author: Grocers List Engineering
    1212License: GPLv3
     
    1818if (!defined('ABSPATH')) exit;
    1919
    20 define('GROCERS_LIST_VERSION', '1.0.0');
     20define('GROCERS_LIST_VERSION', '1.0.1');
    2121define('GROCERS_LIST_PLUGIN_FILE', __FILE__);
    2222define('GROCERS_LIST_PLUGIN_DIR', __DIR__);
     
    3535    if (version_compare(PHP_VERSION, '7.0', '<')) {
    3636        wp_die(
    37             __('Grocers List Deep Links for Amazon requires PHP 7.0 or higher. Your server is running PHP ' . PHP_VERSION, 'grocers-list'),
     37            __('Grocers List requires PHP 7.0 or higher. Your server is running PHP ' . PHP_VERSION, 'grocers-list'),
    3838            __('Plugin Activation Error', 'grocers-list'),
    3939            array('response' => 200, 'back_link' => TRUE)
Note: See TracChangeset for help on using the changeset viewer.