Plugin Directory

Changeset 3329517


Ignore:
Timestamp:
07/17/2025 08:51:00 AM (8 months ago)
Author:
opcodespace
Message:

compatibility test

Location:
stock-car-listing-from-autocerfa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stock-car-listing-from-autocerfa/trunk/README.txt

    r3154270 r3329517  
    44Tags: autocerfa, car, Stock Vehicles
    55Requires at least: 5.0
    6 Tested up to: 6.5.3
    7 Stable tag: 2.4.3
     6Tested up to: 6.8.2
     7Stable tag: 2.4.4
    88Requires PHP: 7.4
    99
     
    5555
    5656== Changelog ==
     57= 2.4.5 (July 17, 2025) =
     58* Compatibility Test - WordPress 6.4.2
     59
    5760= 2.4.3 (September 19, 2024) =
    5861* BUG Fixed - Markup issue fixed
  • stock-car-listing-from-autocerfa/trunk/app.php

    r3154270 r3329517  
    66Author: Opcodespace <mehedee@opcodespace.com>
    77Author URI: https://www.opcodespace.com
    8 Version: 2.4.3
     8Version: 2.4.4
    99Text Domain: autocerfa-connector
    1010*/
    1111if ( ! defined( 'ABSPATH' ) ) {exit;}
    1212
    13 define('AUTOCERFA_PLUGIN_VERSION', '2.4.3');
     13define('AUTOCERFA_PLUGIN_VERSION', '2.4.4');
    1414define("AUTOCERFA_PATH", wp_normalize_path(plugin_dir_path(__FILE__)));
    1515define("AUTOCERFA_VIEW_PATH", wp_normalize_path(plugin_dir_path(__FILE__) . "view/"));
Note: See TracChangeset for help on using the changeset viewer.