Changeset 3420643
- Timestamp:
- 12/16/2025 04:17:08 AM (2 months ago)
- Location:
- auto-listings
- Files:
-
- 8 edited
- 1 copied
-
tags/2.7.2 (copied) (copied from auto-listings/trunk)
-
tags/2.7.2/auto-listings.php (modified) (1 diff)
-
tags/2.7.2/readme.txt (modified) (2 diffs)
-
tags/2.7.2/src/Plugin.php (modified) (1 diff)
-
tags/2.7.2/src/SearchForm/Shortcode/Extras.php (modified) (1 diff)
-
trunk/auto-listings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Plugin.php (modified) (1 diff)
-
trunk/src/SearchForm/Shortcode/Extras.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-listings/tags/2.7.2/auto-listings.php
r3412848 r3420643 6 6 * Author URI: https://wpautolistings.com 7 7 * Plugin URI: https://wpautolistings.com 8 * Version: 2.7. 18 * Version: 2.7.2 9 9 * Text Domain: auto-listings 10 10 * License: GPLv3 -
auto-listings/tags/2.7.2/readme.txt
r3412848 r3420643 4 4 Requires at least: 6.2 5 5 Tested up to: 6.9 6 Stable tag: 2.7. 16 Stable tag: 2.7.2 7 7 Requires PHP: 7.2 8 8 License: GPLv3 … … 133 133 == Changelog == 134 134 135 = 2.7.2 - 2025-12-16 = 136 - Fix cross site scripting 137 135 138 = 2.7.1 - 2025-12-06 = 136 139 - Update carquery -
auto-listings/tags/2.7.2/src/Plugin.php
r3412848 r3420643 41 41 define( 'AUTO_LISTINGS_URL', plugin_dir_url( $this->file ) ); 42 42 define( 'AUTO_LISTINGS_BASENAME', plugin_basename( $this->file ) ); 43 define( 'AUTO_LISTINGS_VERSION', '2.7. 1' );43 define( 'AUTO_LISTINGS_VERSION', '2.7.2' ); 44 44 define( 'AUTO_LISTINGS_DB_VERSION', '2' ); 45 45 } -
auto-listings/tags/2.7.2/src/SearchForm/Shortcode/Extras.php
r3190866 r3420643 39 39 ); 40 40 41 $label = $atts['label'] ? '<label class="als-field__label" for="' . esc_attr( $id ) . '">' . $atts['label']. '</label>' : '';41 $label = $atts['label'] ? '<label class="als-field__label" for="' . esc_attr( $id ) . '">' . esc_attr( $atts['label'] ) . '</label>' : ''; 42 42 43 43 $output = '<div class="als-field als-field--keyword ">'; -
auto-listings/trunk/auto-listings.php
r3412848 r3420643 6 6 * Author URI: https://wpautolistings.com 7 7 * Plugin URI: https://wpautolistings.com 8 * Version: 2.7. 18 * Version: 2.7.2 9 9 * Text Domain: auto-listings 10 10 * License: GPLv3 -
auto-listings/trunk/readme.txt
r3412848 r3420643 4 4 Requires at least: 6.2 5 5 Tested up to: 6.9 6 Stable tag: 2.7. 16 Stable tag: 2.7.2 7 7 Requires PHP: 7.2 8 8 License: GPLv3 … … 133 133 == Changelog == 134 134 135 = 2.7.2 - 2025-12-16 = 136 - Fix cross site scripting 137 135 138 = 2.7.1 - 2025-12-06 = 136 139 - Update carquery -
auto-listings/trunk/src/Plugin.php
r3412848 r3420643 41 41 define( 'AUTO_LISTINGS_URL', plugin_dir_url( $this->file ) ); 42 42 define( 'AUTO_LISTINGS_BASENAME', plugin_basename( $this->file ) ); 43 define( 'AUTO_LISTINGS_VERSION', '2.7. 1' );43 define( 'AUTO_LISTINGS_VERSION', '2.7.2' ); 44 44 define( 'AUTO_LISTINGS_DB_VERSION', '2' ); 45 45 } -
auto-listings/trunk/src/SearchForm/Shortcode/Extras.php
r3190866 r3420643 39 39 ); 40 40 41 $label = $atts['label'] ? '<label class="als-field__label" for="' . esc_attr( $id ) . '">' . $atts['label']. '</label>' : '';41 $label = $atts['label'] ? '<label class="als-field__label" for="' . esc_attr( $id ) . '">' . esc_attr( $atts['label'] ) . '</label>' : ''; 42 42 43 43 $output = '<div class="als-field als-field--keyword ">';
Note: See TracChangeset
for help on using the changeset viewer.