Changeset 3207248
- Timestamp:
- 12/12/2024 10:55:11 PM (15 months ago)
- Location:
- ootb-openstreetmap
- Files:
-
- 6 edited
- 1 copied
-
tags/2.8.4 (copied) (copied from ootb-openstreetmap/trunk)
-
tags/2.8.4/includes/classes/Query.php (modified) (1 diff)
-
tags/2.8.4/ootb-openstreetmap.php (modified) (2 diffs)
-
tags/2.8.4/readme.txt (modified) (2 diffs)
-
trunk/includes/classes/Query.php (modified) (1 diff)
-
trunk/ootb-openstreetmap.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ootb-openstreetmap/tags/2.8.4/includes/classes/Query.php
r3190811 r3207248 281 281 ]; 282 282 283 $escaped_attrs = array_map( 'esc_attr', $attrs ); 284 283 285 $content = sprintf( 284 286 '<div class="ootb-openstreetmap--map" %1$s style="height: %2$s;"></div>', 285 self::default_attrs( $ attrs ),286 $ attrs[ 'height' ]287 self::default_attrs( $escaped_attrs ), 288 $escaped_attrs[ 'height' ] 287 289 ); 288 290 -
ootb-openstreetmap/tags/2.8.4/ootb-openstreetmap.php
r3190811 r3207248 6 6 * Requires at least: 6.5 7 7 * Requires PHP: 7.4 8 * Version: 2.8. 38 * Version: 2.8.4 9 9 * Author: Giorgos Sarigiannidis 10 10 * Author URI: https://www.gsarigiannidis.gr … … 22 22 23 23 const OOTB_BLOCK_NAME = 'ootb/openstreetmap'; 24 const OOTB_VERSION = '2.8. 3';24 const OOTB_VERSION = '2.8.4'; 25 25 const OOTB_SCRIPT_VERSION = [ 26 26 'leaflet' => '1.9.4', -
ootb-openstreetmap/tags/2.8.4/readme.txt
r3190811 r3207248 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 2.8. 38 Stable tag: 2.8.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 140 140 141 141 == Changelog == 142 = 2.8.4 = 143 * Security update. Fixes a vulnerability which allows authenticated attackers with contributor permissions or above to insert JavaScript that triggers when accessing the web-page by mouse. 144 142 145 = 2.8.3 = 143 146 * Bumps support to WordPress 6.7. -
ootb-openstreetmap/trunk/includes/classes/Query.php
r3190811 r3207248 281 281 ]; 282 282 283 $escaped_attrs = array_map( 'esc_attr', $attrs ); 284 283 285 $content = sprintf( 284 286 '<div class="ootb-openstreetmap--map" %1$s style="height: %2$s;"></div>', 285 self::default_attrs( $ attrs ),286 $ attrs[ 'height' ]287 self::default_attrs( $escaped_attrs ), 288 $escaped_attrs[ 'height' ] 287 289 ); 288 290 -
ootb-openstreetmap/trunk/ootb-openstreetmap.php
r3190811 r3207248 6 6 * Requires at least: 6.5 7 7 * Requires PHP: 7.4 8 * Version: 2.8. 38 * Version: 2.8.4 9 9 * Author: Giorgos Sarigiannidis 10 10 * Author URI: https://www.gsarigiannidis.gr … … 22 22 23 23 const OOTB_BLOCK_NAME = 'ootb/openstreetmap'; 24 const OOTB_VERSION = '2.8. 3';24 const OOTB_VERSION = '2.8.4'; 25 25 const OOTB_SCRIPT_VERSION = [ 26 26 'leaflet' => '1.9.4', -
ootb-openstreetmap/trunk/readme.txt
r3190811 r3207248 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 2.8. 38 Stable tag: 2.8.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 140 140 141 141 == Changelog == 142 = 2.8.4 = 143 * Security update. Fixes a vulnerability which allows authenticated attackers with contributor permissions or above to insert JavaScript that triggers when accessing the web-page by mouse. 144 142 145 = 2.8.3 = 143 146 * Bumps support to WordPress 6.7.
Note: See TracChangeset
for help on using the changeset viewer.