Changeset 3329517
- Timestamp:
- 07/17/2025 08:51:00 AM (8 months ago)
- Location:
- stock-car-listing-from-autocerfa/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stock-car-listing-from-autocerfa/trunk/README.txt
r3154270 r3329517 4 4 Tags: autocerfa, car, Stock Vehicles 5 5 Requires at least: 5.0 6 Tested up to: 6. 5.37 Stable tag: 2.4. 36 Tested up to: 6.8.2 7 Stable tag: 2.4.4 8 8 Requires PHP: 7.4 9 9 … … 55 55 56 56 == Changelog == 57 = 2.4.5 (July 17, 2025) = 58 * Compatibility Test - WordPress 6.4.2 59 57 60 = 2.4.3 (September 19, 2024) = 58 61 * BUG Fixed - Markup issue fixed -
stock-car-listing-from-autocerfa/trunk/app.php
r3154270 r3329517 6 6 Author: Opcodespace <mehedee@opcodespace.com> 7 7 Author URI: https://www.opcodespace.com 8 Version: 2.4. 38 Version: 2.4.4 9 9 Text Domain: autocerfa-connector 10 10 */ 11 11 if ( ! defined( 'ABSPATH' ) ) {exit;} 12 12 13 define('AUTOCERFA_PLUGIN_VERSION', '2.4. 3');13 define('AUTOCERFA_PLUGIN_VERSION', '2.4.4'); 14 14 define("AUTOCERFA_PATH", wp_normalize_path(plugin_dir_path(__FILE__))); 15 15 define("AUTOCERFA_VIEW_PATH", wp_normalize_path(plugin_dir_path(__FILE__) . "view/"));
Note: See TracChangeset
for help on using the changeset viewer.