Plugin Directory

Changeset 3013378


Ignore:
Timestamp:
12/22/2023 01:43:18 PM (2 years ago)
Author:
hullcode
Message:

Bug fixes

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

Legend:

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

    r3010459 r3013378  
    55Tested up to: 6.4
    66Requires PHP: 5.3
    7 Stable tag: 1.1.8
     7Stable tag: 1.1.9
    88License: GPLv2 or later
    99
  • gasolineras-de-espana/trunk/gasolineras-de-espana.php

    r2933686 r3013378  
    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.8
     6 * Version: 1.1.9
    77 * Author: Gasolinera
    88 * Author URI: https://mejorgasolinera.com
     
    1616defined( 'ABSPATH' ) or die( 'ABSPATH not defined' );
    1717
    18 define ('GDEW_VERSION', '1.1.8');
     18define ('GDEW_VERSION', '1.1.9');
    1919define ('GDEW_DEF_BASEURL', plugins_url('', __FILE__));
    2020
     
    440440    }
    441441
    442     $credits = "<a href='https://mejorgasolinera.com' style='color:".esc_attr($instance['text_color'])."' >Gasolineras</a> por mejorgasolinera.com";
     442
    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']).";'";
     
    516516
    517517
    518     $output .= "<div class='GDEW-footer'>";
    519     $output .= $credits;
    520     $output .= "</div>";
    521 
    522518    $output .= "</div>";
    523519    $output .= "</div>";
Note: See TracChangeset for help on using the changeset viewer.