Skip to content

Commit 161d6c7

Browse files
committed
changelog 2.0.6 released
1 parent bf25bae commit 161d6c7

File tree

5 files changed

+24
-23
lines changed

5 files changed

+24
-23
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: codeboxr, manchumahara
33
Tags: changelog,history,release,version,product log
44
Requires at least: 5.3
55
Tested up to: 6.7.2
6-
Stable tag: 2.0.5
6+
Stable tag: 2.0.6
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -74,6 +74,9 @@ This helps to write changes log for any digital products, projects releases. Any
7474

7575

7676
== Changelog ==
77+
= 2.0.6 =
78+
* [fixed] Bug fixed for feature note related display logic, fixed error msg.
79+
7780
= 2.0.5 =
7881
* [fixed] Markdown to html conversion issue(multi line parsing was not working) fixed
7982
* [updated] Pro Addon V1.2.1 released

cbxchangelog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: CBX Changelog & Release Note
1111
* Plugin URI: http://codeboxr.com/product/cbx-changelog-for-wordpress/
1212
* Description: Easy change log manager for WordPress, use for any product post type or releases notes
13-
* Version: 2.0.5
13+
* Version: 2.0.6
1414
* Author: Codeboxr
1515
* Author URI: http://codeboxr.com
1616
* License: GPL-2.0+
@@ -26,7 +26,7 @@
2626

2727

2828
defined( 'CBXCHANGELOG_PLUGIN_NAME' ) or define( 'CBXCHANGELOG_PLUGIN_NAME', 'cbxchangelog' );
29-
defined( 'CBXCHANGELOG_PLUGIN_VERSION' ) or define( 'CBXCHANGELOG_PLUGIN_VERSION', '2.0.5' );
29+
defined( 'CBXCHANGELOG_PLUGIN_VERSION' ) or define( 'CBXCHANGELOG_PLUGIN_VERSION', '2.0.6' );
3030
defined( 'CBXCHANGELOG_ROOT_PATH' ) or define( 'CBXCHANGELOG_ROOT_PATH', plugin_dir_path( __FILE__ ) );
3131
defined( 'CBXCHANGELOG_ROOT_URL' ) or define( 'CBXCHANGELOG_ROOT_URL', plugin_dir_url( __FILE__ ) );
3232
defined( 'CBXCHANGELOG_BASE_NAME' ) or define( 'CBXCHANGELOG_BASE_NAME', plugin_basename( __FILE__ ) );

includes/CBXChangelogAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ public function custom_message_after_plugin_row_proaddon( $plugin_file, $plugin_
984984
}
985985

986986
$pro_addon_version = CBXChangelogHelper::get_any_plugin_version( 'cbxchangelogpro/cbxchangelogpro.php' );
987-
$pro_latest_version = '1.2.1';
987+
$pro_latest_version = '1.2.2';
988988

989989

990990
if ( $pro_addon_version != '' && version_compare( $pro_addon_version, $pro_latest_version, '<' ) ) {

includes/CBXChangelogPublic.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,10 @@ public function cbxchangelog_shortcode( $atts ) {
355355

356356
$output_html .= '<div class="cbxchangelog_feature">' . $single_feature . '</div>';
357357

358-
$output_html .= apply_filters( 'cbxchangelog_release_after_feature', $labels_features, $atts, $output_html );
358+
$release_after_feature = '';
359+
$release_after_feature = apply_filters( 'cbxchangelog_release_after_feature', $release_after_feature, $labels_features, $atts);
360+
361+
$output_html .= $release_after_feature;
359362

360363
$output_html .= '</div>';//cbxchangelog_log
361364
}

templates/admin/support.php

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
</div>
100100
</div>
101101
<div class="content">
102+
<div class="cbx-backend-settings-row">
103+
<p>Version - 2.0.6</p>
104+
<ul>
105+
<li>[fixed] Bug fixed for feature note related display logic, fixed error msg.</li>
106+
</ul>
107+
</div>
102108
<div class="cbx-backend-settings-row">
103109
<p>Version - 2.0.5</p>
104110
<ul>
@@ -115,15 +121,6 @@
115121
<li>[updated] Misc improvements</li>
116122
</ul>
117123
</div>
118-
<div class="cbx-backend-settings-row">
119-
<p>Version - 2.0.3</p>
120-
<ul>
121-
<li>[updated] WordPress core 6.7.2 compatibility checked</li>
122-
<li>[updated] Pro Addon V1.1.9 released</li>
123-
<li>[updated] Misc improvements</li>
124-
<li>[updated] Except cbxchangelog , other post type screen extra modification than core wordpress style is disabled</li>
125-
</ul>
126-
</div>
127124
</div>
128125
</div>
129126
<div class="cbx-backend-card dashboard-changelog">
@@ -134,6 +131,13 @@
134131
</div>
135132
<div class="content">
136133
<div class="cbx-backend-settings-row">
134+
<div class="cbx-backend-settings-row">
135+
<p>Version - 1.2.2</p>
136+
<ul>
137+
<li>[updated] Feature note display hook adjusted</li>
138+
<li>[updated] Adjusted error msg display</li>
139+
</ul>
140+
</div>
137141
<div class="cbx-backend-settings-row">
138142
<p>Version - 1.2.1</p>
139143
<ul>
@@ -150,15 +154,6 @@
150154
<li>[updated] Misc improvements</li>
151155
</ul>
152156
</div>
153-
<div class="cbx-backend-settings-row">
154-
<p>Version - 1.1.9</p>
155-
<ul>
156-
<li>[updated] WordPress 6.7.2 compatibility checked</li>
157-
<li>[updated] Core plugin updated to V2.0.3</li>
158-
<li>[updated] Misc improvements</li>
159-
<li>[updated] Except cbxchangelog , other post type screen extra modification than core wordpress style is disabled</li>
160-
</ul>
161-
</div>
162157
</div>
163158
</div>
164159
</div>

0 commit comments

Comments
 (0)