Changeset 3326949
- Timestamp:
- 07/13/2025 09:15:33 AM (9 months ago)
- Location:
- zypento-mailchimp/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/class-plugin.php (modified) (1 diff)
-
zypento-mailchimp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zypento-mailchimp/trunk/README.txt
r3326947 r3326949 3 3 Tags: automation, integration, workflow, dataflow 4 4 Tested up to: 6.7 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
zypento-mailchimp/trunk/includes/class-plugin.php
r3248566 r3326949 40 40 public static function activate() { 41 41 42 if ( version_compare( PHP_VERSION, ' 8.1', '<' ) ) {43 die( esc_html__( 'This plugin requires PHP version 8.1or 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' ) ); 44 44 } 45 45 -
zypento-mailchimp/trunk/zypento-mailchimp.php
r3326947 r3326949 11 11 * Plugin URI: http://zypento.com 12 12 * Description: Integration for MailChimp. 13 * Version: 1.0. 113 * Version: 1.0.2 14 14 * Requires at least: 6.0 15 15 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.