Changeset 3423157
- Timestamp:
- 12/18/2025 05:56:21 PM (3 months ago)
- Location:
- weather-write/trunk
- Files:
-
- 3 edited
-
includes/class-admin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
weather-write.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
weather-write/trunk/includes/class-admin.php
r3423150 r3423157 1439 1439 'Asia-Pacific' => [ 'Hindi', 'Bengali', 'Urdu', 'Thai', 'Vietnamese', 'Indonesian', 'Malay', 'Filipino', 'Chinese (Simplified)', 'Chinese (Traditional)', 'Japanese', 'Korean' ], 1440 1440 'Middle East / Africa' => [ 'Arabic', 'Hebrew' ], 1441 'Other' => [ 'Klingon', 'Elvish', 'Na ’vi', 'Minionese', 'Dothraki', 'High Valyrian', 'Ubbi Dubbi', 'Pig Latin', 'Leet' ],1441 'Other' => [ 'Klingon', 'Elvish', 'Na\'vi', 'Minionese', 'Dothraki', 'High Valyrian', 'Ubbi Dubbi', 'Pig Latin', 'Leet' ], 1442 1442 ]; 1443 1443 … … 2171 2171 $allowed = [ 2172 2172 'English', 'Spanish', 'French', 'German', 'Italian', 'Portuguese', 2173 ' Dutch', 'Swedish', 'Norwegian', 'Danish', 'Finnish', 'Polish',2173 'Bulgarian', 'Dutch', 'Swedish', 'Norwegian', 'Danish', 'Finnish', 'Polish', 2174 2174 'Czech', 'Hungarian', 'Romanian', 'Greek', 'Turkish', 'Russian', 2175 2175 'Arabic', 'Hebrew', 'Hindi', 'Bengali', 'Urdu', 'Thai', … … 2177 2177 'Chinese (Traditional)', 'Japanese', 'Korean', 2178 2178 // Fun/Other 2179 'Klingon', 'Elvish', 'Na ’vi', 'Minionese', 'Dothraki', 'High Valyrian', 'Ubbi Dubbi', 'Pig Latin', 'Leet'2179 'Klingon', 'Elvish', 'Na\'vi', 'Minionese', 'Dothraki', 'High Valyrian', 'Ubbi Dubbi', 'Pig Latin', 'Leet' 2180 2180 ]; 2181 2181 $val = (string) $input['language']; -
weather-write/trunk/readme.txt
r3423154 r3423157 4 4 Requires at least: 6.5 5 5 Tested up to: 6.8 6 Stable tag: 1.3. 56 Stable tag: 1.3.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 87 87 88 88 == Changelog == 89 90 = 1.3.6 = 91 - CRITICAL FIX: Fixed syntax error in language validation array that was causing site crashes 92 - Fixed apostrophe escaping in Na'vi language option 89 93 90 94 = 1.3.5 = -
weather-write/trunk/weather-write.php
r3423154 r3423157 3 3 * Plugin Name: Weather Write 4 4 * Description: Generate and publish weather-aware posts with summaries, charts, images, alerts, SEO, and more — fully automated or on-demand. 5 * Version: 1.3. 55 * Version: 1.3.6 6 6 * Author: Mike Freeman - WeatherWrite 7 7 * Plugin URI: https://www.weatherwrite.com/
Note: See TracChangeset
for help on using the changeset viewer.