Plugin Directory

Changeset 2979730


Ignore:
Timestamp:
10/16/2023 07:44:26 PM (2 years ago)
Author:
vistawp
Message:

Update to version 1.2.3 from GitHub

Location:
vistawp
Files:
2 added
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vistawp/tags/1.2.3/readme.txt

    r2978340 r2979730  
    55Requires at least: 4.7 
    66Tested up to: 6.3 
    7 Stable tag: 1.2.2 
     7Stable tag: 1.2.3 
    88Requires PHP: 7.0 
    99License: GPLv2 or later 
  • vistawp/tags/1.2.3/vista.php

    r2978340 r2979730  
    33* Plugin Name: VistaWP
    44* Description: Retrieves and displays real estate listings
    5 * Version: 1.2.2
     5* Version: 1.2.3
    66* Author: VistaWP
    77* Author URI: https://vistawp.com/
     
    1515
    1616// general constants
    17 define( 'VISTA__PLUGIN_VERSION', '1.2.2' );
     17define( 'VISTA__PLUGIN_VERSION', '1.2.3' );
    1818define( 'VISTA__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919define( 'VISTA__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • vistawp/trunk/readme.txt

    r2978340 r2979730  
    55Requires at least: 4.7 
    66Tested up to: 6.3 
    7 Stable tag: 1.2.2 
     7Stable tag: 1.2.3 
    88Requires PHP: 7.0 
    99License: GPLv2 or later 
  • vistawp/trunk/vista.php

    r2978340 r2979730  
    33* Plugin Name: VistaWP
    44* Description: Retrieves and displays real estate listings
    5 * Version: 1.2.2
     5* Version: 1.2.3
    66* Author: VistaWP
    77* Author URI: https://vistawp.com/
     
    1515
    1616// general constants
    17 define( 'VISTA__PLUGIN_VERSION', '1.2.2' );
     17define( 'VISTA__PLUGIN_VERSION', '1.2.3' );
    1818define( 'VISTA__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919define( 'VISTA__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.