Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
amiut committed Apr 5, 2023
1 parent 5b1eb8f commit e4763c5
Showing 7 changed files with 38 additions and 11 deletions.
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,3 +12,7 @@ There are also `dw_verify_email_template_path` and `dw_verify_email_template_arg
***
## 3rd-party scripts included
[WP_MAIL](https://github.com/anthonybudd/WP_Mail) ( for sending templated emails )

## Changelog

[See changelog for all versions](https://raw.githubusercontent.com/amiut/wp-email-verification/main/changelog.txt).
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
= 1.1.3 2023-04-05 =
* Santize/Escape all outputs in the plugin to prevent possible security issues. [#5](https://github.com/amiut/wp-email-verification/pull/20)

= 1.1.2 =
* Translations updated
* Bug fixed

= 1.1.1 =
* Some tiny bugs fixed
* Translations updated

= 1.1 =
* Added ability to ignore verification for admins in dashboard.
* Added ability to request for re-sending the verification link.
* Added Max re-send verification link requests
* Fixed some issues
* Persian language updated
* Multisite integration
4 changes: 2 additions & 2 deletions email-verify.php
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
/**
* Plugin Name: Email Verification on Signups
* Description: Send a verification email to newly registered users.
* Version: 1.1.2
* Version: 1.1.3
* Author: Am!n
* Author URI: http://www.dornaweb.com
* License: MIT
@@ -22,7 +22,7 @@ class DWEmailVerify{
/**
* Version
*/
const PLUGIN_VERSION = '1.1.2';
const PLUGIN_VERSION = '1.1.3';

/**
* Value of all user meta rows w/ `verify-lock` key AFTER email has been verified
23 changes: 14 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Email verification on signups ===
Contributors: dornaweb
Contributors: dornaweb, pelentak
Tags: email verification, confirm email address, verify email address
Requires at least: 4
Tested up to: 4.7
Tested up to: 6.2
Requires PHP: 5.6
License: MIT

@@ -41,6 +41,17 @@ Once you activate it, new users that register on your site must verify their ema

== Changelog ==

= 1.1.3 2023-04-05 =
* Santize/Escape all outputs in the plugin to prevent possible security issues. [#5](https://github.com/amiut/wp-email-verification/pull/20)

= 1.1.2 =
* Translations updated
* Bug fixed

= 1.1.1 =
* Some tiny bugs fixed
* Translations updated

= 1.1 =
* Added ability to ignore verification for admins in dashboard.
* Added ability to request for re-sending the verification link.
@@ -49,10 +60,4 @@ Once you activate it, new users that register on your site must verify their ema
* Persian language updated
* Multisite integration

= 1.1.1 =
* Some tiny bugs fixed
* Translations updated

= 1.1.2 =
* Translations updated
* Bug fixed
[See changelog for all versions](https://raw.githubusercontent.com/amiut/wp-email-verification/main/changelog.txt).

0 comments on commit e4763c5

Please sign in to comment.