Plugin Directory

Changeset 3141533


Ignore:
Timestamp:
08/26/2024 09:32:04 AM (19 months ago)
Author:
razib_
Message:

Released 1.0.4.1 - compatibility check for WordPress 6.6.1

Location:
control-listings
Files:
1738 added
2 edited

Legend:

Unmodified
Added
Removed
  • control-listings/trunk/control-listings.php

    r2996291 r3141533  
    55Description: Classifieds ads directory portal manager
    66Author: Themeperch
    7 Version: 1.0.4
     7Version: 1.0.4.1
    88Author URI: https://themeperch.net/
    99*/
     
    3030    private function constants(){
    3131        define( 'CTRL_LISTINGS_URI', trailingslashit(plugin_dir_url( __FILE__ )) );
    32         define( 'CTRL_LISTINGS_VER', '1.0.4' );
     32        define( 'CTRL_LISTINGS_VER', '1.0.4.1' );
    3333        define( 'CTRL_LISTINGS_ASSETS', trailingslashit(CTRL_LISTINGS_URI.'assets') );
    3434        define( 'CTRL_LISTINGS_DIR', trailingslashit(plugin_dir_path( __FILE__ )) );
  • control-listings/trunk/readme.txt

    r2996291 r3141533  
    11=== Control Listings - Classifieds Ads Directory Portal Manager ===
    2 Contributors: razib_
     2Contributors: themeperch, razib_, upamahin
    33Tags: business, directory, listing, portal, business portal, classifieds, listing management, listing manager, classifieds ads, directory plugin, add listing
    44Requires at least: 6.0
    5 Tested up to: 6.3.2
     5Tested up to: 6.6.1
    66Requires PHP: 7.4
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717This plugin is fully compatible with the Citykid WordPress directory theme, allowing you to seamlessly integrate and enhance your directory with advanced features.
    1818
    19 [Demo preview](https://themeperch.net/citykid/) | [Listing archive view](https://themeperch.net/citykid/directory/) | [Single listing view](https://themeperch.net/citykid/listing/arrangement-of-science-center-for-children/) | [Website](https://themeperch.net/) | [Envato portfolio](https://themeforest.net/user/themeperch/portfolio/?ref=themeperch) | [Free Themes](https://wordpress.org/themes/author/razib_/)
     19[Demo preview](https://themeperch.net/citykid/) | [Listing archive view](https://themeperch.net/citykid/directory/) | [Single listing view](https://themeperch.net/citykid/listing/arrangement-of-science-center-for-children/) | [Website](https://themeperch.net/) | [Envato portfolio](https://1.envato.market/217mE0) | [Free Themes](https://wordpress.org/themes/author/razib_/)
    2020
    2121One of the standout features of **Control Listings** is its ability to showcase listings in multiple views, including map, list, and grid views. This provides a great user experience for your visitors, giving them the option to view your directory in a way that suits them best.
Note: See TracChangeset for help on using the changeset viewer.