Plugin Directory

Changeset 3055226


Ignore:
Timestamp:
03/20/2024 11:12:41 AM (2 years ago)
Author:
pluginsware
Message:

Commit Version 3.1.3

Location:
advanced-classifieds-and-directory-pro/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • advanced-classifieds-and-directory-pro/trunk/README.txt

    r3054455 r3055226  
    77Tested up to: 6.5
    88Requires PHP: 5.6.20
    9 Stable tag: 3.1.2
     9Stable tag: 3.1.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    170170
    171171== Changelog ==
     172
     173= 3.1.3 =
     174
     175* Fix: The single listing page is not scrollable after clicking the listing images.
    172176
    173177= 3.1.2 =
     
    525529== Upgrade Notice ==
    526530
    527 = 3.1.2 =
     531= 3.1.3 =
    528532
    529533Introduces 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  
    1212 * Plugin URI:      https://pluginsware.com/
    1313 * 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.2
     14 * Version:         3.1.3
    1515 * Author:          PluginsWare
    1616 * Author URI:      https://pluginsware.com/
     
    7979// The current version of the plugin
    8080if ( !defined( 'ACADP_VERSION_NUM' ) ) {
    81     define( 'ACADP_VERSION_NUM', '3.1.2' );
     81    define( 'ACADP_VERSION_NUM', '3.1.3' );
    8282}
    8383// Path to the plugin directory
  • advanced-classifieds-and-directory-pro/trunk/public/assets/js/single-listing.js

    r3012747 r3055226  
    130130        if ( $.fn.magnificPopup ) {     
    131131            $( '.acadp-image-popup' ).magnificPopup({
    132                 type: 'image',
    133                 mainClass: 'acadp'
     132                type: 'image'
    134133            });
    135134        }
Note: See TracChangeset for help on using the changeset viewer.