Changeset 3055226
- Timestamp:
- 03/20/2024 11:12:41 AM (2 years ago)
- Location:
- advanced-classifieds-and-directory-pro/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
acadp.php (modified) (2 diffs)
-
public/assets/js/single-listing.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-classifieds-and-directory-pro/trunk/README.txt
r3054455 r3055226 7 7 Tested up to: 6.5 8 8 Requires PHP: 5.6.20 9 Stable tag: 3.1. 29 Stable tag: 3.1.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 170 170 171 171 == Changelog == 172 173 = 3.1.3 = 174 175 * Fix: The single listing page is not scrollable after clicking the listing images. 172 176 173 177 = 3.1.2 = … … 525 529 == Upgrade Notice == 526 530 527 = 3.1. 2=531 = 3.1.3 = 528 532 529 533 Introduces several new features, bug fixes & enhancements. [See changelog](https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/#developers) -
advanced-classifieds-and-directory-pro/trunk/acadp.php
r3054455 r3055226 12 12 * Plugin URI: https://pluginsware.com/ 13 13 * Description: Provides an ability to build any kind of business directory site: classifieds, cars, bikes, boats and other vehicles dealers site, pets, real estate portal, wedding site, yellow pages, etc... 14 * Version: 3.1. 214 * Version: 3.1.3 15 15 * Author: PluginsWare 16 16 * Author URI: https://pluginsware.com/ … … 79 79 // The current version of the plugin 80 80 if ( !defined( 'ACADP_VERSION_NUM' ) ) { 81 define( 'ACADP_VERSION_NUM', '3.1. 2' );81 define( 'ACADP_VERSION_NUM', '3.1.3' ); 82 82 } 83 83 // Path to the plugin directory -
advanced-classifieds-and-directory-pro/trunk/public/assets/js/single-listing.js
r3012747 r3055226 130 130 if ( $.fn.magnificPopup ) { 131 131 $( '.acadp-image-popup' ).magnificPopup({ 132 type: 'image', 133 mainClass: 'acadp' 132 type: 'image' 134 133 }); 135 134 }
Note: See TracChangeset
for help on using the changeset viewer.