=== WPCasa Mail Alert ===
Plugin Name: WPCasa Mail Alert
Plugin URI: https://thivinfo.com/
Contributors: sebastienserre
Donate link: http://paypal.me/sebastienserre
Tags: wpcasa, e-mail, subscription, notifier, alert
Requires at least: 4.6
Requires PHP: 7.0
Tested up to: 5.2
Stable tag: 3.2.3
License: GPL V2 or later
== Description ==
WPCasa Mail Alert will display a widget to add a form on your Website using WPCasa from WPSight. Once registered, you'll receive a mail when the RealEstate Agency will add or update a property corresponding to your search!
Features
- Allow Search city
- Allow search by minimum Price
- Allow search by maximum Price
- Allow search by all of standards features form WPCasa
- Allow export of subscribers list in CSV format
- Add a Shortcode to display the form where ever you want
== Installation ==
* 1- unzip
* 2- upload to wp-content/plugin
* 3- Go to your dashboard to activate it
* 4- have fun!
== Frequently Asked Questions ==
= How to have a subscription field in my website? =
* Please use the Widget called "Mail Alert" in a sidebar.
= Is my subscriber can easily unsubscribe to the mail? =
* Yes! They have to click on the link present on all mail received or make a link somewhere to the unsubscribe page created at the plugin activation.
= Is WPCasa Mail Alert available for old WPCasa Framework ? =
Yes it is!
== Upgrade Notice ==
use automatic upgrade
== Screenshots ==
1. Widget
2. Subscriber List
3. General options
4. E-mail Options
== Changelog ==
* 3.3.0 -- 10 Nov 2020
* Remove Freemius SDK
* All Pro features becomes Free
* Tested on WP 5.5.3
* 3.2.1 -- 23 Aout 2019
* FIX remove some Notices
* Add settings on Currency Unit
* Update Freemius SDK
* tested on WP 5.2.2
* 3.2.0 -- 11 mars 2019
* FEATURES: add tags to customize email content
* 3.1.1 -- 01 march 2019
* Correct several notices
* Load correctly dbDelta()
* 3.1.0 -- 19 fev 2019
* Add Gutenberg Block
* Add Listing type search criteria (Pro)
* Fix Broken Widget
* Test on WP 5.1 -- OK --
* 3.0.2 -- 04 Fev 2019
Improve research
Research and mail sending are cron scheduled each hour
* 3.0.1 -- to be defined --oups
Add option to activate the old Framework post type (Property).
WPCasa Mail Alert is now fully compatible with both WPCasa version (old 'Framework theme' and new plugin)
reformat code
* 3.0.0 -- 14 august 2018
Move from Easy Digital Download and integrate Freemius
* 2.0.5 -- 18 june 2018
Add a filter to feat old WPCasa Framework CPT.
Add in your (child) themes functions.php:
function wpcasama_change_cpt($cpt){
return 'property';
}
add_filter('wpcasama/cpt', 'wpcasama_change_cpt');
* 2.0.4 -- 15 june 2018
minor bugfix in URL construction
* 2.0.3 14 june 2018 --
bugfix in min/max price criterias
* 2.0.2 3rd june 2018 --
Add an example of text with data collected by WPCasa Mail Alert to be Compliant with RGPD
* 2.0.1 1st May 2018 --
remove PHP Notices
* 2.0.0 April 2018 -- Great Improvement
Alerts are now Custom Post Type.
Criterias are Custom Metabox.
Add a Front subscribers account (by shortcode)
Subscribers are now WP User (need allow user registration).
* 1.2.6 Add style to subscribers list
* 1.2.5 Fix a function name to avoid conflicts
* 1.2.4 Prepare way for Pro version features
* 1.2.3 Add Filter Hooks
* 1.2.2 Improve translations - Remove unused old files
* 1.2.0 Settings are merged in WPCasa Setting page for better User Experience
* 1.1.5 use currency unit from WPCasa Settings
* 1.1.3 add light CSS to Widget
* 1.1.1 add style and correct some small bug
* 1.1.0 adaptation for premium plugin
* 1.0.0 Initial version