Changeset 3459079
- Timestamp:
- 02/11/2026 03:22:57 PM (6 weeks ago)
- Location:
- plausible-analytics
- Files:
-
- 8 edited
- 1 copied
-
tags/2.5.5 (copied) (copied from plausible-analytics/trunk)
-
tags/2.5.5/languages/plausible-analytics.pot (modified) (1 diff)
-
tags/2.5.5/plausible-analytics.php (modified) (1 diff)
-
tags/2.5.5/readme.txt (modified) (2 diffs)
-
tags/2.5.5/src/Admin/Upgrades.php (modified) (2 diffs)
-
trunk/languages/plausible-analytics.pot (modified) (1 diff)
-
trunk/plausible-analytics.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Admin/Upgrades.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plausible-analytics/tags/2.5.5/languages/plausible-analytics.pot
r3457339 r3459079 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Language-Team: Plausible Analytics Team <hello@plausible.io>\n" 10 "POT-Creation-Date: 2026-02- 09 18:13+0000\n"10 "POT-Creation-Date: 2026-02-11 15:22+0000\n" 11 11 "Report-Msgid-Bugs-To: https://github.com/plausible/wordpress/issues/new\n" 12 12 "X-Poedit-Basepath: ..\n" -
plausible-analytics/tags/2.5.5/plausible-analytics.php
r3457339 r3459079 6 6 * Author: Plausible.io 7 7 * Author URI: https://plausible.io 8 * Version: 2.5. 48 * Version: 2.5.5 9 9 * Text Domain: plausible-analytics 10 10 * Domain Path: /languages -
plausible-analytics/tags/2.5.5/readme.txt
r3457339 r3459079 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.2 8 Stable tag: 2.5. 48 Stable tag: 2.5.5 9 9 License: Massachusetts Institute of Technology (MIT) license 10 10 License URI: https://opensource.org/licenses/MIT … … 157 157 == Changelog == 158 158 159 = 2.5.5 = 160 * Fixed: a typo would cause users to with a valid API token to get a notice that the Plugin token should be entered. 161 159 162 = 2.5.4 = 160 163 * Improved: added a separate notice for Cloud users that haven't entered the Plugin token yet. -
plausible-analytics/tags/2.5.5/src/Admin/Upgrades.php
r3457339 r3459079 376 376 377 377 /** 378 * Show an admin-wide notice to C Eusers that haven't entered an API token yet.378 * Show an admin-wide notice to Cloud users that haven't entered an API token yet. 379 379 * 380 380 * @return void … … 385 385 386 386 // This user apparently hasn't entered an API token yet. 387 if ( !empty( $api_token ) && empty ( $self_hosted_domain ) ) {387 if ( empty( $api_token ) && empty ( $self_hosted_domain ) ) { 388 388 update_option( 'plausible_analytics_version', '2.5.4' ); 389 389 -
plausible-analytics/trunk/languages/plausible-analytics.pot
r3457339 r3459079 8 8 "Content-Transfer-Encoding: 8bit\n" 9 9 "Language-Team: Plausible Analytics Team <hello@plausible.io>\n" 10 "POT-Creation-Date: 2026-02- 09 18:13+0000\n"10 "POT-Creation-Date: 2026-02-11 15:22+0000\n" 11 11 "Report-Msgid-Bugs-To: https://github.com/plausible/wordpress/issues/new\n" 12 12 "X-Poedit-Basepath: ..\n" -
plausible-analytics/trunk/plausible-analytics.php
r3457339 r3459079 6 6 * Author: Plausible.io 7 7 * Author URI: https://plausible.io 8 * Version: 2.5. 48 * Version: 2.5.5 9 9 * Text Domain: plausible-analytics 10 10 * Domain Path: /languages -
plausible-analytics/trunk/readme.txt
r3457339 r3459079 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.2 8 Stable tag: 2.5. 48 Stable tag: 2.5.5 9 9 License: Massachusetts Institute of Technology (MIT) license 10 10 License URI: https://opensource.org/licenses/MIT … … 157 157 == Changelog == 158 158 159 = 2.5.5 = 160 * Fixed: a typo would cause users to with a valid API token to get a notice that the Plugin token should be entered. 161 159 162 = 2.5.4 = 160 163 * Improved: added a separate notice for Cloud users that haven't entered the Plugin token yet. -
plausible-analytics/trunk/src/Admin/Upgrades.php
r3457339 r3459079 376 376 377 377 /** 378 * Show an admin-wide notice to C Eusers that haven't entered an API token yet.378 * Show an admin-wide notice to Cloud users that haven't entered an API token yet. 379 379 * 380 380 * @return void … … 385 385 386 386 // This user apparently hasn't entered an API token yet. 387 if ( !empty( $api_token ) && empty ( $self_hosted_domain ) ) {387 if ( empty( $api_token ) && empty ( $self_hosted_domain ) ) { 388 388 update_option( 'plausible_analytics_version', '2.5.4' ); 389 389
Note: See TracChangeset
for help on using the changeset viewer.