Plugin Directory

Changeset 2865046

Timestamp:
02/14/2023 11:30:35 AM (18 months ago)
Author:
stylemix
Message:

update 2.1.5

Location:
ulisting
Files:
1480 added
2 edited

Legend:

Unmodified
Added
Removed
  • ulisting/trunk/README.txt

    r2864148 r2865046  
    1 === Listing, Classified Ads & Business Directory - uListing ===
     1=== - uListing ===
    22
    33Contributors: Stylemix
     
    55Tags: listings, classified, classified ads, real estate
    66Requires at least: 4.6
    7 Tested up to: 5.8
    8 Stable tag: 2.1.4
     7Tested up to:
     8Stable tag: 2.1.
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 Developing listing and classified ads websites is a lucrative business opportunity, but in the past, it could be complicated to set up and maintain such a site. Doing it through WordPress previously meant investing quite a bit of money on a multitude of plugins that could be difficult to understand and to run together.
     14.
    1515
    1616## Introducing the uListing plugin
     
    179179
    180180== Changelog ==
     181
     182
     183
    181184
    182185= 2.1.4 =
  • ulisting/trunk/uListing.php

    r2864148 r2865046  
    11<?php
    22/**
    3  * Plugin Name: Listing, Classified Ads & Business Directory – uListing
     3 * Plugin Name: uListing
    44 * Plugin URI: https://wordpress.org/plugins/ulisting/
    55 * Description: uListing - Universal Listing WordPress Plugin. Developing listing and classified ads websites is a lucrative business opportunity, but in the past, it could be complicated to set up and maintain such a site.
     
    77 * Author URI: https://stylemixthemes.com/
    88 * Text Domain: ulisting
    9  * Version: 2.1.4
     9 * Version: 2.1.
    1010 */
    1111
     
    1414}
    1515
    16 define( 'ULISTING_VERSION', '2.1.4' );
     16define( 'ULISTING_VERSION', '2.1.' );
    1717define( 'ULISTING_DB_VERSION', '2.0.8' );
    1818define( 'ULISTING_PATH', dirname( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.