Changeset 3466904
- Timestamp:
- 02/22/2026 02:18:29 PM (6 weeks ago)
- Location:
- cf7-styler-for-divi
- Files:
-
- 4 added
- 6 edited
- 1 copied
-
tags/3.0.3 (copied) (copied from cf7-styler-for-divi/trunk)
-
tags/3.0.3/cf7-styler.php (modified) (2 diffs)
-
tags/3.0.3/composer.json (added)
-
tags/3.0.3/languages/cf7-styler-for-divi.pot (modified) (1 diff)
-
tags/3.0.3/readme.txt (modified) (2 diffs)
-
tags/3.0.3/vendor/freemius/wordpress-sdk/composer.json (added)
-
trunk/cf7-styler.php (modified) (2 diffs)
-
trunk/composer.json (added)
-
trunk/languages/cf7-styler-for-divi.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/freemius/wordpress-sdk/composer.json (added)
Legend:
- Unmodified
- Added
- Removed
-
cf7-styler-for-divi/tags/3.0.3/cf7-styler.php
r3466903 r3466904 4 4 Plugin URI: https://cf7mate.com 5 5 Description: CF7 Mate is a plugin for Contact Form 7 that allows you to style your forms. 6 Version: 3.0. 26 Version: 3.0.3 7 7 Author: Fahim Reza 8 8 Author URI: https://plugpress.io … … 61 61 } 62 62 63 define('CF7M_VERSION', '3.0. 2');63 define('CF7M_VERSION', '3.0.3'); 64 64 define('CF7M_BASENAME', plugin_basename(__FILE__)); 65 65 define('CF7M_BASENAME_DIR', plugin_basename(__DIR__)); -
cf7-styler-for-divi/tags/3.0.3/languages/cf7-styler-for-divi.pot
r3466903 r3466904 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "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" 11 11 "X-Poedit-Basepath: ..\n" 12 12 "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 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 3.0. 28 Stable tag: 3.0.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 127 = 3.0.3 = 128 * Fixed: Add composer.json to distribution package for better dependency management and future updates 129 127 130 = 3.0.2 = 128 131 * Fixed: Minor bug fixes and performance improvements -
cf7-styler-for-divi/trunk/cf7-styler.php
r3466903 r3466904 4 4 Plugin URI: https://cf7mate.com 5 5 Description: CF7 Mate is a plugin for Contact Form 7 that allows you to style your forms. 6 Version: 3.0. 26 Version: 3.0.3 7 7 Author: Fahim Reza 8 8 Author URI: https://plugpress.io … … 61 61 } 62 62 63 define('CF7M_VERSION', '3.0. 2');63 define('CF7M_VERSION', '3.0.3'); 64 64 define('CF7M_BASENAME', plugin_basename(__FILE__)); 65 65 define('CF7M_BASENAME_DIR', plugin_basename(__DIR__)); -
cf7-styler-for-divi/trunk/languages/cf7-styler-for-divi.pot
r3466903 r3466904 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "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" 11 11 "X-Poedit-Basepath: ..\n" 12 12 "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 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 3.0. 28 Stable tag: 3.0.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 127 = 3.0.3 = 128 * Fixed: Add composer.json to distribution package for better dependency management and future updates 129 127 130 = 3.0.2 = 128 131 * Fixed: Minor bug fixes and performance improvements
Note: See TracChangeset
for help on using the changeset viewer.