Changeset 3404168
- Timestamp:
- 11/27/2025 02:15:15 PM (2 weeks ago)
- Location:
- betterdocs
- Files:
-
- 8 edited
- 1 copied
-
tags/4.2.6 (copied) (copied from betterdocs/trunk)
-
tags/4.2.6/README.txt (modified) (2 diffs)
-
tags/4.2.6/betterdocs.php (modified) (1 diff)
-
tags/4.2.6/includes/Admin/NoticePointers.php (modified) (2 diffs)
-
tags/4.2.6/includes/Plugin.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/betterdocs.php (modified) (1 diff)
-
trunk/includes/Admin/NoticePointers.php (modified) (2 diffs)
-
trunk/includes/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
betterdocs/tags/4.2.6/README.txt
r3404159 r3404168 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 4.2. 58 Stable tag: 4.2.6 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 215 215 216 216 == Changelog == 217 218 = 4.2.6 - 27/11/2025 = 219 220 - Few minor bug fixes and improvements 217 221 218 222 = 4.2.5 - 27/11/2025 = -
betterdocs/tags/4.2.6/betterdocs.php
r3404159 r3404168 5 5 * Plugin URI: https://betterdocs.co/ 6 6 * Description: Create stunning Knowledge base & FAQs for your WordPress website and reduce support pressure with the help of BetterDocs. Get access to amazing templates and create fully customizable KB with AI Write. 7 * Version: 4.2. 57 * Version: 4.2.6 8 8 * Author: WPDeveloper 9 9 * Author URI: https://wpdeveloper.com -
betterdocs/tags/4.2.6/includes/Admin/NoticePointers.php
r3404159 r3404168 49 49 50 50 // Check basic conditions 51 if ( ! self::is_user_allowed() || self::is_dismissed() || ! self::is_campaign_time() ) {51 if ( ! self::is_user_allowed() || self::is_dismissed() || ! self::is_campaign_time() || self::has_pro() ) { 52 52 return; 53 53 } … … 191 191 update_user_meta( $user_id, self::USER_META_KEY, $introduction_meta ); 192 192 } 193 194 private static function has_pro(): bool { 195 return is_plugin_active( 'betterdocs-pro/betterdocs-pro.php' ); 196 } 193 197 } 194 198 -
betterdocs/tags/4.2.6/includes/Plugin.php
r3404159 r3404168 124 124 * @var string 125 125 */ 126 public $version = '4.2. 5';126 public $version = '4.2.6'; 127 127 128 128 /** -
betterdocs/trunk/README.txt
r3404159 r3404168 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 4.2. 58 Stable tag: 4.2.6 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 215 215 216 216 == Changelog == 217 218 = 4.2.6 - 27/11/2025 = 219 220 - Few minor bug fixes and improvements 217 221 218 222 = 4.2.5 - 27/11/2025 = -
betterdocs/trunk/betterdocs.php
r3404159 r3404168 5 5 * Plugin URI: https://betterdocs.co/ 6 6 * Description: Create stunning Knowledge base & FAQs for your WordPress website and reduce support pressure with the help of BetterDocs. Get access to amazing templates and create fully customizable KB with AI Write. 7 * Version: 4.2. 57 * Version: 4.2.6 8 8 * Author: WPDeveloper 9 9 * Author URI: https://wpdeveloper.com -
betterdocs/trunk/includes/Admin/NoticePointers.php
r3404159 r3404168 49 49 50 50 // Check basic conditions 51 if ( ! self::is_user_allowed() || self::is_dismissed() || ! self::is_campaign_time() ) {51 if ( ! self::is_user_allowed() || self::is_dismissed() || ! self::is_campaign_time() || self::has_pro() ) { 52 52 return; 53 53 } … … 191 191 update_user_meta( $user_id, self::USER_META_KEY, $introduction_meta ); 192 192 } 193 194 private static function has_pro(): bool { 195 return is_plugin_active( 'betterdocs-pro/betterdocs-pro.php' ); 196 } 193 197 } 194 198 -
betterdocs/trunk/includes/Plugin.php
r3404159 r3404168 124 124 * @var string 125 125 */ 126 public $version = '4.2. 5';126 public $version = '4.2.6'; 127 127 128 128 /**
Note: See TracChangeset
for help on using the changeset viewer.