Skip to content

Commit

Permalink
Version 2.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Sep 17, 2024
1 parent 74730d1 commit be8726c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.11
* Version: 2.6.12
* Text Domain: auto-listings
* Domain Path: languages
* Requires Plugins: meta-box
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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
Tested up to: 6.6.2
Stable tag: 2.6.12
Requires PHP: 7.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
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.12 - 2024-09-17 =
- Use full size for images in the gallery

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

Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function define_constants() {
define( 'AUTO_LISTINGS_DIR', plugin_dir_path( $this->file ) );
define( 'AUTO_LISTINGS_URL', plugin_dir_url( $this->file ) );
define( 'AUTO_LISTINGS_BASENAME', plugin_basename( $this->file ) );
define( 'AUTO_LISTINGS_VERSION', '2.5.14' );
define( 'AUTO_LISTINGS_VERSION', '2.6.12' );
define( 'AUTO_LISTINGS_DB_VERSION', '2' );
}

Expand Down

0 comments on commit be8726c

Please sign in to comment.