PluginProbe ʕ •ᴥ•ʔ
MC4WP: Mailchimp for WordPress / 4.12.2
MC4WP: Mailchimp for WordPress v4.12.2
4.13.0 4.12.6 4.12.4 4.12.5 4.12.3 4.12.2 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.10 2.3.11 2.3.12 2.3.13 2.3.14 2.3.15 2.3.16 2.3.17 2.3.18 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 3.0.10 3.0.11 3.0.12 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.13 4.1.14 4.1.15 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.10.0 4.10.1 4.10.2 4.10.3 4.10.4 4.10.5 4.10.6 4.10.7 4.10.8 4.10.9 4.11.0 4.11.1 4.12.0 4.12.1 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.3 4.3.1 4.3.2 4.3.3 4.4 4.5.0 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.6.0 4.6.1 4.6.2 4.7 4.7.1 4.7.2 4.7.3 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 4.8 4.8.1 4.8.10 4.8.11 4.8.12 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.8.8 4.8.9 4.9.0 4.9.1 4.9.10 4.9.11 4.9.12 4.9.13 4.9.14 4.9.15 4.9.16 4.9.17 4.9.18 4.9.19 4.9.2 4.9.20 4.9.21 4.9.3 4.9.4 4.9.5 4.9.6 4.9.7 4.9.8 4.9.9 trunk 1.1.5 1.2.1 1.2.3 1.2.4 1.2.5 1.3 1.3.1 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8
mailchimp-for-wp / README.md
mailchimp-for-wp Last commit date
assets 1 month ago config 1 month ago includes 1 month ago integrations 1 month ago languages 2 years ago AGENTS.md 2 months ago CHANGELOG.md 1 month ago LICENSE 1 year ago README.md 1 year ago SECURITY.md 1 year ago autoload.php 1 month ago mailchimp-for-wp.php 1 month ago readme.txt 1 month ago uninstall.php 1 year ago wpml-config.xml 1 year ago
README.md
66 lines
1 MC4WP: Mailchimp for WordPress
2 ======================
3 [](https://www.gnu.org/licenses/gpl-3.0![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0](https://www.gnu.org/licenses/gpl-3.0)
4 ![Active installs](https://img.shields.io/wordpress/plugin/installs/mailchimp-for-wp.svg)
5 ![Downloads](https://img.shields.io/wordpress/plugin/dt/mailchimp-for-wp.svg)
6 [](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/![Rating](https://img.shields.io/wordpress/plugin/r/mailchimp-for-wp.svg)](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)
7
8 Here, you can browse the source code of the [](https://wordpress.org/plugins/mailchimp-for-wp/MC4WP: Mailchimp for WordPress Plugin](https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/), find and discuss open issues or contribute code to the plugin.
9
10 Requirements
11 --------------
12
13 - PHP version 7.4 or higher
14 - WordPress version 4.6 or higher
15
16
17 Installation
18 ------------
19
20 If you just want to install this plugin on your WordPress site, please download and install the latest version from WordPress.org: [](https://wordpress.org/plugins/mailchimp-for-wp/Mailchimp for WordPress plugin on WordPress.org](https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/).
21
22 To install the development version, take the following steps:
23
24 1. Clone the GitHub repository:
25 ```
26 git clone https://github.com/ibericode/mailchimp-for-wordpress.git mailchimp-for-wp
27 ```
28
29 1. Install Composer dependencies:
30 ```sh
31 composer install
32 ```
33
34 1. Install NPM dependencies:
35 ```
36 npm install
37 ```
38
39 1. Generate plugin asset files:
40 ```
41 npm run build
42 ```
43
44 1. Activate the plugin in your WordPress admin panel.
45
46 Bugs
47 ----
48 If you think you've found a bug, [](https://github.com/ibericode/mailchimp-for-wordpress/issues?state=openplease open an issue here](https://github.com/ibericode/mailchimp-for-wordpress/issues?state=open](https://github.com/ibericode/mailchimp-for-wordpress/issues?state=open)!
49
50 Translations
51 -------------
52 You can help [](https://translate.wordpress.org/projects/wp-plugins/mailchimp-for-wp/stable/help translate Mailchimp for WordPress](https://translate.wordpress.org/projects/wp-plugins/mailchimp-for-wp/stable/](https://translate.wordpress.org/projects/wp-plugins/mailchimp-for-wp/stable/) on WordPress.org.
53
54 Support
55 -------
56 This is a developer's portal for the Mailchimp for WordPress plugin and should not be used for support.
57 Please visit the [](https://wordpress.org/support/plugin/mailchimp-for-wpMailchimp for WordPress support forum on WordPress.org](https://wordpress.org/support/plugin/mailchimp-for-wp](https://wordpress.org/support/plugin/mailchimp-for-wp).
58
59 If you need priority support, [](https://www.mc4wp.com/upgrade to Mailchimp for WordPress Premium](https://www.mc4wp.com/](https://www.mc4wp.com/).
60
61 Developers
62 ----------
63
64 Looking for code snippets? Have a look at the [](https://github.com/ibericode/mailchimp-for-wordpress/tree/main/sample-code-snippetssample code snippets directory](https://github.com/ibericode/mailchimp-for-wordpress/tree/main/sample-code-snippets](https://github.com/ibericode/mailchimp-for-wordpress/tree/main/sample-code-snippets) for a collection of modification examples.
65
66