Version Description
Download this release
Release Info
Developer | constantcontact |
Plugin | Creative Mail – Easier WordPress & WooCommerce Email Marketing |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- CHANGELOG.md +6 -1
- README.md +1 -1
- creative-mail-plugin.php +2 -2
- readme.txt +3 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
Changelog
|
2 |
=========
|
3 |
|
4 |
-
#### 1.0.
|
|
|
5 |
|
|
|
|
|
|
|
|
|
6 |
- Initial version of the plugin
|
1 |
Changelog
|
2 |
=========
|
3 |
|
4 |
+
#### 1.0.2 - July 16 2020
|
5 |
+
- Small fixes in the plugin readme.
|
6 |
|
7 |
+
#### 1.0.1 - July 16 2020
|
8 |
+
- Fixes an issue where the "Let's get started" button needed to be clicked twice in some cases.
|
9 |
+
|
10 |
+
#### 1.0.0 - July 16 2020
|
11 |
- Initial version of the plugin
|
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
- Tags: email, marketing, newsletter, subscribe, contact form 7, woocommerce, constant contact
|
3 |
- Requires at least: 4.6
|
4 |
- Tested up to: 5.4.1
|
5 |
-
- Stable tag: 1.0.
|
6 |
- License: GPLv2 or later
|
7 |
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
- Requires PHP: 7.1
|
2 |
- Tags: email, marketing, newsletter, subscribe, contact form 7, woocommerce, constant contact
|
3 |
- Requires at least: 4.6
|
4 |
- Tested up to: 5.4.1
|
5 |
+
- Stable tag: 1.0.2
|
6 |
- License: GPLv2 or later
|
7 |
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
- Requires PHP: 7.1
|
creative-mail-plugin.php
CHANGED
@@ -6,7 +6,7 @@ use CreativeMail\CreativeMail;
|
|
6 |
* Plugin URI: https://bitbucket.org/creativemail/creativemail-for-wordpress/src
|
7 |
* Description: Power your WooCommerce Store or WordPress Blog with simple & free email marketing from Constant Contact. With the official Creative Mail for WooCommerce plugin, your products, blog posts, images and store links are automatically included as rich shoppable email marketing content for your customers. Our included CRM also intelligently pulls in and identifies your WordPress site contacts and WooCommerce store customers. That makes it easy to build audiences and send targeted customer campaigns. Get free email marketing, 98% deliverability, and Constant Contact rock solid reliability all without ever needing to leave your WP Admin.
|
8 |
* Author: Constant Contact
|
9 |
-
* Version: 1.0.
|
10 |
* Author URI: https://www.constantcontact.com
|
11 |
*/
|
12 |
|
@@ -20,7 +20,7 @@ function _load_ce4wp_plugin() {
|
|
20 |
|
21 |
define('CE4WP_PLUGIN_DIR', __DIR__ . '/');
|
22 |
define('CE4WP_PLUGIN_URL', plugin_dir_url(__FILE__) . '/');
|
23 |
-
define('CE4WP_PLUGIN_VERSION', '1.0.
|
24 |
define('CE4WP_INSTANCE_UUID_KEY', 'ce4wp_instance_uuid');
|
25 |
define('CE4WP_INSTANCE_HANDSHAKE_TOKEN', 'ce4wp_handshake_token');
|
26 |
define('CE4WP_INSTANCE_HANDSHAKE_EXPIRATION', 'ce4wp_handshake_expiration');
|
6 |
* Plugin URI: https://bitbucket.org/creativemail/creativemail-for-wordpress/src
|
7 |
* Description: Power your WooCommerce Store or WordPress Blog with simple & free email marketing from Constant Contact. With the official Creative Mail for WooCommerce plugin, your products, blog posts, images and store links are automatically included as rich shoppable email marketing content for your customers. Our included CRM also intelligently pulls in and identifies your WordPress site contacts and WooCommerce store customers. That makes it easy to build audiences and send targeted customer campaigns. Get free email marketing, 98% deliverability, and Constant Contact rock solid reliability all without ever needing to leave your WP Admin.
|
8 |
* Author: Constant Contact
|
9 |
+
* Version: 1.0.2
|
10 |
* Author URI: https://www.constantcontact.com
|
11 |
*/
|
12 |
|
20 |
|
21 |
define('CE4WP_PLUGIN_DIR', __DIR__ . '/');
|
22 |
define('CE4WP_PLUGIN_URL', plugin_dir_url(__FILE__) . '/');
|
23 |
+
define('CE4WP_PLUGIN_VERSION', '1.0.2');
|
24 |
define('CE4WP_INSTANCE_UUID_KEY', 'ce4wp_instance_uuid');
|
25 |
define('CE4WP_INSTANCE_HANDSHAKE_TOKEN', 'ce4wp_handshake_token');
|
26 |
define('CE4WP_INSTANCE_HANDSHAKE_EXPIRATION', 'ce4wp_handshake_expiration');
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Tags: email, marketing, newsletter, subscribe, contact form 7, woocommerce, constant contact
|
3 |
Requires at least: 4.6
|
4 |
Tested up to: 5.4.1
|
5 |
-
Stable tag: 1.0.
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Requires PHP: 7.1
|
@@ -16,7 +16,7 @@ It’s perfect for newsletters and announcements, to promote events, share produ
|
|
16 |
|
17 |
Create awesome emails right from your WordPress Admin Dashboard that are all powered by the award-winning & rock-solid reliability of Constant Contact.
|
18 |
|
19 |
-
|
20 |
### [WOOCOMMERCE & WORDPRESS INTEGRATION](https://www.creativemail.com):
|
21 |
Turn your WooCommerce store and your WordPress site into efficient marketing engines. All e-commerce purchases and form entries are all captured in our included CRM and synced automatically with Creative Mail.
|
22 |
|
@@ -83,5 +83,6 @@ Creative Mail by Constant Contact [Privacy Policy](https://endurance.clarip.com/
|
|
83 |
5. Open your email marketing from your WP-admin dashboard
|
84 |
|
85 |
== Changelog ==
|
|
|
86 |
* 1.0.1 Text changes and fixed a bug that made you click twice on the "Let's get started button" in some cases;
|
87 |
* 1.0.0 Initial Commit.
|
2 |
Tags: email, marketing, newsletter, subscribe, contact form 7, woocommerce, constant contact
|
3 |
Requires at least: 4.6
|
4 |
Tested up to: 5.4.1
|
5 |
+
Stable tag: 1.0.2
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Requires PHP: 7.1
|
16 |
|
17 |
Create awesome emails right from your WordPress Admin Dashboard that are all powered by the award-winning & rock-solid reliability of Constant Contact.
|
18 |
|
19 |
+
### [View Our Detailed Features](https://www.creativemail.com/plans):
|
20 |
### [WOOCOMMERCE & WORDPRESS INTEGRATION](https://www.creativemail.com):
|
21 |
Turn your WooCommerce store and your WordPress site into efficient marketing engines. All e-commerce purchases and form entries are all captured in our included CRM and synced automatically with Creative Mail.
|
22 |
|
83 |
5. Open your email marketing from your WP-admin dashboard
|
84 |
|
85 |
== Changelog ==
|
86 |
+
* 1.0.2 Small text change in readme file;
|
87 |
* 1.0.1 Text changes and fixed a bug that made you click twice on the "Let's get started button" in some cases;
|
88 |
* 1.0.0 Initial Commit.
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitd78fa96bacb25dea4bcb354addbb7f17::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitff5c0e120cc383beacb022ca6473ef5f
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitd78fa96bacb25dea4bcb354addbb7f17
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInitd78fa96bacb25dea4bcb354addbb7f17', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitd78fa96bacb25dea4bcb354addbb7f17', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitd78fa96bacb25dea4bcb354addbb7f17::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'F' =>
|
@@ -113,9 +113,9 @@ class ComposerStaticInitff5c0e120cc383beacb022ca6473ef5f
|
|
113 |
public static function getInitializer(ClassLoader $loader)
|
114 |
{
|
115 |
return \Closure::bind(function () use ($loader) {
|
116 |
-
$loader->prefixLengthsPsr4 =
|
117 |
-
$loader->prefixDirsPsr4 =
|
118 |
-
$loader->classMap =
|
119 |
|
120 |
}, null, ClassLoader::class);
|
121 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitd78fa96bacb25dea4bcb354addbb7f17
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'F' =>
|
113 |
public static function getInitializer(ClassLoader $loader)
|
114 |
{
|
115 |
return \Closure::bind(function () use ($loader) {
|
116 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitd78fa96bacb25dea4bcb354addbb7f17::$prefixLengthsPsr4;
|
117 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitd78fa96bacb25dea4bcb354addbb7f17::$prefixDirsPsr4;
|
118 |
+
$loader->classMap = ComposerStaticInitd78fa96bacb25dea4bcb354addbb7f17::$classMap;
|
119 |
|
120 |
}, null, ClassLoader::class);
|
121 |
}
|