Changeset 2726392
- Timestamp:
- 05/18/2022 10:36:10 PM (4 years ago)
- Location:
- guten-forms-mailchimp
- Files:
-
- 4 added
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from guten-forms-mailchimp/trunk)
-
tags/1.0.2/.vscode (added)
-
tags/1.0.2/.vscode/settings.json (added)
-
tags/1.0.2/plugin.php (modified) (1 diff)
-
tags/1.0.2/readme.md (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
trunk/.vscode (added)
-
trunk/.vscode/settings.json (added)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guten-forms-mailchimp/tags/1.0.2/plugin.php
r2616981 r2726392 4 4 * Plugin URI: https://www.gutenbergforms.com 5 5 * Description: This add-on connects Gutenberg Forms with Mailchimp. This allows you to send leads/subscribers to your Mailchimp list with the form submissions. 6 * Author: WPChill 7 * Author URI: https://wpchill.com/ 8 * Version: 1.0. 06 * Author: Tetra Soft 7 * Author URI: https://jak.dev 8 * Version: 1.0.2 9 9 * License: GPLv2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt -
guten-forms-mailchimp/tags/1.0.2/readme.md
r2340981 r2726392 1 1 # Mailchimp Add-on for Gutenberg Forms 2 2 3 [](https://wordpress.org/plugins/guten-forms-mailchimp/) [](https://wordpress.org/plugins/guten-forms-mailchimp/) []() [](https://github.com/munirkamal/guten-forms-mailchimp/blob/master/LICENSE) 3 4 4 5 Mailchimp add-on for [Gutenberg Forms](https://wordpress.org/plugins/forms-gutenberg/). Connect with Mailchimp and send leads/subscribers to your Mailchimp list with the form submissions. 5 6 7 [](https://wordpress.org/plugins/guten-forms-mailchimp/) 6 8 7 9 ## Description -
guten-forms-mailchimp/tags/1.0.2/readme.txt
r2616982 r2726392 1 1 === Guten Forms Add-on for Mailchimp === 2 Contributors: wpchill, silkalns, andylukak2 Contributors: jack-kitterhing 3 3 Tags: mailchimp, wordpress form, gutenberg form, contact form, gutenberg block, contact form plugin, forms, form builder, custom form, contact button, contact me, custom contact form, form manager, form, forms builder, forms creator, captcha, recaptcha, Akismet, email form, web form, feedback form, email submit form, message form, contact form block, wordpress form plugin 4 4 Requires at least: 5.0 5 Tested up to: 5. 86 Stable tag: 1.0. 05 Tested up to: 5.9 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 **Gutenberg Forms Repo:** 31 [https://github.com/ WPChill/gutenberg-forms](https://github.com/WPChill/gutenberg-forms)31 [https://github.com/munirkamal/gutenberg-forms](https://github.com/munirkamal/gutenberg-forms) 32 32 33 33 **Mailchimp Add-on Repo:** 34 [https://github.com/ WPChill/gutenberg-forms-mailchimp-addon](https://github.com/WPChill/gutenberg-forms-mailchimp-addon)34 [https://github.com/CakeWP/gutenberg-forms-mailchimp-addon](https://github.com/CakeWP/gutenberg-forms-mailchimp-addon) 35 35 36 36 … … 63 63 == Changelog == 64 64 65 = 1.0.2 = 66 67 * Fixed GitHub release action 68 69 = 1.0.1 = 70 71 * Added WP 5.9 Compatibility 72 65 73 = 1.0.0 (15 July 2020) = 66 74 * Initial release. -
guten-forms-mailchimp/trunk/plugin.php
r2616981 r2726392 4 4 * Plugin URI: https://www.gutenbergforms.com 5 5 * Description: This add-on connects Gutenberg Forms with Mailchimp. This allows you to send leads/subscribers to your Mailchimp list with the form submissions. 6 * Author: WPChill 7 * Author URI: https://wpchill.com/ 8 * Version: 1.0. 06 * Author: Tetra Soft 7 * Author URI: https://jak.dev 8 * Version: 1.0.2 9 9 * License: GPLv2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt -
guten-forms-mailchimp/trunk/readme.md
r2340981 r2726392 1 1 # Mailchimp Add-on for Gutenberg Forms 2 2 3 [](https://wordpress.org/plugins/guten-forms-mailchimp/) [](https://wordpress.org/plugins/guten-forms-mailchimp/) []() [](https://github.com/munirkamal/guten-forms-mailchimp/blob/master/LICENSE) 3 4 4 5 Mailchimp add-on for [Gutenberg Forms](https://wordpress.org/plugins/forms-gutenberg/). Connect with Mailchimp and send leads/subscribers to your Mailchimp list with the form submissions. 5 6 7 [](https://wordpress.org/plugins/guten-forms-mailchimp/) 6 8 7 9 ## Description -
guten-forms-mailchimp/trunk/readme.txt
r2616982 r2726392 1 1 === Guten Forms Add-on for Mailchimp === 2 Contributors: wpchill, silkalns, andylukak2 Contributors: jack-kitterhing 3 3 Tags: mailchimp, wordpress form, gutenberg form, contact form, gutenberg block, contact form plugin, forms, form builder, custom form, contact button, contact me, custom contact form, form manager, form, forms builder, forms creator, captcha, recaptcha, Akismet, email form, web form, feedback form, email submit form, message form, contact form block, wordpress form plugin 4 4 Requires at least: 5.0 5 Tested up to: 5. 86 Stable tag: 1.0. 05 Tested up to: 5.9 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 **Gutenberg Forms Repo:** 31 [https://github.com/ WPChill/gutenberg-forms](https://github.com/WPChill/gutenberg-forms)31 [https://github.com/munirkamal/gutenberg-forms](https://github.com/munirkamal/gutenberg-forms) 32 32 33 33 **Mailchimp Add-on Repo:** 34 [https://github.com/ WPChill/gutenberg-forms-mailchimp-addon](https://github.com/WPChill/gutenberg-forms-mailchimp-addon)34 [https://github.com/CakeWP/gutenberg-forms-mailchimp-addon](https://github.com/CakeWP/gutenberg-forms-mailchimp-addon) 35 35 36 36 … … 63 63 == Changelog == 64 64 65 = 1.0.2 = 66 67 * Fixed GitHub release action 68 69 = 1.0.1 = 70 71 * Added WP 5.9 Compatibility 72 65 73 = 1.0.0 (15 July 2020) = 66 74 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.