forked from wp3sixty/woo-custom-emails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
99 lines (72 loc) · 2.53 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
=== Woo Custom Emails ===
Contributors: wp3sixty, mehulkaklotar, utkarshpatel, dipesh.kakadiya, faishal
Tags: woo custom emails, woocommerce custom emails, woocommerce, email, order, ecommerce, custom email template
Requires at least: 4.9
Tested up to: 4.9.5
Stable tag: 2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Woo Custom Emails is a plugin that helps you create custom emails for your WooCommerce Order.
== Description ==
Create your custom WooCommerce order emails with WooCommerce default email settings functionality.
= Translation =
If you want to translate the plugin strings in to your language then you can go here -> https://translate.wordpress.org/projects/wp-plugins/woo-custom-emails
= Contributing to Woo Custom Emails =
If you have a patch, or stumbled upon an issue with Woo Custom Emails core, you can contribute this back to the code. Submit your pull request or issue on [Github WooCustomEmails](https://github.com/mehulkaklotar/woo-custom-emails)
== Installation ==
= From your WordPress dashboard =
1. Visit 'Plugins > Add New'
2. Search for 'Woo Custom Emails'
3. Activate Woo Custom Emails from your Plugins page.
4. Go to WordPress Settings menu -> Woo Custom Emails.
= From WordPress.org =
1. Download Woo Custom Emails.
2. Upload the 'woo-custom-emails' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate Woo Custom Emails from your Plugins page.
4. Go to WordPress Settings menu -> Woo Custom Emails.
== Screenshots ==
1. Add/Edit custom emails
2. View custom emails list
3. WooCommerce email settings
4. WooCommerce Order action with custom email
== Changelog ==
= 2.2 =
* Translation changes
* Fixed errors
= 2.1 =
* WC 3.2.6 update changes
* Fixed errors
= 2.0.7 =
* WC 3.0 update changes
* Menu change
* Fixed errors
= 2.0.6 =
* BCC emails sending hotfix
= 2.0.5 =
* Find and replace placeholder filters added
= 2.0.4 =
* Custom order status support
* PHPDoc change
= 2.0.3 =
* Recipients added to bcc headers if send to customer only
= 2.0.2 =
* Hotfix
= 2.0.1 =
* Send to customer only settings
* WP List table WordPress < 4.3 compatibility support
= 2.0 =
* WP List table added for email listing
* Recipients support
* WooCommerce order statuses select and fire emails when they change
= 1.2.1 =
* Hotfix
= 1.2 =
* Email subject field
* Description with textarea field
= 1.1 =
* Unique id generation for email classes
* Assets added
= 1.0 =
* Initial release
* Custom WooCommerce order emails
* WP Editor for email template