Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update #2281

Merged
merged 5 commits into from
Mar 18, 2025
Merged
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,6 +1,6 @@
<?php
// Plugin version.
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '8.0.12' );}
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '8.3' );}
// Plugin Folder Path.
if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
// Plugin Folder URL.
2 changes: 1 addition & 1 deletion directorist-base.php
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
* Plugin Name: Directorist - Business Directory Plugin
* Plugin URI: https://wpwax.com
* Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
* Version: 8.2
* Version: 8.3
* Author: wpWax - Business Directory and Classified Listings Directory Team by wpWax
* Author URI: https://wpwax.com
* Text Domain: directorist
29 changes: 28 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Tags: member directory, listing, classifieds, directory plugin, business directo
Requires at least: 4.6
Tested up to: 6.7
Requires PHP: 7.0
Stable tag: 8.2
Stable tag: 8.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

@@ -297,6 +297,33 @@ Directorist is a complete directory solution and in combination with its advance

== Changelog ==

8.3 - Mar 21, 2025

**Changed**
- Improved Listings Importer to efficiently handle large datasets.
- Replaced "Location" with "Address" on the All Listings map view. (#2266)
- Refactored default expiration date handling with a utility function. (#2253)
- Improved Google Maps performance and refactored code for better efficiency. (#2251)

**Fixed**
- View count reset issue. (Working)
- Listing author and order author mismatch resolved by database migration. (#2276)
- Google Map loading issues resolved. (#2273)
- Listing queries issue when the directory navigation is hidden. (#2270)
- Search form responsive border issue corrected. (#2267)
- Text domain inconsistencies fixed for better translation support. (#2264)
- "Add Listing" map marker issue on Google Maps corrected. (#2263)
- Warnings on the Themes & Extensions page addressed. (#2260)
- File upload input type changed from button to file input. (#2258)
- Single listing gallery image now fits properly within the container. (#2257)
- Pagination display issues for version 7 users fixed. (#2256)
- Radius search pagination issue resolved. (#2255)
- "More Filter" button issue in the search form fixed. (#2254)
- Listing status issue corrected. (#2252)
- Script localization issues in certain classes resolved. (#2248)
- Field-specific query issue fixed to improve search accuracy. (#2184)


8.2 - Feb 28, 2025

**New**