Skip to content

Commit f924aae

Browse files
committed
Fix noticees
1 parent 781c844 commit f924aae

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: buddyboss, buddyboss-platform, copy-link, copy-activity-link
44
Donate link: https://acrosswp.com/
55
Requires at least: 6.0
66
Tested up to: 6.4.3
7-
Stable tag: 1.0.4
7+
Stable tag: 1.0.5
88
Requires PHP: 7.4
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -51,6 +51,9 @@ Example 2:
5151

5252

5353
== Changelog ==
54+
= 1.0.5 =
55+
* Update Changelog
56+
* Fix notices
5457

5558
= 1.0.4 =
5659
* Update Changelog

copy-link-for-buddyboss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Copy Link For BuddyBoss
1717
* Plugin URI: https://acrosswp.com/downloads/copy-link-for-buddyboss/
1818
* Description: Copy Link For BuddyBoss by WPBoilerplate
19-
* Version: 1.0.4
19+
* Version: 1.0.5
2020
* Author: AcrossWP
2121
* Author URI: https://acrosswp.com/downloads/
2222
* License: GPL-2.0+

includes/class-copy-link-for-buddyboss.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,15 @@ final class Copy_Link_For_BuddyBoss {
103103
*/
104104
public $comment_key_id;
105105

106+
/**
107+
* The unique dir for plugins
108+
*
109+
* @since 1.0.5
110+
* @access protected
111+
* @var string $plugin_name The string used to uniquely identify comment key id.
112+
*/
113+
public $plugin_dir;
114+
106115
/**
107116
* Define the core functionality of the plugin.
108117
*

0 commit comments

Comments
 (0)