Plugin Directory

Changeset 3201791


Ignore:
Timestamp:
12/03/2024 02:58:08 PM (15 months ago)
Author:
clicksports
Message:

Update 1.4.4

Location:
clicksports-maps/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • clicksports-maps/trunk/README.txt

    r3201785 r3201791  
    55Requires at least: 4.8
    66Tested up to: 6.7.1
    7 Stable tag: 1.4.3
     7Stable tag: 1.4.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.4.4 =
     105* Fixed: Minor styling improvements.
     106
    104107= 1.4.3 =
    105 * Fixed: General Maintenance
     108* Fixed: General Maintenance.
    106109
    107110= 1.4.2 =
  • clicksports-maps/trunk/admin/css/clicksports-maps-admin.css

    r3201752 r3201791  
    245245.csmaps-ctrl-top-right .csmaps-ctrl button:focus-visible {
    246246    background-color: #eee;
    247 }
    248 
    249 .csmaps-ctrl-attrib-inner a:hover,
    250 .csmaps-ctrl-attrib-inner a:focus-visible {
    251     text-decoration: underline !important;
    252247}
    253248
  • clicksports-maps/trunk/clicksports-maps.php

    r3201785 r3201791  
    1616 * Plugin Name:       CLICKSPORTS Maps
    1717 * Description:       This plugin is a simple alternative to Google Maps and displays a customizable map on your website.
    18  * Version:           1.4.3
     18 * Version:           1.4.4
    1919 * Author:            CLICKSPORTS
    2020 * Author URI:        https://www.clicksports.de
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'CLICKSPORTS_MAPS_VERSION', '1.4.3' );
     37define( 'CLICKSPORTS_MAPS_VERSION', '1.4.4' );
    3838
    3939/**
  • clicksports-maps/trunk/includes/class-clicksports-maps.php

    r3201785 r3201791  
    6363            $this->version = CLICKSPORTS_MAPS_VERSION;
    6464        } else {
    65             $this->version = '1.4.3';
     65            $this->version = '1.4.4';
    6666        }
    6767        $this->plugin_name = 'clicksports-maps';
  • clicksports-maps/trunk/public/css/clicksports-maps-public.css

    r3201752 r3201791  
    8080}
    8181
    82 .csmaps-ctrl-attrib-inner a:hover,
     82.csmaps-ctrl-attrib-inner a:hover {
     83    text-decoration: underline !important;
     84
     85}
     86
    8387.csmaps-ctrl-attrib-inner a:focus-visible {
    8488    box-shadow: 0 0 0 2px #2271b1;
Note: See TracChangeset for help on using the changeset viewer.