Changeset 3093282
- Timestamp:
- 05/27/2024 01:46:47 PM (22 months ago)
- Location:
- mailster-kickbox-io
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.0 (copied) (copied from mailster-kickbox-io/trunk)
-
tags/1.2.0/README.md (modified) (2 diffs)
-
tags/1.2.0/mailster-kickbox-io.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/mailster-kickbox-io.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailster-kickbox-io/tags/1.2.0/README.md
r2966559 r3093282 1 1 # Mailster Kickbox 2 2 3 Contributors: everpress, xaverb3 Contributors: everpress, mailster, xaverb 4 4 Tags: mailster, newsletter, email, verification, kickbox 5 Requires at least: 3.86 Tested up to: 6. 37 Stable tag: 1.2 5 Requires at least: 6.0 6 Tested up to: 6.5 7 Stable tag: 1.2.0 8 8 License: GPLv2 or later 9 9 … … 23 23 ## Changelog 24 24 25 ### 1.2 25 ### 1.2.0 26 26 27 27 - Code refactor -
mailster-kickbox-io/tags/1.2.0/mailster-kickbox-io.php
r2966253 r3093282 2 2 /* 3 3 Plugin Name: Mailster Kickbox 4 Requires Plugins: mailster 4 5 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Kickbox 5 6 Description: Verifies your subscribers email addresses with Kickbox 6 Version: 1.2 7 Version: 1.2.0 7 8 Author: EverPress 8 9 Author URI: https://mailster.co … … 12 13 13 14 14 define( 'MAILSTER_KICKBOX_VERSION', '1.2 ' );15 define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', ' 2.2' );15 define( 'MAILSTER_KICKBOX_VERSION', '1.2.0' ); 16 define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', '4.0' ); 16 17 define( 'MAILSTER_KICKBOX_FILE', __FILE__ ); 17 18 18 require_once dirname( __FILE__ ). '/classes/kickbox.class.php';19 require_once __DIR__ . '/classes/kickbox.class.php'; 19 20 new MailsterKickBox(); 20 -
mailster-kickbox-io/trunk/README.md
r2966559 r3093282 1 1 # Mailster Kickbox 2 2 3 Contributors: everpress, xaverb3 Contributors: everpress, mailster, xaverb 4 4 Tags: mailster, newsletter, email, verification, kickbox 5 Requires at least: 3.86 Tested up to: 6. 37 Stable tag: 1.2 5 Requires at least: 6.0 6 Tested up to: 6.5 7 Stable tag: 1.2.0 8 8 License: GPLv2 or later 9 9 … … 23 23 ## Changelog 24 24 25 ### 1.2 25 ### 1.2.0 26 26 27 27 - Code refactor -
mailster-kickbox-io/trunk/mailster-kickbox-io.php
r2966253 r3093282 2 2 /* 3 3 Plugin Name: Mailster Kickbox 4 Requires Plugins: mailster 4 5 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Kickbox 5 6 Description: Verifies your subscribers email addresses with Kickbox 6 Version: 1.2 7 Version: 1.2.0 7 8 Author: EverPress 8 9 Author URI: https://mailster.co … … 12 13 13 14 14 define( 'MAILSTER_KICKBOX_VERSION', '1.2 ' );15 define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', ' 2.2' );15 define( 'MAILSTER_KICKBOX_VERSION', '1.2.0' ); 16 define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', '4.0' ); 16 17 define( 'MAILSTER_KICKBOX_FILE', __FILE__ ); 17 18 18 require_once dirname( __FILE__ ). '/classes/kickbox.class.php';19 require_once __DIR__ . '/classes/kickbox.class.php'; 19 20 new MailsterKickBox(); 20
Note: See TracChangeset
for help on using the changeset viewer.