Skip to content

Commit 0bcb206

Browse files
authored
version updated (#1930)
1 parent d42e684 commit 0bcb206

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// Plugin version.
3-
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.12.4' );}
3+
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.12.5' );}
44
// Plugin Folder Path.
55
if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
66
// Plugin Folder URL.

directorist-base.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Directorist - Business Directory Plugin
44
* Plugin URI: https://wpwax.com
55
* Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
6-
* Version: 7.12.4
6+
* Version: 7.12.5
77
* Author: wpWax - WP Business Directory Plugin and Classified Listings Directory
88
* Author URI: https://wpwax.com
99
* Text Domain: directorist

readme.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: member directory, listing, classifieds, directory plugin, business directo
55
Requires at least: 4.6
66
Tested up to: 6.6
77
Requires PHP: 7.0
8-
Stable tag: 7.12.4
8+
Stable tag: 7.12.5
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

305305
== Changelog ==
306306

307+
7.12.5 - Oct 02, 2024
308+
309+
* Fix - Expire listing hook
310+
307311
7.12.4 - Sep 25, 2024
308312

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

312-
* Fix - Fix with `remove_cap()` function
313-
314316
7.12.3 - Sep 18, 2024
315317

316318
* Fix - Fix with `remove_cap()` function

0 commit comments

Comments
 (0)