Skip to content

Commit

Permalink
Updated version and log (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
obiPlabon authored Oct 17, 2024
1 parent 5caf699 commit e1d430c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.12.6' );}
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.12.7' );}
// Plugin Folder Path.
if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
// Plugin Folder URL.
Expand Down
6 changes: 3 additions & 3 deletions 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.6
* Version: 7.12.7
* Author: wpWax - WP Business Directory Plugin and Classified Listings Directory
* Author URI: https://wpwax.com
* Text Domain: directorist
Expand Down Expand Up @@ -609,7 +609,7 @@ public function add_custom_directorist_pages()
* @param WP_Post $post The current post object.
*/
public function add_page_states( $post_states, $post ) {

if ( get_directorist_option( 'add_listing_page' ) === $post->ID ) {
$post_states['directorist_add_listing'] = __( 'Directorist Add Listing', 'directorist' );
}
Expand Down Expand Up @@ -661,7 +661,7 @@ public function add_page_states( $post_states, $post ) {
if ( get_directorist_option( 'pricing_plans' ) === $post->ID ) {
$post_states['directorist_pricing_plans'] = __( 'Directorist Pricing Plan', 'directorist' );
}

return $post_states;
}

Expand Down
10 changes: 7 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.6
Stable tag: 7.12.7
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -15,13 +15,13 @@ A user-centric yet powerful WordPress Business Directory Plugin to create a loca

[Try Admin Demo](https://userdemo.wpwax.com/directorist/) | [Demos](https://directorist.com/demos/) | [Docs](https://directorist.com/documentation/directorist/) | [Themes](https://directorist.com/themes/) | [Extensions](https://directorist.com/extensions/) | [Roadmap](https://directorist.com/roadmap/)

Are you ready to embark on the journey of creating your own online directory and classified ads listing site?
Are you ready to embark on the journey of creating your own online directory and classified ads listing site?

If the answer is a resounding YES, then look no further! Directorist Business Directory Plugin is your ultimate companion, making the process not only seamless but also exciting. With Directorist, you'll unlock the power to craft dynamic and impactful business directories and classified websites of any kind, setting the stage for endless possibilities and opportunities. Let's dive in and unleash your creativity!

[youtube https://www.youtube.com/watch?v=28gUzfsGmuk]

Using Directorist, the potential of a directory site is boundless. It serves as a multifaceted platform, offering avenues for generating income, providing community service, supporting business operations, enhancing existing ventures, and more. With thousands of individuals already embarking on this journey, what stands in your way? Take the leap and discover the vast opportunities it presents.
Using Directorist, the potential of a directory site is boundless. It serves as a multifaceted platform, offering avenues for generating income, providing community service, supporting business operations, enhancing existing ventures, and more. With thousands of individuals already embarking on this journey, what stands in your way? Take the leap and discover the vast opportunities it presents.

🎉 Use [Best Listing](https://wordpress.org/themes/best-listing/) FREE multi-purpose directory theme for a quick start.

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

== Changelog ==

7.12.7 - Oct 17, 2024

* Fix - Missing directorist blocks

7.12.6 - Oct 14, 2024

* Add - Builder single listing header migration
Expand Down

0 comments on commit e1d430c

Please sign in to comment.