Skip to content

Commit 722f1e9

Browse files
authored
Build7.12.2 (#1888)
1 parent 6bea7fd commit 722f1e9

File tree

4 files changed

+9
-4
lines changed

4 files changed

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

languages/directorist.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"
9-
"POT-Creation-Date: 2024-09-01 12:15+0000\n"
9+
"POT-Creation-Date: 2024-09-17 10:49+0000\n"
1010
"X-Poedit-Basepath: ..\n"
1111
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
1212
"X-Poedit-SearchPath-0: .\n"

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

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

305305
== Changelog ==
306306

307+
7.12.2 - Sep 17, 2024
308+
309+
* Improve - File upload permission issue
310+
* Fix - Validation in admin add listing form submission
311+
307312
7.12.1 - Sep 04, 2024
308313

309314
* Improve - Asset and readme

0 commit comments

Comments
 (0)