Changeset 3261736
- Timestamp:
- 03/25/2025 06:21:06 PM (9 months ago)
- Location:
- wordpress-beta-tester
- Files:
-
- 16 edited
- 1 copied
-
tags/3.6.3 (copied) (copied from wordpress-beta-tester/trunk)
-
tags/3.6.3/CHANGES.md (modified) (1 diff)
-
tags/3.6.3/languages/wordpress-beta-tester.pot (modified) (4 diffs)
-
tags/3.6.3/src/WPBT/WPBT_Extras.php (modified) (3 diffs)
-
tags/3.6.3/src/WPBT/WPBT_Settings.php (modified) (1 diff)
-
tags/3.6.3/vendor/composer/InstalledVersions.php (modified) (5 diffs)
-
tags/3.6.3/vendor/composer/installed.json (modified) (3 diffs)
-
tags/3.6.3/vendor/composer/installed.php (modified) (3 diffs)
-
tags/3.6.3/wp-beta-tester.php (modified) (1 diff)
-
trunk/CHANGES.md (modified) (1 diff)
-
trunk/languages/wordpress-beta-tester.pot (modified) (4 diffs)
-
trunk/src/WPBT/WPBT_Extras.php (modified) (3 diffs)
-
trunk/src/WPBT/WPBT_Settings.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (5 diffs)
-
trunk/vendor/composer/installed.json (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/wp-beta-tester.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-beta-tester/tags/3.6.3/CHANGES.md
r3201160 r3261736 1 1 [unreleased] 2 3 #### 3.6.3 / 2025-03-25 4 * update workflow 5 * add extra setting to remove auto-installed plugin(s) 2 6 3 7 #### 3.6.2 / 2024-12-02 -
wordpress-beta-tester/tags/3.6.3/languages/wordpress-beta-tester.pot
r3201160 r3261736 1 # Copyright (C) 202 4WordPress Upgrade/Install Team1 # Copyright (C) 2025 WordPress Upgrade/Install Team 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: wordpress-beta-tester 3.6.2\n"6 "Report-Msgid-Bugs-To: https://github.com/afragen/wordpress-beta-tester/ wordpress-beta-tester/issues\n"5 "Project-Id-Version: WordPress Beta Tester 3.6.3\n" 6 "Report-Msgid-Bugs-To: https://github.com/afragen/wordpress-beta-tester/issues\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <[email protected]>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-12-02T19:37:25+00:00\n"12 "POT-Creation-Date: 2025-03-25T18:19:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 187 187 msgstr "" 188 188 189 #: src/WPBT/WPBT_Extras.php: 60189 #: src/WPBT/WPBT_Extras.php:71 190 190 msgid "Extra Settings" 191 191 msgstr "" 192 192 193 #: src/WPBT/WPBT_Extras.php: 90193 #: src/WPBT/WPBT_Extras.php:101 194 194 msgid "Skip successful autoupdate emails." 195 195 msgstr "" 196 196 197 #: src/WPBT/WPBT_Extras.php: 91197 #: src/WPBT/WPBT_Extras.php:102 198 198 msgid "Disable sending emails to the admin user for successful autoupdates. Only emails indicating failures of the autoupdate process are sent." 199 msgstr "" 200 201 #: src/WPBT/WPBT_Extras.php:114 202 msgid "Delete auto-installed plugins." 203 msgstr "" 204 205 #: src/WPBT/WPBT_Extras.php:115 206 msgid "Akismet is automatically installed with beta testing offers." 199 207 msgstr "" 200 208 … … 236 244 msgstr "" 237 245 246 #: src/WPBT/WPBT_Settings.php:89 247 #: src/WPBT/WPBT_Settings.php:285 248 msgid "Beta Testing WordPress" 249 msgstr "" 250 238 251 #: src/WPBT/WPBT_Settings.php:90 239 #: src/WPBT/WPBT_Settings.php:286240 msgid "Beta Testing WordPress"241 msgstr ""242 243 #: src/WPBT/WPBT_Settings.php:91244 252 msgctxt "Menu item" 245 253 msgid "Beta Testing" 246 254 msgstr "" 247 255 248 #: src/WPBT/WPBT_Settings.php:1 10256 #: src/WPBT/WPBT_Settings.php:109 249 257 msgid "Settings" 250 258 msgstr "" 251 259 260 #: src/WPBT/WPBT_Settings.php:253 261 msgid "Saved." 262 msgstr "" 263 252 264 #: src/WPBT/WPBT_Settings.php:254 253 msgid "Saved."254 msgstr ""255 256 #: src/WPBT/WPBT_Settings.php:255257 265 msgid "Perhaps you should head on over and <a href=\"update-core.php\">upgrade now</a>." 258 266 msgstr "" 259 267 260 #: src/WPBT/WPBT_Settings.php:28 9268 #: src/WPBT/WPBT_Settings.php:288 261 269 msgid "<strong>Please note:</strong> Once you have switched your website to one of these beta versions of software, it will not always be possible to downgrade as the database structure may be updated during the development of a major release." 262 270 msgstr "" -
wordpress-beta-tester/tags/3.6.3/src/WPBT/WPBT_Extras.php
r3166156 r3261736 40 40 41 41 /** 42 * Initialize Extras. 43 * 44 * @return void 45 */ 46 public function init() { 47 $this->load_hooks(); 48 $this->skip_autoupdate_email(); 49 $this->remove_auto_installed_plugins(); 50 } 51 52 /** 42 53 * Load hooks. 43 54 * … … 90 101 'title' => esc_html__( 'Skip successful autoupdate emails.', 'wordpress-beta-tester' ), 91 102 'description' => esc_html__( 'Disable sending emails to the admin user for successful autoupdates. Only emails indicating failures of the autoupdate process are sent.', 'wordpress-beta-tester' ), 103 ) 104 ); 105 106 add_settings_field( 107 'remove_auto_installed_plugins', 108 null, 109 array( 'WPBT_Settings', 'checkbox_setting' ), 110 'wp_beta_tester_extras', 111 'wp_beta_tester_email', 112 array( 113 'id' => 'remove_auto_installed_plugins', 114 'title' => esc_html__( 'Delete auto-installed plugins.', 'wordpress-beta-tester' ), 115 'description' => esc_html__( 'Akismet is automatically installed with beta testing offers.', 'wordpress-beta-tester' ), 92 116 ) 93 117 ); … … 184 208 ); 185 209 } 210 211 /** 212 * Remove auto-installed plugins installed with every beta testing offer. 213 * 214 * @return void 215 */ 216 public function remove_auto_installed_plugins() { 217 if ( ! isset( self::$options['remove_auto_installed_plugins'] ) ) { 218 return; 219 } 220 221 // Needed as sometimes `delete_plugins()` not ready. 222 require_once ABSPATH . 'wp-admin/includes/file.php'; 223 add_action( 'init', fn() => delete_plugins( array( 'akismet/akismet.php' ) ) ); 224 } 186 225 } -
wordpress-beta-tester/tags/3.6.3/src/WPBT/WPBT_Settings.php
r3201160 r3261736 54 54 $this->load_hooks(); 55 55 ( new WPBT_Core( $this->wp_beta_tester, self::$options ) )->load_hooks(); 56 ( new WPBT_Extras( $this->wp_beta_tester, self::$options ) )->load_hooks(); 57 ( new WPBT_Extras( $this->wp_beta_tester, self::$options ) )->skip_autoupdate_email(); 56 ( new WPBT_Extras( $this->wp_beta_tester, self::$options ) )->init(); 58 57 ( new WPBT_Help() )->load_hooks(); 59 58 } -
wordpress-beta-tester/tags/3.6.3/vendor/composer/InstalledVersions.php
r2914451 r3261736 32 32 */ 33 33 private static $installed; 34 35 /** 36 * @var bool 37 */ 38 private static $installedIsLocalDir; 34 39 35 40 /** … … 310 315 self::$installed = $data; 311 316 self::$installedByVendor = array(); 317 318 // when using reload, we disable the duplicate protection to ensure that self::$installed data is 319 // always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not, 320 // so we have to assume it does not, and that may result in duplicate data being returned when listing 321 // all installed packages for example 322 self::$installedIsLocalDir = false; 312 323 } 313 324 … … 323 334 324 335 $installed = array(); 336 $copiedLocalDir = false; 325 337 326 338 if (self::$canGetVendors) { 339 $selfDir = strtr(__DIR__, '\\', '/'); 327 340 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { 341 $vendorDir = strtr($vendorDir, '\\', '/'); 328 342 if (isset(self::$installedByVendor[$vendorDir])) { 329 343 $installed[] = self::$installedByVendor[$vendorDir]; … … 331 345 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 332 346 $required = require $vendorDir.'/composer/installed.php'; 333 $installed[] = self::$installedByVendor[$vendorDir] = $required; 334 if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { 335 self::$installed = $installed[count($installed) - 1]; 347 self::$installedByVendor[$vendorDir] = $required; 348 $installed[] = $required; 349 if (self::$installed === null && $vendorDir.'/composer' === $selfDir) { 350 self::$installed = $required; 351 self::$installedIsLocalDir = true; 336 352 } 353 } 354 if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) { 355 $copiedLocalDir = true; 337 356 } 338 357 } … … 351 370 } 352 371 353 if (self::$installed !== array() ) {372 if (self::$installed !== array() && !$copiedLocalDir) { 354 373 $installed[] = self::$installed; 355 374 } -
wordpress-beta-tester/tags/3.6.3/vendor/composer/installed.json
r3166156 r3261736 256 256 { 257 257 "name": "squizlabs/php_codesniffer", 258 "version": "3.1 0.3",259 "version_normalized": "3.1 0.3.0",258 "version": "3.12.0", 259 "version_normalized": "3.12.0.0", 260 260 "source": { 261 261 "type": "git", 262 262 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 263 "reference": " 62d32998e820bddc40f99f8251958aed187a5c9c"263 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630" 264 264 }, 265 265 "dist": { 266 266 "type": "zip", 267 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ 62d32998e820bddc40f99f8251958aed187a5c9c",268 "reference": " 62d32998e820bddc40f99f8251958aed187a5c9c",267 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 268 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 269 269 "shasum": "" 270 270 }, … … 278 278 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 279 279 }, 280 "time": "202 4-09-18T10:38:58+00:00",280 "time": "2025-03-18T05:04:51+00:00", 281 281 "bin": [ 282 282 "bin/phpcbf", … … 333 333 "url": "https://opencollective.com/php_codesniffer", 334 334 "type": "open_collective" 335 }, 336 { 337 "url": "https://thanks.dev/u/gh/phpcsstandards", 338 "type": "thanks_dev" 335 339 } 336 340 ], -
wordpress-beta-tester/tags/3.6.3/vendor/composer/installed.php
r3166156 r3261736 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' c845c78f2c71f0b51e6423b64ed4e07563f4f3b7',6 'reference' => 'f942f73118c58e4794384adfa673ef5d24a6d9a1', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' c845c78f2c71f0b51e6423b64ed4e07563f4f3b7',16 'reference' => 'f942f73118c58e4794384adfa673ef5d24a6d9a1', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', … … 48 48 ), 49 49 'squizlabs/php_codesniffer' => array( 50 'pretty_version' => '3.1 0.3',51 'version' => '3.1 0.3.0',52 'reference' => ' 62d32998e820bddc40f99f8251958aed187a5c9c',50 'pretty_version' => '3.12.0', 51 'version' => '3.12.0.0', 52 'reference' => '2d1b63db139c3c6ea0c927698e5160f8b3b8d630', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', -
wordpress-beta-tester/tags/3.6.3/wp-beta-tester.php
r3201160 r3261736 14 14 * Description: Allows you to easily upgrade to Beta releases. 15 15 * Author: WordPress Upgrade/Install Team 16 * Version: 3.6. 216 * Version: 3.6.3 17 17 * Network: true 18 18 * Author URI: https://make.wordpress.org/core/components/upgrade-install/ -
wordpress-beta-tester/trunk/CHANGES.md
r3201160 r3261736 1 1 [unreleased] 2 3 #### 3.6.3 / 2025-03-25 4 * update workflow 5 * add extra setting to remove auto-installed plugin(s) 2 6 3 7 #### 3.6.2 / 2024-12-02 -
wordpress-beta-tester/trunk/languages/wordpress-beta-tester.pot
r3201160 r3261736 1 # Copyright (C) 202 4WordPress Upgrade/Install Team1 # Copyright (C) 2025 WordPress Upgrade/Install Team 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: wordpress-beta-tester 3.6.2\n"6 "Report-Msgid-Bugs-To: https://github.com/afragen/wordpress-beta-tester/ wordpress-beta-tester/issues\n"5 "Project-Id-Version: WordPress Beta Tester 3.6.3\n" 6 "Report-Msgid-Bugs-To: https://github.com/afragen/wordpress-beta-tester/issues\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <[email protected]>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-12-02T19:37:25+00:00\n"12 "POT-Creation-Date: 2025-03-25T18:19:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 187 187 msgstr "" 188 188 189 #: src/WPBT/WPBT_Extras.php: 60189 #: src/WPBT/WPBT_Extras.php:71 190 190 msgid "Extra Settings" 191 191 msgstr "" 192 192 193 #: src/WPBT/WPBT_Extras.php: 90193 #: src/WPBT/WPBT_Extras.php:101 194 194 msgid "Skip successful autoupdate emails." 195 195 msgstr "" 196 196 197 #: src/WPBT/WPBT_Extras.php: 91197 #: src/WPBT/WPBT_Extras.php:102 198 198 msgid "Disable sending emails to the admin user for successful autoupdates. Only emails indicating failures of the autoupdate process are sent." 199 msgstr "" 200 201 #: src/WPBT/WPBT_Extras.php:114 202 msgid "Delete auto-installed plugins." 203 msgstr "" 204 205 #: src/WPBT/WPBT_Extras.php:115 206 msgid "Akismet is automatically installed with beta testing offers." 199 207 msgstr "" 200 208 … … 236 244 msgstr "" 237 245 246 #: src/WPBT/WPBT_Settings.php:89 247 #: src/WPBT/WPBT_Settings.php:285 248 msgid "Beta Testing WordPress" 249 msgstr "" 250 238 251 #: src/WPBT/WPBT_Settings.php:90 239 #: src/WPBT/WPBT_Settings.php:286240 msgid "Beta Testing WordPress"241 msgstr ""242 243 #: src/WPBT/WPBT_Settings.php:91244 252 msgctxt "Menu item" 245 253 msgid "Beta Testing" 246 254 msgstr "" 247 255 248 #: src/WPBT/WPBT_Settings.php:1 10256 #: src/WPBT/WPBT_Settings.php:109 249 257 msgid "Settings" 250 258 msgstr "" 251 259 260 #: src/WPBT/WPBT_Settings.php:253 261 msgid "Saved." 262 msgstr "" 263 252 264 #: src/WPBT/WPBT_Settings.php:254 253 msgid "Saved."254 msgstr ""255 256 #: src/WPBT/WPBT_Settings.php:255257 265 msgid "Perhaps you should head on over and <a href=\"update-core.php\">upgrade now</a>." 258 266 msgstr "" 259 267 260 #: src/WPBT/WPBT_Settings.php:28 9268 #: src/WPBT/WPBT_Settings.php:288 261 269 msgid "<strong>Please note:</strong> Once you have switched your website to one of these beta versions of software, it will not always be possible to downgrade as the database structure may be updated during the development of a major release." 262 270 msgstr "" -
wordpress-beta-tester/trunk/src/WPBT/WPBT_Extras.php
r3166156 r3261736 40 40 41 41 /** 42 * Initialize Extras. 43 * 44 * @return void 45 */ 46 public function init() { 47 $this->load_hooks(); 48 $this->skip_autoupdate_email(); 49 $this->remove_auto_installed_plugins(); 50 } 51 52 /** 42 53 * Load hooks. 43 54 * … … 90 101 'title' => esc_html__( 'Skip successful autoupdate emails.', 'wordpress-beta-tester' ), 91 102 'description' => esc_html__( 'Disable sending emails to the admin user for successful autoupdates. Only emails indicating failures of the autoupdate process are sent.', 'wordpress-beta-tester' ), 103 ) 104 ); 105 106 add_settings_field( 107 'remove_auto_installed_plugins', 108 null, 109 array( 'WPBT_Settings', 'checkbox_setting' ), 110 'wp_beta_tester_extras', 111 'wp_beta_tester_email', 112 array( 113 'id' => 'remove_auto_installed_plugins', 114 'title' => esc_html__( 'Delete auto-installed plugins.', 'wordpress-beta-tester' ), 115 'description' => esc_html__( 'Akismet is automatically installed with beta testing offers.', 'wordpress-beta-tester' ), 92 116 ) 93 117 ); … … 184 208 ); 185 209 } 210 211 /** 212 * Remove auto-installed plugins installed with every beta testing offer. 213 * 214 * @return void 215 */ 216 public function remove_auto_installed_plugins() { 217 if ( ! isset( self::$options['remove_auto_installed_plugins'] ) ) { 218 return; 219 } 220 221 // Needed as sometimes `delete_plugins()` not ready. 222 require_once ABSPATH . 'wp-admin/includes/file.php'; 223 add_action( 'init', fn() => delete_plugins( array( 'akismet/akismet.php' ) ) ); 224 } 186 225 } -
wordpress-beta-tester/trunk/src/WPBT/WPBT_Settings.php
r3201160 r3261736 54 54 $this->load_hooks(); 55 55 ( new WPBT_Core( $this->wp_beta_tester, self::$options ) )->load_hooks(); 56 ( new WPBT_Extras( $this->wp_beta_tester, self::$options ) )->load_hooks(); 57 ( new WPBT_Extras( $this->wp_beta_tester, self::$options ) )->skip_autoupdate_email(); 56 ( new WPBT_Extras( $this->wp_beta_tester, self::$options ) )->init(); 58 57 ( new WPBT_Help() )->load_hooks(); 59 58 } -
wordpress-beta-tester/trunk/vendor/composer/InstalledVersions.php
r2914451 r3261736 32 32 */ 33 33 private static $installed; 34 35 /** 36 * @var bool 37 */ 38 private static $installedIsLocalDir; 34 39 35 40 /** … … 310 315 self::$installed = $data; 311 316 self::$installedByVendor = array(); 317 318 // when using reload, we disable the duplicate protection to ensure that self::$installed data is 319 // always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not, 320 // so we have to assume it does not, and that may result in duplicate data being returned when listing 321 // all installed packages for example 322 self::$installedIsLocalDir = false; 312 323 } 313 324 … … 323 334 324 335 $installed = array(); 336 $copiedLocalDir = false; 325 337 326 338 if (self::$canGetVendors) { 339 $selfDir = strtr(__DIR__, '\\', '/'); 327 340 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { 341 $vendorDir = strtr($vendorDir, '\\', '/'); 328 342 if (isset(self::$installedByVendor[$vendorDir])) { 329 343 $installed[] = self::$installedByVendor[$vendorDir]; … … 331 345 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 332 346 $required = require $vendorDir.'/composer/installed.php'; 333 $installed[] = self::$installedByVendor[$vendorDir] = $required; 334 if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { 335 self::$installed = $installed[count($installed) - 1]; 347 self::$installedByVendor[$vendorDir] = $required; 348 $installed[] = $required; 349 if (self::$installed === null && $vendorDir.'/composer' === $selfDir) { 350 self::$installed = $required; 351 self::$installedIsLocalDir = true; 336 352 } 353 } 354 if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) { 355 $copiedLocalDir = true; 337 356 } 338 357 } … … 351 370 } 352 371 353 if (self::$installed !== array() ) {372 if (self::$installed !== array() && !$copiedLocalDir) { 354 373 $installed[] = self::$installed; 355 374 } -
wordpress-beta-tester/trunk/vendor/composer/installed.json
r3166156 r3261736 256 256 { 257 257 "name": "squizlabs/php_codesniffer", 258 "version": "3.1 0.3",259 "version_normalized": "3.1 0.3.0",258 "version": "3.12.0", 259 "version_normalized": "3.12.0.0", 260 260 "source": { 261 261 "type": "git", 262 262 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 263 "reference": " 62d32998e820bddc40f99f8251958aed187a5c9c"263 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630" 264 264 }, 265 265 "dist": { 266 266 "type": "zip", 267 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ 62d32998e820bddc40f99f8251958aed187a5c9c",268 "reference": " 62d32998e820bddc40f99f8251958aed187a5c9c",267 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 268 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 269 269 "shasum": "" 270 270 }, … … 278 278 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 279 279 }, 280 "time": "202 4-09-18T10:38:58+00:00",280 "time": "2025-03-18T05:04:51+00:00", 281 281 "bin": [ 282 282 "bin/phpcbf", … … 333 333 "url": "https://opencollective.com/php_codesniffer", 334 334 "type": "open_collective" 335 }, 336 { 337 "url": "https://thanks.dev/u/gh/phpcsstandards", 338 "type": "thanks_dev" 335 339 } 336 340 ], -
wordpress-beta-tester/trunk/vendor/composer/installed.php
r3166156 r3261736 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' c845c78f2c71f0b51e6423b64ed4e07563f4f3b7',6 'reference' => 'f942f73118c58e4794384adfa673ef5d24a6d9a1', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' c845c78f2c71f0b51e6423b64ed4e07563f4f3b7',16 'reference' => 'f942f73118c58e4794384adfa673ef5d24a6d9a1', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', … … 48 48 ), 49 49 'squizlabs/php_codesniffer' => array( 50 'pretty_version' => '3.1 0.3',51 'version' => '3.1 0.3.0',52 'reference' => ' 62d32998e820bddc40f99f8251958aed187a5c9c',50 'pretty_version' => '3.12.0', 51 'version' => '3.12.0.0', 52 'reference' => '2d1b63db139c3c6ea0c927698e5160f8b3b8d630', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer', -
wordpress-beta-tester/trunk/wp-beta-tester.php
r3201160 r3261736 14 14 * Description: Allows you to easily upgrade to Beta releases. 15 15 * Author: WordPress Upgrade/Install Team 16 * Version: 3.6. 216 * Version: 3.6.3 17 17 * Network: true 18 18 * Author URI: https://make.wordpress.org/core/components/upgrade-install/
Note: See TracChangeset
for help on using the changeset viewer.