Changeset 3430861
- Timestamp:
- 01/02/2026 05:18:20 AM (3 months ago)
- Location:
- multiweather/trunk
- Files:
-
- 3 edited
-
inc/settings-page.php (modified) (1 diff)
-
multiweather.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multiweather/trunk/inc/settings-page.php
r3430849 r3430861 222 222 <th scope="row">📦 <?php esc_html_e( 'Shortcode Example', 'multiweather' ); ?></th> 223 223 <td> 224 <code>[mwpl_weather_card lat="49.635060" lon="-116.858307" label="Crawford Bay – British Columbia" card="2" unit ="metric"]</code>224 <code>[mwpl_weather_card lat="49.635060" lon="-116.858307" label="Crawford Bay – British Columbia" card="2" units="metric"]</code> 225 225 <p class="description"> 226 226 <?php esc_html_e( 'Copy and paste this into any post or page (replace lat, lon, and label) to insert a weather block.', 'multiweather' ); ?> -
multiweather/trunk/multiweather.php
r3430849 r3430861 5 5 Plugin URI: https://wordpress.org/plugins/multiweather/ 6 6 Description: Beautiful weather, tide, and marine forecast cards for WordPress. 7 Version: 1.0. 77 Version: 1.0.8 8 8 Author: ipodguy79 9 9 Author URI: https://profiles.wordpress.org/ipodguy79/ -
multiweather/trunk/readme.txt
r3430849 r3430861 1 === MultiWeather Pro===1 === MultiWeather === 2 2 Author: ipodguy79 3 3 Tags: weather, forecast, temperature, tides, marine 4 4 Tested up to: 6.9 5 5 Requires PHP: 7.4 6 Stable tag: 1.0. 76 Stable tag: 1.0.8 7 7 License: GPL2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 MultiWeather Prolets you drop gorgeous, data-rich weather cards into any page or post using shortcodes.14 MultiWeather lets you drop gorgeous, data-rich weather cards into any page or post using shortcodes. 15 15 16 Powered by OpenWeather (weather) and Open-Meteo (marine/tide), MultiWeather Prosupports:16 Powered by OpenWeather (weather) and Open-Meteo (marine/tide), MultiWeather supports: 17 17 - Current conditions 18 18 - Hourly & daily forecasts
Note: See TracChangeset
for help on using the changeset viewer.