Plugin Directory

Changeset 3326949


Ignore:
Timestamp:
07/13/2025 09:15:33 AM (9 months ago)
Author:
sproutient
Message:

1.0.2

Location:
zypento-mailchimp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zypento-mailchimp/trunk/README.txt

    r3326947 r3326949  
    33Tags: automation, integration, workflow, dataflow
    44Tested up to: 6.7
    5 Stable tag: 1.0.1
     5Stable tag: 1.0.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • zypento-mailchimp/trunk/includes/class-plugin.php

    r3248566 r3326949  
    4040    public static function activate() {
    4141
    42         if ( version_compare( PHP_VERSION, '8.1', '<' ) ) {
    43             die( esc_html__( 'This plugin requires PHP version 8.1 or greater.  Sorry about that.', 'zypento-mailchimp' ) );
     42        if ( version_compare( PHP_VERSION, '7.4', '<' ) ) {
     43            die( esc_html__( 'This plugin requires PHP version 7.4 or greater.  Sorry about that.', 'zypento-mailchimp' ) );
    4444        }
    4545
  • zypento-mailchimp/trunk/zypento-mailchimp.php

    r3326947 r3326949  
    1111 * Plugin URI:        http://zypento.com
    1212 * Description:       Integration for MailChimp.
    13  * Version:           1.0.1
     13 * Version:           1.0.2
    1414 * Requires at least: 6.0
    1515 * Requires PHP:      7.4
Note: See TracChangeset for help on using the changeset viewer.