1.0.0, for real this time
This commit is contained in:
parent
67bee7167c
commit
3315dc017b
@ -5,7 +5,7 @@ Tags: pushover, notifications, email, wp_mail
|
|||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.6
|
Tested up to: 6.6
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
Stable tag: 1.0
|
Stable tag: 1.0.0
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -75,12 +75,12 @@ I would prefer not to.
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 1.0 =
|
= 1.0.0 =
|
||||||
* Initial release of the plugin.
|
* Initial release of the plugin.
|
||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
= 1.0 =
|
= 1.0.0 =
|
||||||
Initial release. No upgrade is needed.
|
Initial release. No upgrade is needed.
|
||||||
|
|
||||||
== License ==
|
== License ==
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Plugin Name: Total Pushover
|
* Plugin Name: Total Pushover
|
||||||
* Version: 1.0
|
* Version: 1.0.0
|
||||||
* Requires at least: 6.0
|
* Requires at least: 6.0
|
||||||
* Requires PHP: 7.4
|
* Requires PHP: 7.4
|
||||||
* Author: Jason Cosper
|
* Author: Jason Cosper
|
||||||
@ -51,7 +51,7 @@ function wp_pushover_intercept_mail($atts)
|
|||||||
'token' => sanitize_text_field($pushover_token),
|
'token' => sanitize_text_field($pushover_token),
|
||||||
'user' => sanitize_text_field($pushover_user),
|
'user' => sanitize_text_field($pushover_user),
|
||||||
'title' => sanitize_text_field($atts['subject']),
|
'title' => sanitize_text_field($atts['subject']),
|
||||||
'message' => wp_kses_post($atts['message']),
|
'message' => wp_kses_post($atts['message']),
|
||||||
];
|
];
|
||||||
|
|
||||||
// Send the message to Pushover using the WordPress HTTP API
|
// Send the message to Pushover using the WordPress HTTP API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user