diff --git a/resources/wizard-data/comment_moderation.json b/resources/wizard-data/comment_moderation.json index 6588f35e5..9ab5cf41b 100644 --- a/resources/wizard-data/comment_moderation.json +++ b/resources/wizard-data/comment_moderation.json @@ -4,7 +4,7 @@ "trigger": "comment/comment/added", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - Please moderate: \"{post_title}\"", "body": "A new comment on the post \"{post_title}\" is waiting for your approval\r\n{post_permalink}\r\n\r\nAuthor: {comment_author_user_display_name} (IP address: {comment_author_IP})\r\nEmail: {comment_author_user_email}\r\nURL: {comment_author_url}\r\nComment: {comment_content}\r\n\r\nApprove it: {comment_approve_action_url}\r\nTrash it: {comment_trash_action_url}\r\nDelet it: {comment_delete_action_url}\r\nSpam it: {comment_spam_action_url}", diff --git a/resources/wizard-data/comment_published.json b/resources/wizard-data/comment_published.json index 44344e01f..2c07602d0 100644 --- a/resources/wizard-data/comment_published.json +++ b/resources/wizard-data/comment_published.json @@ -4,7 +4,7 @@ "trigger": "comment/comment/approved", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - Comment: \"{post_title}\"", "body": "New comment on your post \"{post_title}\"\r\n\r\nAuthor: {comment_author_user_display_name} (IP address: {comment_author_IP})\r\n\r\nEmail: {comment_author_user_email}\r\n\r\nURL: {comment_author_url}\r\n\r\nComment: {comment_content}\r\n\r\nYou can see all comments on this post here:\r\n{post_permalink}#comments\r\n\r\nPermalink: {post_permalink}", diff --git a/resources/wizard-data/comment_reply.json b/resources/wizard-data/comment_reply.json index 9c70ce18a..fc16d2a41 100644 --- a/resources/wizard-data/comment_reply.json +++ b/resources/wizard-data/comment_reply.json @@ -1,23 +1,23 @@ { - "hash": "notification_5d3af50b188af", - "title": "Comment reply - comment author", - "trigger": "comment/comment/replied", - "carriers": { - "email": { - "activated": true, - "enabled": true, - "subject": "{site_title} - a new reply to your comment on \"{post_title}\"", - "body": "A new reply to your comment on the post \"{post_title}\" has been just added.\r\n{post_permalink}\r\n\r\nAuthor: {comment_author_user_display_name}\r\nURL: {comment_author_url}\r\nComment: {comment_content}", - "recipients": [ - { - "type": "email", - "recipient": "{parent_comment_author_user_email}" - } - ], - "headers": null - } - }, - "enabled": true, - "extras": [], - "version": 1564144907 + "hash": "notification_5d3af50b188af", + "title": "Comment reply - comment author", + "trigger": "comment/comment/replied", + "carriers": { + "email": { + "activated": true, + "enabled": true, + "subject": "{site_title} - a new reply to your comment on \"{post_title}\"", + "body": "A new reply to your comment on the post \"{post_title}\" has been just added.\r\n{post_permalink}\r\n\r\nAuthor: {comment_author_user_display_name}\r\nURL: {comment_author_url}\r\nComment: {comment_content}", + "recipients": [ + { + "type": "email", + "recipient": "{parent_comment_author_user_email}" + } + ], + "headers": null + } + }, + "enabled": true, + "extras": [], + "version": 1564144907 } diff --git a/resources/wizard-data/new_user.json b/resources/wizard-data/new_user.json index e6185b937..406a6e5b6 100644 --- a/resources/wizard-data/new_user.json +++ b/resources/wizard-data/new_user.json @@ -4,7 +4,7 @@ "trigger": "user/registered", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - New User Registration", "body": "New user registration on your site {site_name}:\r\n\r\nUsername: {user_login}\r\n\r\nEmail: {user_email}", diff --git a/resources/wizard-data/password_forgotten.json b/resources/wizard-data/password_forgotten.json index a76529e4d..a59662c2d 100644 --- a/resources/wizard-data/password_forgotten.json +++ b/resources/wizard-data/password_forgotten.json @@ -4,7 +4,7 @@ "trigger": "user/password_reset_request", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - Password Reset", "body": "Someone has requested a password reset for the following account:\r\n\r\nSite Name: {site_title}\r\n\r\nUsername: {user_nicename}\r\n\r\nIf this was a mistake, just ignore this email and nothing will happen.\r\n\r\nTo reset your password, visit the following address:\r\n\r\n{user_password_reset_link}", diff --git a/resources/wizard-data/password_reset.json b/resources/wizard-data/password_reset.json index 50d763fa4..b616cd296 100644 --- a/resources/wizard-data/password_reset.json +++ b/resources/wizard-data/password_reset.json @@ -4,7 +4,7 @@ "trigger": "user/password_changed", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - Password Reset", "body": "Password changed for user: {user_login}", diff --git a/resources/wizard-data/post_published_admin.json b/resources/wizard-data/post_published_admin.json index 3e6fbeda9..675315f16 100644 --- a/resources/wizard-data/post_published_admin.json +++ b/resources/wizard-data/post_published_admin.json @@ -4,7 +4,7 @@ "trigger": "post/post/published", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - Post \"{post_title}\" has been published", "body": "The post \"{post_title}\" has been just published.\r\n\r\nView: {post_permalink}\r\nEdit: {home_url}/wp-admin/post.php?post={post_ID}&action=edit", diff --git a/resources/wizard-data/post_published_subscribers.json b/resources/wizard-data/post_published_subscribers.json index 16e4841d8..b3c8e2261 100644 --- a/resources/wizard-data/post_published_subscribers.json +++ b/resources/wizard-data/post_published_subscribers.json @@ -4,7 +4,7 @@ "trigger": "post/post/published", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - New post: \"{post_title}\"", "body": "Howdy,\r\n\r\nwe just published a new post: \"{post_title}\".\r\n\r\nSee the post: {post_permalink}", diff --git a/resources/wizard-data/post_review.json b/resources/wizard-data/post_review.json index 8fc94d529..94968e767 100644 --- a/resources/wizard-data/post_review.json +++ b/resources/wizard-data/post_review.json @@ -4,7 +4,7 @@ "trigger": "post/post/pending", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - A new post \"{post_title}\" is pending review", "body": "The post \"{post_title}\" has been just sent for a review.\r\n\r\nView: {post_permalink}\r\nEdit: {home_url}/wp-admin/post.php?post={post_ID}&action=edit", diff --git a/resources/wizard-data/post_updated.json b/resources/wizard-data/post_updated.json index 699112b0b..09ee4a900 100644 --- a/resources/wizard-data/post_updated.json +++ b/resources/wizard-data/post_updated.json @@ -4,7 +4,7 @@ "trigger": "post/post/updated", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - The post \"{post_title}\" has been updated", "body": "The post \"{post_title}\" has been just updated.\r\n\r\nView: {post_permalink}\r\nEdit: {home_url}/wp-admin/post.php?post={post_ID}&action=edit", diff --git a/resources/wizard-data/welcome_email.json b/resources/wizard-data/welcome_email.json index 93f0696de..3660d1ca5 100644 --- a/resources/wizard-data/welcome_email.json +++ b/resources/wizard-data/welcome_email.json @@ -4,7 +4,7 @@ "trigger": "user/registered", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "Your account at {site_title}", "body": "Howdy,\r\n\r\nthanks for registering your account on our website!\r\n\r\nYour username is: {user_login}\r\n\r\nPlease, setup your password: {user_password_setup_link}", diff --git a/resources/wizard-data/your_account.json b/resources/wizard-data/your_account.json index c17a6094f..51200d4dd 100644 --- a/resources/wizard-data/your_account.json +++ b/resources/wizard-data/your_account.json @@ -4,7 +4,7 @@ "trigger": "user/registered", "carriers": { "email": { - "activated": true, + "activated": true, "enabled": true, "subject": "{site_title} - Login Details", "body": "Username: %s\r\n\r\nTo set your password, visit the following address:\r\n\r\n{user_password_setup_link}",