Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Plugin version.
if ( ! defined( 'ATBDP_VERSION' ) ) {
define( 'ATBDP_VERSION', '8.6.3' );
define( 'ATBDP_VERSION', '8.6.4' );
}
// Plugin Folder Path.
if ( ! defined( 'ATBDP_DIR' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion directorist-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Directorist - Business Directory Solution
* Plugin URI: https://wpwax.com
* Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
* Version: 8.6.3
* Version: 8.6.4
* Author: wpWax
* Author URI: https://wpwax.com
* License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion includes/classes/class-upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct() {

add_action( 'directorist_search_setting_sections', [$this, 'support_themes_hook'] );

add_action( 'admin_notices', [$this, 'upgrade_notice'], 100 );
//add_action( 'admin_notices', [$this, 'upgrade_notice'], 100 );

add_action( 'directorist_before_settings_panel_header', [$this, 'promo_banner'] );

Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: business directory, listings, classifieds, directory plugin, directory
Requires at least: 4.6
Tested up to: 6.9
Requires PHP: 7.0
Stable tag: 8.6.3
Stable tag: 8.6.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -306,6 +306,12 @@ Directorist comes with an AI-powered directory builder. Use the Create with AI o

== Changelog ==

= 8.6.4 - Mar 11, 2026 =

**Fixed**
- Formgent enquiry modal in the user dashboard was not loading content properly when opened.
- Extension notice display

= 8.6.3 - Mar 10, 2026 =

**Improved**
Expand Down