Plugin Directory

Changeset 3131973


Ignore:
Timestamp:
08/07/2024 06:39:27 AM (8 months ago)
Author:
emailable
Message:

Update to version 1.0.3 from GitHub

Location:
emailable
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • emailable/tags/1.0.3/emailable.php

    r3131853 r3131973  
    55 * Plugin URI: https://wordpress.org/plugins/emailable
    66 * 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.1
    8  * Author: Emailable, LLC
     7 * Version: 1.0.3
     8 * Author: Emailable
    99 * Author URI: https://emailable.com/
    1010 * License: GPL2 or later
     
    2424}
    2525if( !defined( 'EMLVLD_VERSION' ) ) {
    26   define( 'EMLVLD_VERSION', '1.0.1' );      // Plugin Version
     26  define( 'EMLVLD_VERSION', '1.0.3' );      // Plugin Version
    2727}
    2828if( !defined( 'EMLVLD_URL' ) ) {
  • emailable/tags/1.0.3/languages/emlvld.pot

    r2970732 r3131973  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Emailable 1.0.1\n"
     5"Project-Id-Version: Emailable 1.0.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/emailable\n"
    77"POT-Creation-Date: 2021-11-19 07:55+0000\n"
     
    8383
    8484#. Author of the plugin
    85 msgid "Emailable, LLC"
     85msgid "Emailable"
    8686msgstr ""
    8787
  • emailable/tags/1.0.3/readme.txt

    r3131853 r3131973  
    1 === Email Verification ===
     1=== Emailable - Premium Email Verification & Validation ===
    22Contributors: Emailable
    3 Tags: email verification, email validation, email verifier, validation, email, anti-spam
     3Tags: email verification, email validation, email verifier, email checker, form validation
    44Requires at least: 5.0
    55Tested up to: 6.6.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5050- Best in class performance: 30k emails verified per minute
    5151- 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/)
    5353- 99.99% Uptime
    5454- 24/7 Support
     
    7878== Changelog ==
    7979
     80= 1.0.3 =
     81* Minor update
     82
    8083= 1.0.2 =
    8184* Update for 6.6.1
  • emailable/trunk/emailable.php

    r3131853 r3131973  
    55 * Plugin URI: https://wordpress.org/plugins/emailable
    66 * 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.1
    8  * Author: Emailable, LLC
     7 * Version: 1.0.3
     8 * Author: Emailable
    99 * Author URI: https://emailable.com/
    1010 * License: GPL2 or later
     
    2424}
    2525if( !defined( 'EMLVLD_VERSION' ) ) {
    26   define( 'EMLVLD_VERSION', '1.0.1' );      // Plugin Version
     26  define( 'EMLVLD_VERSION', '1.0.3' );      // Plugin Version
    2727}
    2828if( !defined( 'EMLVLD_URL' ) ) {
  • emailable/trunk/languages/emlvld.pot

    r2970732 r3131973  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Emailable 1.0.1\n"
     5"Project-Id-Version: Emailable 1.0.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/emailable\n"
    77"POT-Creation-Date: 2021-11-19 07:55+0000\n"
     
    8383
    8484#. Author of the plugin
    85 msgid "Emailable, LLC"
     85msgid "Emailable"
    8686msgstr ""
    8787
  • emailable/trunk/readme.txt

    r3131853 r3131973  
    1 === Email Verification ===
     1=== Emailable - Premium Email Verification & Validation ===
    22Contributors: Emailable
    3 Tags: email verification, email validation, email verifier, validation, email, anti-spam
     3Tags: email verification, email validation, email verifier, email checker, form validation
    44Requires at least: 5.0
    55Tested up to: 6.6.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5050- Best in class performance: 30k emails verified per minute
    5151- 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/)
    5353- 99.99% Uptime
    5454- 24/7 Support
     
    7878== Changelog ==
    7979
     80= 1.0.3 =
     81* Minor update
     82
    8083= 1.0.2 =
    8184* Update for 6.6.1
Note: See TracChangeset for help on using the changeset viewer.