Changeset 3201791
- Timestamp:
- 12/03/2024 02:58:08 PM (15 months ago)
- Location:
- clicksports-maps/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (2 diffs)
-
admin/css/clicksports-maps-admin.css (modified) (1 diff)
-
clicksports-maps.php (modified) (2 diffs)
-
includes/class-clicksports-maps.php (modified) (1 diff)
-
public/css/clicksports-maps-public.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clicksports-maps/trunk/README.txt
r3201785 r3201791 5 5 Requires at least: 4.8 6 6 Tested up to: 6.7.1 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 == Changelog == 103 103 104 = 1.4.4 = 105 * Fixed: Minor styling improvements. 106 104 107 = 1.4.3 = 105 * Fixed: General Maintenance 108 * Fixed: General Maintenance. 106 109 107 110 = 1.4.2 = -
clicksports-maps/trunk/admin/css/clicksports-maps-admin.css
r3201752 r3201791 245 245 .csmaps-ctrl-top-right .csmaps-ctrl button:focus-visible { 246 246 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;252 247 } 253 248 -
clicksports-maps/trunk/clicksports-maps.php
r3201785 r3201791 16 16 * Plugin Name: CLICKSPORTS Maps 17 17 * Description: This plugin is a simple alternative to Google Maps and displays a customizable map on your website. 18 * Version: 1.4. 318 * Version: 1.4.4 19 19 * Author: CLICKSPORTS 20 20 * Author URI: https://www.clicksports.de … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'CLICKSPORTS_MAPS_VERSION', '1.4. 3' );37 define( 'CLICKSPORTS_MAPS_VERSION', '1.4.4' ); 38 38 39 39 /** -
clicksports-maps/trunk/includes/class-clicksports-maps.php
r3201785 r3201791 63 63 $this->version = CLICKSPORTS_MAPS_VERSION; 64 64 } else { 65 $this->version = '1.4. 3';65 $this->version = '1.4.4'; 66 66 } 67 67 $this->plugin_name = 'clicksports-maps'; -
clicksports-maps/trunk/public/css/clicksports-maps-public.css
r3201752 r3201791 80 80 } 81 81 82 .csmaps-ctrl-attrib-inner a:hover, 82 .csmaps-ctrl-attrib-inner a:hover { 83 text-decoration: underline !important; 84 85 } 86 83 87 .csmaps-ctrl-attrib-inner a:focus-visible { 84 88 box-shadow: 0 0 0 2px #2271b1;
Note: See TracChangeset
for help on using the changeset viewer.