Skip to content

Commit

Permalink
Version 2.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed May 8, 2024
1 parent f984d41 commit 00b7e7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
13 changes: 1 addition & 12 deletions auto-listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: WP Auto Listings
* Author URI: https://wpautolistings.com
* Plugin URI: https://wpautolistings.com
* Version: 2.6.10
* Version: 2.6.11
* Text Domain: auto-listings
* Domain Path: languages
* Requires Plugins: meta-box
Expand All @@ -18,17 +18,6 @@

new AutoListings\Installer( __FILE__ );

register_activation_hook( __FILE__, 'auto_listings_check_php_version' );

/**
* Display notice for old PHP version.
*/
function auto_listings_check_php_version() {
if ( version_compare( phpversion(), '7.2', '<' ) ) {
die( esc_html__( 'Auto listings plugin requires PHP version 7.2+. Please contact your host and ask them to upgrade.', 'auto-listings' ) );
}
}

add_action( 'plugins_loaded', 'auto_listings_load' );

function auto_listings_load() {
Expand Down
19 changes: 11 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== Auto Listings - Car Listings & Car Dealership Plugin for WordPress ===
Contributors: elightup, autolistings, rilwis, hungviet91
Tags: car dealer, car listings, auto listings, car dealership
Requires at least: 5.9
Tested up to: 6.5.2
Stable tag: 2.6.10
Requires PHP: 7.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Contributors: elightup, autolistings, rilwis, hungviet91
Tags: car dealer, car listings, auto listings, car dealership
Requires at least: 6.2
Tested up to: 6.5.3
Stable tag: 2.6.11
Requires PHP: 7.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

List, manage & sell cars easily. Advanced search, vehicle data from 1941, lead capture, gallery, maps. Great for car dealers.

Expand Down Expand Up @@ -134,6 +134,9 @@ It is perfect for car dealers and car dealerships, car classifieds websites or a

== Changelog ==

= 2.6.11 - 2024-05-08 =
- Fix archive page title

= 2.6.10 - 2024-04-12 =
- Add options for slider: auto start and slider speed
- Fix counters not updated when deleting an enquiry
Expand Down

0 comments on commit 00b7e7a

Please sign in to comment.