Version Description
(2022-08-18): = - Plugin refactoring. Using new languages constructions. Extended readme. Update version
Download this release
Release Info
Developer | omykhailenko |
Plugin | Mailgun for WordPress |
Version | 1.8.0 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.0
- mailgun.php +3 -3
- readme.md +1 -4
- readme.txt +1 -4
mailgun.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Mailgun
|
5 |
* Plugin URI: http://wordpress.org/extend/plugins/mailgun/
|
6 |
* Description: Mailgun integration for WordPress
|
7 |
-
* Version: 1.8.
|
8 |
* Author: Mailgun
|
9 |
* Author URI: http://www.mailgun.com/
|
10 |
* License: GPLv2 or later
|
@@ -327,7 +327,7 @@ class Mailgun
|
|
327 |
* @throws JsonException
|
328 |
* @since 0.1
|
329 |
*/
|
330 |
-
public function list_form(string $list_address, array $args = [], array $instance = [])
|
331 |
{
|
332 |
$widget_class_id = "mailgun-list-widget-{$args['widget_id']}";
|
333 |
$form_class_id = "list-form-{$args['widget_id']}";
|
@@ -491,7 +491,7 @@ class Mailgun
|
|
491 |
*
|
492 |
* @since 0.1
|
493 |
*/
|
494 |
-
public function load_list_widget()
|
495 |
{
|
496 |
register_widget('list_widget');
|
497 |
add_shortcode('mailgun', [&$this, 'build_list_form']);
|
4 |
* Plugin Name: Mailgun
|
5 |
* Plugin URI: http://wordpress.org/extend/plugins/mailgun/
|
6 |
* Description: Mailgun integration for WordPress
|
7 |
+
* Version: 1.8.0
|
8 |
* Author: Mailgun
|
9 |
* Author URI: http://www.mailgun.com/
|
10 |
* License: GPLv2 or later
|
327 |
* @throws JsonException
|
328 |
* @since 0.1
|
329 |
*/
|
330 |
+
public function list_form(string $list_address, array $args = [], array $instance = []): void
|
331 |
{
|
332 |
$widget_class_id = "mailgun-list-widget-{$args['widget_id']}";
|
333 |
$form_class_id = "list-form-{$args['widget_id']}";
|
491 |
*
|
492 |
* @since 0.1
|
493 |
*/
|
494 |
+
public function load_list_widget(): void
|
495 |
{
|
496 |
register_widget('list_widget');
|
497 |
add_shortcode('mailgun', [&$this, 'build_list_form']);
|
readme.md
CHANGED
@@ -5,7 +5,7 @@ Contributors: mailgun, sivel, lookahead.io, m35dev
|
|
5 |
Tags: mailgun, smtp, http, api, mail, email
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 6.0.1
|
8 |
-
Stable tag: 1.8.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
|
@@ -131,9 +131,6 @@ MAILGUN_FROM_ADDRESS Type: string
|
|
131 |
|
132 |
|
133 |
== Changelog ==
|
134 |
-
= 1.8.1 (2022-08-19): =
|
135 |
-
- backward compatibility with php7.0
|
136 |
-
|
137 |
= 1.8.0 (2022-08-18): =
|
138 |
- Plugin refactoring. Using new languages constructions. Extended readme. Update version
|
139 |
|
5 |
Tags: mailgun, smtp, http, api, mail, email
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 6.0.1
|
8 |
+
Stable tag: 1.8.0
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
|
131 |
|
132 |
|
133 |
== Changelog ==
|
|
|
|
|
|
|
134 |
= 1.8.0 (2022-08-18): =
|
135 |
- Plugin refactoring. Using new languages constructions. Extended readme. Update version
|
136 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Contributors: mailgun, sivel, lookahead.io, m35dev
|
|
5 |
Tags: mailgun, smtp, http, api, mail, email
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 6.0.1
|
8 |
-
Stable tag: 1.8.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
|
@@ -128,9 +128,6 @@ MAILGUN_FROM_ADDRESS Type: string
|
|
128 |
|
129 |
|
130 |
== Changelog ==
|
131 |
-
= 1.8.1 (2022-08-19): =
|
132 |
-
- backward compatibility with php7.0
|
133 |
-
|
134 |
= 1.8.0 (2022-08-18): =
|
135 |
- Plugin refactoring. Using new languages constructions. Extended readme. Update version
|
136 |
|
5 |
Tags: mailgun, smtp, http, api, mail, email
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 6.0.1
|
8 |
+
Stable tag: 1.8.0
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
|
128 |
|
129 |
|
130 |
== Changelog ==
|
|
|
|
|
|
|
131 |
= 1.8.0 (2022-08-18): =
|
132 |
- Plugin refactoring. Using new languages constructions. Extended readme. Update version
|
133 |
|