Skip to content

Commit 4c41ba1

Browse files
authored
build files (#2169)
1 parent 9eeb1e6 commit 4c41ba1

11 files changed

+2261
-2264
lines changed

assets/css/admin-main.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin-main.rtl.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/all-listings.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/all-listings.rtl.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/public-main.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/public-main.rtl.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/search-form.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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', '8.0.9' );}
3+
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '8.0.10' );}
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: 8.0.9
6+
* Version: 8.0.10
77
* Author: wpWax - WP Business Directory Plugin and Classified Listings Directory
88
* Author URI: https://wpwax.com
99
* Text Domain: directorist

languages/directorist.pot

+2,240-2,248
Large diffs are not rendered by default.

readme.txt

+6-1
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.7
77
Requires PHP: 7.0
8-
Stable tag: 8.0.9
8+
Stable tag: 8.0.10
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

298298
== Changelog ==
299299

300+
8.0.10 - Dec 17, 2024
301+
302+
* Improve: Extension updating experience from native plugins page (#2168)
303+
* Fix: Minor style issues (#2162)
304+
300305
8.0.9 - Dec 17, 2024
301306

302307
* Improve: Search form search box placeholder visibility based on label (#2152)

0 commit comments

Comments
 (0)