Skip to content

Commit

Permalink
Merge pull request #134 from sendsmaily/release/3.1.1
Browse files Browse the repository at this point in the history
Release 3.1.1
  • Loading branch information
kaittodesk authored Mar 27, 2023
2 parents b04212f + 98f5341 commit 79692cc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 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.1.1

- WordPress 6.2 compatibility

### 3.1.0

- Adds basic support for Gutenberg blocks [[#129](https://github.com/sendsmaily/sendsmaily-wordpress-plugin/pull/129)]
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 @@ -66,7 +66,7 @@
<div id="content-advanced" class="tab-content hidden">
<?php else : ?>
<div id="content-advanced" class="tab-content">
<?php endif; ?>">
<?php endif; ?>
<div class="wrap">
<label><?php echo esc_html__( 'Newsletter subscription form', 'smaily-for-wp' ); ?> <a href="#" onclick="javascript:Default.resetForm();return false;" title="<?php echo esc_html__( 'Restore original subscription form', 'smaily-for-wp' ); ?>">(<?php echo esc_html__( 'Regenerate', 'smaily-for-wp' ); ?>)</a></label>
<em><?php echo esc_html__( 'HTML of subscription form', 'smaily-for-wp' ); ?></em>
Expand Down
Binary file modified lang/smaily-for-wp-et.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions lang/smaily-for-wp-et.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Smaily for WP\n"
"POT-Creation-Date: 2023-03-02 15:00+0200\n"
"PO-Revision-Date: 2023-03-02 15:00+0200\n"
"POT-Creation-Date: 2023-03-27 10:00+0300\n"
"PO-Revision-Date: 2023-03-27 10:00+0300\n"
"Last-Translator: Smaily <info@smaily.com>\n"
"Language-Team: Smaily <info@smaily.com>\n"
"Language: et\n"
Expand Down
2 changes: 1 addition & 1 deletion lang/smaily-for-wp.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Smaily for WP\n"
"POT-Creation-Date: 2023-03-02 15:00+0200\n"
"POT-Creation-Date: 2023-03-27 10:00+0300\n"
"PO-Revision-Date: 2021-01-05 20:12+0200\n"
"Last-Translator: Smaily <info@smaily.com>\n"
"Language-Team: Smaily <info@smaily.com>\n"
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: sendsmaily, kaarel, tomabel, marispulk
License: GPLv2 or later
Requires PHP: 5.6
Requires at least: 4.0
Stable tag: 3.1.0
Stable tag: 3.1.1
Tags: widget, plugin, sidebar, api, mail, email, marketing, smaily
Tested up to: 6.1.1
Tested up to: 6.2

Smaily newsletter subscription plugin for WordPress

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

== Changelog ==

= 3.1.1 =
- WordPress 6.2 compatibility

= 3.1.0 =
- Basic Gutenberg blocks support

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.1.0
* Version: 3.1.1
* 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.1.0' );
define( 'SMLY4WP_PLUGIN_VERSION', '3.1.1' );

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

0 comments on commit 79692cc

Please sign in to comment.