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.4' );
define( 'ATBDP_VERSION', '8.6.5' );
}
// 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.4
* Version: 8.6.5
* Author: wpWax
* Author URI: https://wpwax.com
* License: GPLv3
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.4
Stable tag: 8.6.5
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.5 - Mar 15, 2026 =

**Fixed**
- Subscriber image upload issue in add listing form.
- "Remember Me" label not showing for new users. Added default value.

= 8.6.4 - Mar 11, 2026 =

**Fixed**
Expand Down
Loading