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

version updated #1930

Merged
merged 1 commit into from
Oct 2, 2024
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,6 +1,6 @@
<?php
// Plugin version.
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.12.4' );}
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.12.5' );}
// Plugin Folder Path.
if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
// Plugin Folder URL.
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 Plugin
* Plugin URI: https://wpwax.com
* Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
* Version: 7.12.4
* Version: 7.12.5
* Author: wpWax - WP Business Directory Plugin and Classified Listings Directory
* Author URI: https://wpwax.com
* Text Domain: directorist
Expand Down
8 changes: 5 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: member directory, listing, classifieds, directory plugin, business directo
Requires at least: 4.6
Tested up to: 6.6
Requires PHP: 7.0
Stable tag: 7.12.4
Stable tag: 7.12.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -304,13 +304,15 @@ Directorist is a complete directory solution and in combination with its advance

== Changelog ==

7.12.5 - Oct 02, 2024

* Fix - Expire listing hook

7.12.4 - Sep 25, 2024

* Improve - Email verification link security
* Fix - Yoast SEO compatibility issue with term archive pages

* Fix - Fix with `remove_cap()` function

7.12.3 - Sep 18, 2024

* Fix - Fix with `remove_cap()` function
Expand Down