Changeset 3222673
- Timestamp:
- 01/15/2025 08:16:57 AM (14 months ago)
- Location:
- gasolineras-de-espana/trunk
- Files:
-
- 1 added
- 2 edited
-
README.txt (modified) (1 diff)
-
gasolineras-de-espana.php (modified) (4 diffs)
-
resources/icons/moeve.png (added)
Legend:
- Unmodified
- Added
- Removed
-
gasolineras-de-espana/trunk/README.txt
r3063260 r3222673 3 3 Tags: gasolinera, gasolineras, diesel, gasolina, widget 4 4 Requires at least: 3.3.1 5 Tested up to: 6. 55 Tested up to: 6.7 6 6 Requires PHP: 5.3 7 Stable tag: 1.1. 97 Stable tag: 1.1.10 8 8 License: GPLv2 or later 9 9 -
gasolineras-de-espana/trunk/gasolineras-de-espana.php
r3013378 r3222673 4 4 * Plugin URI: https://hullcode.com 5 5 * Description: Widget that allows you to display gas stations in Spain and their prices on your website. 6 * Version: 1.1. 96 * Version: 1.1.10 7 7 * Author: Gasolinera 8 8 * Author URI: https://mejorgasolinera.com … … 16 16 defined( 'ABSPATH' ) or die( 'ABSPATH not defined' ); 17 17 18 define ('GDEW_VERSION', '1.1. 9');18 define ('GDEW_VERSION', '1.1.10'); 19 19 define ('GDEW_DEF_BASEURL', plugins_url('', __FILE__)); 20 20 … … 440 440 } 441 441 442 442 $credits = "<a href='https://mejorgasolinera.com' target='_blank' style='color:".esc_attr($instance['text_color'])."' >Más gasolineras</a>"; 443 443 $output .= "<div class='GDEW-wrapper'"; 444 444 $output .= " style='font-size:".esc_attr($instance['font_size'])."px;color:".esc_attr($instance['text_color'])."; background-color:".esc_attr($instance['background_color']).";'"; … … 515 515 $output .= "</div>"; 516 516 517 $output .= "<div class='GDEW-footer'>"; 518 $output .= $credits; 519 $output .= "</div>"; 517 520 518 521 $output .= "</div>";
Note: See TracChangeset
for help on using the changeset viewer.