Skip to content

Commit

Permalink
Fix release workflow, bump 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amiut committed Apr 5, 2023
1 parent e4763c5 commit 961a81f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: email-verification-on-signups
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ contributors.html

# Build
build/
product-specifications.zip
email-verification-on-signups.zip
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 1.1.4 2023-04-05 =
* Fix release workflow.
* Tested with latest WP version.

= 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)

Expand Down
4 changes: 2 additions & 2 deletions email-verify.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Email Verification on Signups
* Description: Send a verification email to newly registered users.
* Version: 1.1.3
* Version: 1.1.4
* Author: Am!n
* Author URI: http://www.dornaweb.com
* License: MIT
Expand All @@ -22,7 +22,7 @@ class DWEmailVerify{
/**
* Version
*/
const PLUGIN_VERSION = '1.1.3';
const PLUGIN_VERSION = '1.1.4';

/**
* Value of all user meta rows w/ `verify-lock` key AFTER email has been verified
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Once you activate it, new users that register on your site must verify their ema

== Changelog ==

= 1.1.4 2023-04-05 =
* Fix release workflow.
* Tested with latest WP version.

= 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)

Expand Down

0 comments on commit 961a81f

Please sign in to comment.