Skip to content

Commit

Permalink
readme and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Sep 6, 2023
1 parent 6c2d9e7 commit a84dc39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.7.0' );}
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.7.1' );}
// 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.7.0
* Version: 7.7.1
* Author: wpWax
* Author URI: https://wpwax.com
* Text Domain: directorist
Expand Down
6 changes: 5 additions & 1 deletion 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.3
Requires PHP: 7.0
Stable tag: 7.7.0
Stable tag: 7.7.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -410,6 +410,10 @@ Directorist is a complete directory solution and in combination with its advance

== Changelog ==

7.7.1 - Sep 06, 2023

* Fix - Security issue in CSV exporter

7.7.0 - Aug 23, 2023

* Add - Email verification (#1539)
Expand Down

0 comments on commit a84dc39

Please sign in to comment.