Skip to content

Commit

Permalink
Merge pull request #119 from sendsmaily/release/3.0.6
Browse files Browse the repository at this point in the history
Release 3.0.6
  • Loading branch information
marispulk authored Oct 15, 2021
2 parents bbefcca + 81eb2b3 commit 1f53a4f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 3.0.6

- Update user manual links - [[#118](https://github.com/sendsmaily/sendsmaily-wordpress-plugin/pull/118)]

### 3.0.5

- Test compatibility with WordPress 5.8 - [[#115](https://github.com/sendsmaily/sendsmaily-wordpress-plugin/pull/115)]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Automatically generate a simple sign-up form and add new subscribers to Smaily s

## Documentation & Support

Online documentation with help is available at the [Knowledgebase](http://help.smaily.com/en/support/home).
Online documentation with help is available at the [Knowledgebase](https://smaily.com/help/user-manuals/).

## Contribution

Expand Down
2 changes: 1 addition & 1 deletion admin/partials/smaily-for-wp-admin-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td>
<input type="password" class="regular-text" name="password" style="max-width:50%;"/>
<small class="form-text text-muted" style="display:block;">
<a href="http://help.smaily.com/en/support/solutions/articles/16000062943-create-api-user">
<a href="https://smaily.com/help/api/general/create-api-user/">
<?php echo esc_html__( 'How to create API credentials?', 'smaily-for-wp' ); ?>
</a>
</small>
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: sendsmaily, kaarel, tomabel, marispulk
License: GPLv2 or later
Requires PHP: 5.6
Requires at least: 4.0
Stable tag: 3.0.5
Stable tag: 3.0.6
Tags: widget, plugin, sidebar, api, mail, email, marketing, smaily
Tested up to: 5.8.0

Expand All @@ -30,7 +30,7 @@ Automatically generate a simple sign-up form and add new subscribers to Smaily s

= Documentation & Support =

Online documentation with help is available at the [Knowledgebase](http://help.smaily.com/en/support/home).
Online documentation with help is available at the [Knowledgebase](https://smaily.com/help/user-manuals/).

= Contribute =

Expand Down Expand Up @@ -76,6 +76,9 @@ When no autoresponder selected regular opt-in workflow will run. You can add del

== Changelog ==

= 3.0.6 =
- Update user manual links.

= 3.0.5 =
- Test compatibility with WordPress 5.8.

Expand Down
4 changes: 2 additions & 2 deletions smaily-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin URI: https://github.com/sendsmaily/sendsmaily-wordpress-plugin/
* Text Domain: smaily-for-wp
* Description: Smaily newsletter subscription form.
* Version: 3.0.5
* Version: 3.0.6
* Author: Sendsmaily LLC
* Author URI: https://smaily.com
* License: GPL-2.0+
Expand All @@ -24,7 +24,7 @@
/**
* Current plugin version.
*/
define( 'SMLY4WP_PLUGIN_VERSION', '3.0.5' );
define( 'SMLY4WP_PLUGIN_VERSION', '3.0.6' );

/**
* Absolute URL to the Smaily for WP plugin directory.
Expand Down

0 comments on commit 1f53a4f

Please sign in to comment.