Changeset 2979730
- Timestamp:
- 10/16/2023 07:44:26 PM (2 years ago)
- Location:
- vistawp
- Files:
-
- 2 added
- 2 deleted
- 4 edited
- 1 copied
-
tags/1.2.3 (copied) (copied from vistawp/trunk)
-
tags/1.2.3/includes/forms/Form.php (deleted)
-
tags/1.2.3/includes/forms/form.php (added)
-
tags/1.2.3/readme.txt (modified) (1 diff)
-
tags/1.2.3/vista.php (modified) (2 diffs)
-
trunk/includes/forms/Form.php (deleted)
-
trunk/includes/forms/form.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vista.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vistawp/tags/1.2.3/readme.txt
r2978340 r2979730 5 5 Requires at least: 4.7 6 6 Tested up to: 6.3 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later -
vistawp/tags/1.2.3/vista.php
r2978340 r2979730 3 3 * Plugin Name: VistaWP 4 4 * Description: Retrieves and displays real estate listings 5 * Version: 1.2. 25 * Version: 1.2.3 6 6 * Author: VistaWP 7 7 * Author URI: https://vistawp.com/ … … 15 15 16 16 // general constants 17 define( 'VISTA__PLUGIN_VERSION', '1.2. 2' );17 define( 'VISTA__PLUGIN_VERSION', '1.2.3' ); 18 18 define( 'VISTA__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 19 19 define( 'VISTA__PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
vistawp/trunk/readme.txt
r2978340 r2979730 5 5 Requires at least: 4.7 6 6 Tested up to: 6.3 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later -
vistawp/trunk/vista.php
r2978340 r2979730 3 3 * Plugin Name: VistaWP 4 4 * Description: Retrieves and displays real estate listings 5 * Version: 1.2. 25 * Version: 1.2.3 6 6 * Author: VistaWP 7 7 * Author URI: https://vistawp.com/ … … 15 15 16 16 // general constants 17 define( 'VISTA__PLUGIN_VERSION', '1.2. 2' );17 define( 'VISTA__PLUGIN_VERSION', '1.2.3' ); 18 18 define( 'VISTA__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 19 19 define( 'VISTA__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.