This commit is contained in:
erwanlr
2019-03-30 13:48:25 +00:00
parent 51d61a7e88
commit 8b05179401
30 changed files with 1602 additions and 0 deletions

View File

@@ -0,0 +1,173 @@
Plugin Name : Email posts to subscribers
Plugin URI : http://www.gopiplus.com/work/2014/03/28/wordpress-plugin-email-posts-to-subscribers/
Author : Gopi Ramasamy
Author URI : http://www.gopiplus.com
License : GPLv2 or later
License URI : http://www.gnu.org/licenses/gpl-2.0.html
********************************Version 1.0************************************************************
First version.
The aim of this plugin is One Time Configuration and Life Time Newsletter to subscribers. This plugin
generate a newsletter with the latest available posts in the blog and send to your subscriber. We can
easily schedule the newsletter daily, weekly or monthly. 10 default templates available with this plugin,
also admin can create the templates using visual editor.
********************************Version 1.1************************************************************
1. Security fix, removed all wp-config.php file direct include.
a) job/optin.php, b) job/subscribe.php, c) job/unsubscribe.php, d) job/viewstatus.php
e) cronjob/cronjob.php, f) export/ export-email-address.php
2. Minor text changes in all PHP files.
3. Added options to translate into other languages.
********************************Version 1.2************************************************************
Minor change in the register.php class
********************************Version 1.3************************************************************
Tested up to 3.9
New link updated for documentation.
********************************Version 1.4************************************************************
1. Small javascript issue fixed in the admin end.
2. Subscriber admin page, Check ALL & Uncheck All bug fixed.
3. Short code overlapping issue fixed.
********************************Version 1.5************************************************************
1. Full post keyword (###POSTFULL###) added in the Template Compose page. Now using this keyword we can
add full post in the newsletter.
2. In the Mail Configuration post count 1 has been added (Previously we don't have option to select
single post in the newsletter). With this option we can create Mail Configuration for 1 post.
3. Formatted some mail content.
********************************Version 1.6************************************************************
1. Tested up to WordPress 4.0
2. In view subscribers admin page, new option added to filter the email address based on status.
3. Paging option added on view subscribers admin page. In default it will show only first 200 emails, you have drop down box to navigate another page (i.e. 201 to 400 emails etc..).
4. Warning message fix on email address import page (i.e Strict standards: Only variables should be passed by reference) - Fixed
5. Widget translation issue has been fixed
6. PHP warning message from Subscribers Export page has been removed.
7. Added check for Already Confirmed emails. This is to prevent user clicking optin email link multiple time.
********************************Version 1.7************************************************************
1. Tested up to 4.1
********************************Version 1.8************************************************************
1. Tested up to 4.2.2
********************************Version 1.9************************************************************
1. Tested up to WordPress 4.3
2. Security check added for cross-site scripting vulnerabilities and a potential SQL injection.
********************************Version 2.0************************************************************
1. Tested up to WordPress 4.4
2. Text Domain slug has been added for Language Packs.
********************************Version 3.0************************************************************
* Major plugin update.
* Mail Configuration module has been improved with additional schedule parameters.
* Separate menu has been create in the plugin to maintain CRON information.
* More information has been introduced in Sent Mail page.
* Fixed cross-site scripting vulnerabilities and a potential SQL injection.
********************************Version 3.1************************************************************
1. Tested up to 4.5
2. Sanitization added for all input value.
3. Issue fixed on the subscriber import page.
********************************Version 3.2************************************************************
1. Tested up to 4.6
2. GROUP option added in subscriber page.
3. GROUP option added in subscriber widget, short code, Mail Configuration and Send Mail page.
4. Bug fixed on mail configuration page for DAY selection.
5. Improved plugin menus.
********************************Version 3.3************************************************************
1. Added Bulk Subscriber Group update option.
2. From this version i have introduced new feature called Roles. The user role can be selected using this Roles Menu. For example, If you want to give Send Email feature to Editor. Go to plugin Roles menu using administrator login and select Editor role to Send Email Menu, So that your Editor level user can access plugin Send Email menu to publish emails.
********************************Version 3.4************************************************************
1. Post notification option is added in this plugin. This will send automatic notification email to your subscribers as soon as a post is published on your blog.
********************************Version 3.5************************************************************
1. Version 3.4 bug fixed.
2. Added GROUP filter option in subscribers page.
3. Option added to update subscriber group in notification edit page.
********************************Version 3.6************************************************************
1. Option added to compose/send static newsletter to subscribers.
2. Sync Email option has been added in the subscribers admin page. with this option all newly registered email address will be synced automatically into the plugin subscribers group.
********************************Version 3.7************************************************************
1. Tested up to 4.7
2. Post count option in mail Configuration page updated.
********************************Version 3.8************************************************************
1. Daily, Weekly and Monthly option added in mail configuration page. With this option you can easily configure daily & weekly newsletter.
2. Escaped quotation marks issue is fixed in the mail content.
3. WP 4.7 design bug fixed.
********************************Version 3.9************************************************************
1. New option is introduced to schedule emails via Wordpress CRON job. check admin Cron Details page for more info.
2. WP 4.7 code bug fixed.
********************************Version 4.0************************************************************
1. Post count option in mail Configuration page is updated with more options.
********************************Version 4.1************************************************************
1. Tested up to 4.8
********************************Version 4.2************************************************************
1. Tested up to 4.9
********************************Version 4.3************************************************************
1. All bug in 4.3 is fixed in this version
2. All admin client script alert message added into PHP file. now user can change the language easily.
3. Multiple email issue has been fixed.
4. Entire plugin data will be cleared during plugin deletion from WP.
5. New coded has been for Widget and Short code form.
********************************Version 4.4************************************************************
1. do_shortcode option added in the newsletter. this will search newsletter content for shortcodes and filter shortcodes through their hooks.
********************************Version 4.5************************************************************
1. Google reCAPTCHA option added in the plugin. reCAPTCHA helps prevent bots from adding fake or malicious email addresses to your list.
********************************Version 4.6************************************************************
1. Tested up to 5.0
********************************Version 4.7************************************************************
1. "Updating Failed" error message when adding plugin shortcode in Shortcode Block is fixed
********************************Version 4.8************************************************************
1. Tested up to 5.1