Changeset 3131973
- Timestamp:
- 08/07/2024 06:39:27 AM (8 months ago)
- Location:
- emailable
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
emailable/tags/1.0.3/emailable.php
r3131853 r3131973 5 5 * Plugin URI: https://wordpress.org/plugins/emailable 6 6 * Description: This WP plugin aims to validate emails on all WP forms to make sure they actually exist before submission. It will use Emailable's API and must work on all the major WordPress forms. 7 * Version: 1.0. 18 * Author: Emailable , LLC7 * Version: 1.0.3 8 * Author: Emailable 9 9 * Author URI: https://emailable.com/ 10 10 * License: GPL2 or later … … 24 24 } 25 25 if( !defined( 'EMLVLD_VERSION' ) ) { 26 define( 'EMLVLD_VERSION', '1.0. 1' ); // Plugin Version26 define( 'EMLVLD_VERSION', '1.0.3' ); // Plugin Version 27 27 } 28 28 if( !defined( 'EMLVLD_URL' ) ) { -
emailable/tags/1.0.3/languages/emlvld.pot
r2970732 r3131973 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Emailable 1.0. 1\n"5 "Project-Id-Version: Emailable 1.0.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/emailable\n" 7 7 "POT-Creation-Date: 2021-11-19 07:55+0000\n" … … 83 83 84 84 #. Author of the plugin 85 msgid "Emailable , LLC"85 msgid "Emailable" 86 86 msgstr "" 87 87 -
emailable/tags/1.0.3/readme.txt
r3131853 r3131973 1 === Email Verification ===1 === Emailable - Premium Email Verification & Validation === 2 2 Contributors: Emailable 3 Tags: email verification, email validation, email verifier, validation, email, anti-spam3 Tags: email verification, email validation, email verifier, email checker, form validation 4 4 Requires at least: 5.0 5 5 Tested up to: 6.6.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 50 50 - Best in class performance: 30k emails verified per minute 51 51 - Most Advanced Email Detection: Free, No Reply, Role, Accept-All, Disposable, and Mailbox Full 52 - [99%+ deliverability guarantee](https://emailable.com/guarantee/)52 - [99%+ Deliverability Guarantee](https://emailable.com/guarantee/) 53 53 - 99.99% Uptime 54 54 - 24/7 Support … … 78 78 == Changelog == 79 79 80 = 1.0.3 = 81 * Minor update 82 80 83 = 1.0.2 = 81 84 * Update for 6.6.1 -
emailable/trunk/emailable.php
r3131853 r3131973 5 5 * Plugin URI: https://wordpress.org/plugins/emailable 6 6 * Description: This WP plugin aims to validate emails on all WP forms to make sure they actually exist before submission. It will use Emailable's API and must work on all the major WordPress forms. 7 * Version: 1.0. 18 * Author: Emailable , LLC7 * Version: 1.0.3 8 * Author: Emailable 9 9 * Author URI: https://emailable.com/ 10 10 * License: GPL2 or later … … 24 24 } 25 25 if( !defined( 'EMLVLD_VERSION' ) ) { 26 define( 'EMLVLD_VERSION', '1.0. 1' ); // Plugin Version26 define( 'EMLVLD_VERSION', '1.0.3' ); // Plugin Version 27 27 } 28 28 if( !defined( 'EMLVLD_URL' ) ) { -
emailable/trunk/languages/emlvld.pot
r2970732 r3131973 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Emailable 1.0. 1\n"5 "Project-Id-Version: Emailable 1.0.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/emailable\n" 7 7 "POT-Creation-Date: 2021-11-19 07:55+0000\n" … … 83 83 84 84 #. Author of the plugin 85 msgid "Emailable , LLC"85 msgid "Emailable" 86 86 msgstr "" 87 87 -
emailable/trunk/readme.txt
r3131853 r3131973 1 === Email Verification ===1 === Emailable - Premium Email Verification & Validation === 2 2 Contributors: Emailable 3 Tags: email verification, email validation, email verifier, validation, email, anti-spam3 Tags: email verification, email validation, email verifier, email checker, form validation 4 4 Requires at least: 5.0 5 5 Tested up to: 6.6.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 50 50 - Best in class performance: 30k emails verified per minute 51 51 - Most Advanced Email Detection: Free, No Reply, Role, Accept-All, Disposable, and Mailbox Full 52 - [99%+ deliverability guarantee](https://emailable.com/guarantee/)52 - [99%+ Deliverability Guarantee](https://emailable.com/guarantee/) 53 53 - 99.99% Uptime 54 54 - 24/7 Support … … 78 78 == Changelog == 79 79 80 = 1.0.3 = 81 * Minor update 82 80 83 = 1.0.2 = 81 84 * Update for 6.6.1
Note: See TracChangeset
for help on using the changeset viewer.