Plugin Directory

Changeset 3441868


Ignore:
Timestamp:
01/18/2026 11:42:24 AM (5 weeks ago)
Author:
sakaril
Message:

version 1.0.0 set required plugin

Location:
cf7-creamailer-extension
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • cf7-creamailer-extension/tags/1.0.0/cf7cm-standalone.php

    r3441867 r3441868  
    77 * Text Domain: cf7cm
    88 * 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
    1012 */
    1113/*
     
    3032
    3133define('CF7CMSTANDALONE_CF7EB_URL', \plugin_dir_url(__FILE__));
    32 define('CF7CMSTANDALONE_CF7EB_VERSION', '0.1.2');
     34define('CF7CMSTANDALONE_CF7EB_VERSION', '1.0.0');
    3335define('CF7CMSTANDALONE_CF7EB_DEV', getenv('DEV'));
    34 define('CF7CMSTANDALONE_CF7CM_VERSION', '0.1.7');
    35 define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', '0.1.1');
     36define('CF7CMSTANDALONE_CF7CM_VERSION', '1.0.0');
     37define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', '1.0.0');
    3638define('CF7CMSTANDALONE_CF7CM_URL', \plugin_dir_url(__FILE__));
    3739define('CF7CM_FILE', __FILE__);
  • cf7-creamailer-extension/tags/1.0.0/readme.txt

    r3441867 r3441868  
    22Contributors: sakaril, creamailer
    33Tags: contact form 7, extension, creamailer, newsletter
    4 Requires at least: 5.0
     4Requires at least: 6.3
    55Tested up to: 6.9
    6 Stable tag: 0.1.7
     6Stable tag: 1.0.0
    77Requires PHP: 7.0.0
    88License: GPLv3 or later
     
    3434
    3535== Changelog ==
     36
     37= 1.0.0 =
     38Require contact for 7 plugin
    3639
    3740= 0.1.7 =
  • cf7-creamailer-extension/trunk/cf7cm-standalone.php

    r3441867 r3441868  
    77 * Text Domain: cf7cm
    88 * 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
    1012 */
    1113/*
     
    3032
    3133define('CF7CMSTANDALONE_CF7EB_URL', \plugin_dir_url(__FILE__));
    32 define('CF7CMSTANDALONE_CF7EB_VERSION', '0.1.2');
     34define('CF7CMSTANDALONE_CF7EB_VERSION', '1.0.0');
    3335define('CF7CMSTANDALONE_CF7EB_DEV', getenv('DEV'));
    34 define('CF7CMSTANDALONE_CF7CM_VERSION', '0.1.7');
    35 define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', '0.1.1');
     36define('CF7CMSTANDALONE_CF7CM_VERSION', '1.0.0');
     37define('CF7CMSTANDALONE_CF7CM_BASE_VERSION', '1.0.0');
    3638define('CF7CMSTANDALONE_CF7CM_URL', \plugin_dir_url(__FILE__));
    3739define('CF7CM_FILE', __FILE__);
  • cf7-creamailer-extension/trunk/readme.txt

    r3441867 r3441868  
    22Contributors: sakaril, creamailer
    33Tags: contact form 7, extension, creamailer, newsletter
    4 Requires at least: 5.0
     4Requires at least: 6.3
    55Tested up to: 6.9
    6 Stable tag: 0.1.7
     6Stable tag: 1.0.0
    77Requires PHP: 7.0.0
    88License: GPLv3 or later
     
    3434
    3535== Changelog ==
     36
     37= 1.0.0 =
     38Require contact for 7 plugin
    3639
    3740= 0.1.7 =
Note: See TracChangeset for help on using the changeset viewer.