Changeset 3441868
- Timestamp:
- 01/18/2026 11:42:24 AM (5 weeks ago)
- Location:
- cf7-creamailer-extension
- Files:
-
- 2 edited
- 4 copied
-
tags/1.0.0 (copied) (copied from cf7-creamailer-extension/trunk)
-
tags/1.0.0/cf7cm-standalone.php (copied) (copied from cf7-creamailer-extension/trunk/cf7cm-standalone.php) (2 diffs)
-
tags/1.0.0/readme.txt (copied) (copied from cf7-creamailer-extension/trunk/readme.txt) (2 diffs)
-
tags/1.0.0/vendor/bewitchingsource/creamailer_api/src/Classes/API.php (copied) (copied from cf7-creamailer-extension/trunk/vendor/bewitchingsource/creamailer_api/src/Classes/API.php)
-
trunk/cf7cm-standalone.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7-creamailer-extension/tags/1.0.0/cf7cm-standalone.php
r3441867 r3441868 7 7 * Text Domain: cf7cm 8 8 * Domain Path: /languages 9 * Version: 0.1.7 9 * Version: 1.0.0 10 * Requires Plugins: contact-form-7 11 * Requires at least: 6.3 10 12 */ 11 13 /* … … 30 32 31 33 define('CF7CMSTANDALONE_CF7EB_URL', \plugin_dir_url(__FILE__)); 32 define('CF7CMSTANDALONE_CF7EB_VERSION', ' 0.1.2');34 define('CF7CMSTANDALONE_CF7EB_VERSION', '1.0.0'); 33 35 define('CF7CMSTANDALONE_CF7EB_DEV', getenv('DEV')); 34 define('CF7CMSTANDALONE_CF7CM_VERSION', ' 0.1.7');35 define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', ' 0.1.1');36 define('CF7CMSTANDALONE_CF7CM_VERSION', '1.0.0'); 37 define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', '1.0.0'); 36 38 define('CF7CMSTANDALONE_CF7CM_URL', \plugin_dir_url(__FILE__)); 37 39 define('CF7CM_FILE', __FILE__); -
cf7-creamailer-extension/tags/1.0.0/readme.txt
r3441867 r3441868 2 2 Contributors: sakaril, creamailer 3 3 Tags: contact form 7, extension, creamailer, newsletter 4 Requires at least: 5.04 Requires at least: 6.3 5 5 Tested up to: 6.9 6 Stable tag: 0.1.76 Stable tag: 1.0.0 7 7 Requires PHP: 7.0.0 8 8 License: GPLv3 or later … … 34 34 35 35 == Changelog == 36 37 = 1.0.0 = 38 Require contact for 7 plugin 36 39 37 40 = 0.1.7 = -
cf7-creamailer-extension/trunk/cf7cm-standalone.php
r3441867 r3441868 7 7 * Text Domain: cf7cm 8 8 * Domain Path: /languages 9 * Version: 0.1.7 9 * Version: 1.0.0 10 * Requires Plugins: contact-form-7 11 * Requires at least: 6.3 10 12 */ 11 13 /* … … 30 32 31 33 define('CF7CMSTANDALONE_CF7EB_URL', \plugin_dir_url(__FILE__)); 32 define('CF7CMSTANDALONE_CF7EB_VERSION', ' 0.1.2');34 define('CF7CMSTANDALONE_CF7EB_VERSION', '1.0.0'); 33 35 define('CF7CMSTANDALONE_CF7EB_DEV', getenv('DEV')); 34 define('CF7CMSTANDALONE_CF7CM_VERSION', ' 0.1.7');35 define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', ' 0.1.1');36 define('CF7CMSTANDALONE_CF7CM_VERSION', '1.0.0'); 37 define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', '1.0.0'); 36 38 define('CF7CMSTANDALONE_CF7CM_URL', \plugin_dir_url(__FILE__)); 37 39 define('CF7CM_FILE', __FILE__); -
cf7-creamailer-extension/trunk/readme.txt
r3441867 r3441868 2 2 Contributors: sakaril, creamailer 3 3 Tags: contact form 7, extension, creamailer, newsletter 4 Requires at least: 5.04 Requires at least: 6.3 5 5 Tested up to: 6.9 6 Stable tag: 0.1.76 Stable tag: 1.0.0 7 7 Requires PHP: 7.0.0 8 8 License: GPLv3 or later … … 34 34 35 35 == Changelog == 36 37 = 1.0.0 = 38 Require contact for 7 plugin 36 39 37 40 = 0.1.7 =
Note: See TracChangeset
for help on using the changeset viewer.