Plugin Directory

Changeset 3382039


Ignore:
Timestamp:
10/21/2025 04:17:06 PM (4 months ago)
Author:
RoxxiStudios
Message:

Preparing for version 1.2.0

Location:
weatherbot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • weatherbot/trunk/assets/css/weather-bot.css

    r3377753 r3382039  
    137137.roxxi-weather.wb-type-inline {
    138138    display: inline-flex;
    139     justify-content: flex-start;
     139    align-items: center;
    140140    flex-wrap: wrap;
    141     gap: 8px;
     141    gap: 3px;
    142142    background: transparent;
    143     border: 0;
     143    vertical-align: text-bottom;
    144144    font-size: inherit;
    145     vertical-align: text-bottom;
     145    font-weight: 400;
    146146    width: fit-content;
     147    padding: 0;
     148}
     149
     150.roxxi-weather.wb-type-inline .conditions {
     151    font-weight: inherit;
     152    font-size: inherit;
     153}
     154
     155.roxxi-weather.wb-type-inline .wb-ico {
     156    height: 16px;
     157    width: 16px;
     158}
     159
     160.roxxi-weather.wb-type-inline .wb-pre,
     161.roxxi-weather.wb-type-inline .wb-temp,
     162.roxxi-weather.wb-type-inline .wb-unit {
     163    font-weight: inherit;
     164    font-size: inherit;
    147165}
    148166
     
    385403.roxxi-weather [role="button"]:focus-visible {
    386404    outline: 3px solid currentColor;
    387     /* ensures ≥3:1 contrast vs background */
     405    /* ensures ≥3:1 contrast vs background */
    388406    outline-offset: 2px;
    389407    border-radius: 3px;
  • weatherbot/trunk/readme.txt

    r3377753 r3382039  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1.9
     7Stable tag: 1.2.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    353353== Changelog ==
    354354
     355= 1.2.0 =
     356* **Maintenance:** Regular maintenance and code refinement.
     357
    355358= 1.1.9 =
    356359* **Improved:** Updated styles sheet to improve layouts for all variables.
  • weatherbot/trunk/weatherbot.php

    r3377753 r3382039  
    44Plugin URI: https://roxxistudios.com/plugins/weatherbot
    55Description: WeatherBot — free version is a clean, easy to use weather plugin. Add fast, accessible, location-based weather using the Google Maps Platform (Weather + Geocoding). Includes a shortcode with inline/badge/compact variants and a widget.
    6 Version: 1.1.9
     6Version: 1.2.0
    77Requires at least: 6.0
    88Requires PHP: 7.4
     
    3838 * -------------------------------------------------------------------------- */
    3939if ( ! defined( 'RX_WEATHERBOT_VERSION' ) ) {
    40     define( 'RX_WEATHERBOT_VERSION', '1.1.9' );
     40    define( 'RX_WEATHERBOT_VERSION', '1.2.0' );
    4141}
    4242if ( ! defined( 'RX_WEATHERBOT_FILE' ) ) {
Note: See TracChangeset for help on using the changeset viewer.