Plugin Directory

Changeset 3222673


Ignore:
Timestamp:
01/15/2025 08:16:57 AM (14 months ago)
Author:
hullcode
Message:

Added new gas station icons

Location:
gasolineras-de-espana/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • gasolineras-de-espana/trunk/README.txt

    r3063260 r3222673  
    33Tags: gasolinera, gasolineras, diesel, gasolina, widget
    44Requires at least: 3.3.1
    5 Tested up to: 6.5
     5Tested up to: 6.7
    66Requires PHP: 5.3
    7 Stable tag: 1.1.9
     7Stable tag: 1.1.10
    88License: GPLv2 or later
    99
  • gasolineras-de-espana/trunk/gasolineras-de-espana.php

    r3013378 r3222673  
    44 * Plugin URI: https://hullcode.com
    55 * Description: Widget that allows you to display gas stations in Spain and their prices on your website.
    6  * Version: 1.1.9
     6 * Version: 1.1.10
    77 * Author: Gasolinera
    88 * Author URI: https://mejorgasolinera.com
     
    1616defined( 'ABSPATH' ) or die( 'ABSPATH not defined' );
    1717
    18 define ('GDEW_VERSION', '1.1.9');
     18define ('GDEW_VERSION', '1.1.10');
    1919define ('GDEW_DEF_BASEURL', plugins_url('', __FILE__));
    2020
     
    440440    }
    441441
    442 
     442    $credits = "<a href='https://mejorgasolinera.com' target='_blank' style='color:".esc_attr($instance['text_color'])."' >Más gasolineras</a>";
    443443    $output .= "<div class='GDEW-wrapper'";
    444444    $output .= " style='font-size:".esc_attr($instance['font_size'])."px;color:".esc_attr($instance['text_color'])."; background-color:".esc_attr($instance['background_color']).";'";
     
    515515    $output .= "</div>";
    516516
     517    $output .= "<div class='GDEW-footer'>";
     518    $output .= $credits;
     519    $output .= "</div>";
    517520
    518521    $output .= "</div>";
Note: See TracChangeset for help on using the changeset viewer.