Plugin Directory

Changeset 3466904


Ignore:
Timestamp:
02/22/2026 02:18:29 PM (6 weeks ago)
Author:
badhonrocks
Message:

Update to version 3.0.3 from GitHub

Location:
cf7-styler-for-divi
Files:
4 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cf7-styler-for-divi/tags/3.0.3/cf7-styler.php

    r3466903 r3466904  
    44Plugin URI: https://cf7mate.com
    55Description: CF7 Mate is a plugin for Contact Form 7 that allows you to style your forms.
    6 Version: 3.0.2
     6Version: 3.0.3
    77Author: Fahim Reza
    88Author URI:  https://plugpress.io
     
    6161}
    6262
    63 define('CF7M_VERSION', '3.0.2');
     63define('CF7M_VERSION', '3.0.3');
    6464define('CF7M_BASENAME', plugin_basename(__FILE__));
    6565define('CF7M_BASENAME_DIR', plugin_basename(__DIR__));
  • cf7-styler-for-divi/tags/3.0.3/languages/cf7-styler-for-divi.pot

    r3466903 r3466904  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "Language-Team: PlugPress <support@cf7mate.com>\n"
    10 "POT-Creation-Date: 2026-02-22 14:02+0000\n"
     9"Language-Team: PlugPress <support@plugpress.io>\n"
     10"POT-Creation-Date: 2026-02-22 14:10+0000\n"
    1111"X-Poedit-Basepath: ..\n"
    1212"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • cf7-styler-for-divi/tags/3.0.3/readme.txt

    r3466903 r3466904  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 3.0.2
     8Stable tag: 3.0.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 3.0.3 =
     128* Fixed: Add composer.json to distribution package for better dependency management and future updates
     129
    127130= 3.0.2 =
    128131* Fixed: Minor bug fixes and performance improvements
  • cf7-styler-for-divi/trunk/cf7-styler.php

    r3466903 r3466904  
    44Plugin URI: https://cf7mate.com
    55Description: CF7 Mate is a plugin for Contact Form 7 that allows you to style your forms.
    6 Version: 3.0.2
     6Version: 3.0.3
    77Author: Fahim Reza
    88Author URI:  https://plugpress.io
     
    6161}
    6262
    63 define('CF7M_VERSION', '3.0.2');
     63define('CF7M_VERSION', '3.0.3');
    6464define('CF7M_BASENAME', plugin_basename(__FILE__));
    6565define('CF7M_BASENAME_DIR', plugin_basename(__DIR__));
  • cf7-styler-for-divi/trunk/languages/cf7-styler-for-divi.pot

    r3466903 r3466904  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "Language-Team: PlugPress <support@cf7mate.com>\n"
    10 "POT-Creation-Date: 2026-02-22 14:02+0000\n"
     9"Language-Team: PlugPress <support@plugpress.io>\n"
     10"POT-Creation-Date: 2026-02-22 14:10+0000\n"
    1111"X-Poedit-Basepath: ..\n"
    1212"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • cf7-styler-for-divi/trunk/readme.txt

    r3466903 r3466904  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 3.0.2
     8Stable tag: 3.0.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 3.0.3 =
     128* Fixed: Add composer.json to distribution package for better dependency management and future updates
     129
    127130= 3.0.2 =
    128131* Fixed: Minor bug fixes and performance improvements
Note: See TracChangeset for help on using the changeset viewer.