Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit 7b53fdf

Browse files
committed
Releasing 1.3
1 parent 36adef7 commit 7b53fdf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

anspress_email.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: AnsPress Email
1515
* Plugin URI: http://anspress.io
1616
* Description: Email notification extension for AnsPress
17-
* Version: 1.2
17+
* Version: 1.3
1818
* Author: Rahul Aryan
1919
* Author URI: http://anspress.io
2020
* Text Domain: anspress_email
@@ -754,17 +754,17 @@ function anspress_activate_anspress_email() {
754754
* Get the email ids of all subscribers of question
755755
* @param integer $post_id
756756
* @return array
757-
* @deprecated 2.4.3
757+
* @deprecated 1.3
758758
*/
759759
function ap_get_question_subscribers_data($post_id, $question_subsciber = true) {
760-
_deprecated_function( 'ap_get_question_subscribers_data', '2.4.3', '' );
760+
_deprecated_function( 'ap_get_question_subscribers_data', '1.3', '' );
761761
}
762762

763763
/**
764-
* @deprecated 2.4.3
764+
* @deprecated 1.3
765765
*/
766766
function ap_get_comments_subscribers_data($post_id) {
767-
_deprecated_function( 'ap_get_comments_subscribers_data', '2.4.3', '' );
767+
_deprecated_function( 'ap_get_comments_subscribers_data', '1.3', '' );
768768
}
769769

770770
if ( ! function_exists( 'ap_in_array_r' ) ) {

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "AnsPress Email",
33
"description": "Notify site admin and community by email",
4-
"version": "1.2",
5-
"tested_up_to": "4.2",
4+
"version": "1.3",
5+
"tested_up_to": "4.3",
66
"updated": "",
77
"licence": "GPL-3.0+",
88
"licence_link": "http://www.gnu.org/licenses/gpl.txt",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?business=rah12@live.com&cmd=_
44
Tags: anspress, question, answer, q&a, forum, stackoverflow, quora
55
Requires at least: 3.5.1
66
Tested up to: 4.2
7-
Stable tag: 1.2
7+
Stable tag: 1.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)