Changeset 3234322
- Timestamp:
- 02/03/2025 11:25:22 PM (5 weeks ago)
- Location:
- publisher-media-kit
- Files:
-
- 8 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
publisher-media-kit/tags/1.3.6/publisher-media-kit.php
r3128319 r3234322 4 4 * Plugin URI: https://github.com/10up/publisher-media-kit 5 5 * Description: Pre-configured Media Kit Page using Gutenberg Block Patterns. 6 * Version: 1.3. 57 * Requires at least: 6. 46 * Version: 1.3.6 7 * Requires at least: 6.5 8 8 * Requires PHP: 7.4 9 9 * Author: 10up … … 18 18 19 19 // Useful global constants. 20 define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3. 5' );20 define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3.6' ); 21 21 define( 'PUBLISHER_MEDIA_KIT_URL', plugin_dir_url( __FILE__ ) ); 22 22 define( 'PUBLISHER_MEDIA_KIT_PATH', plugin_dir_path( __FILE__ ) ); -
publisher-media-kit/tags/1.3.6/readme.txt
r3128319 r3234322 2 2 Contributors: 10up, jeffpaul, faisal03 3 3 Tags: media kit, audience profiles, digital ad specs, ad rates 4 Tested up to: 6. 65 Stable tag: 1.3. 54 Tested up to: 6.7 5 Stable tag: 1.3.6 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 58 = 1.3.6 - 2025-02-03 = 59 60 **Note that this release bumps the minimum required version of WordPress from 6.4 to 6.5.** 61 62 * **Changed:** Bump WordPress "tested up to" version 6.7 (props [@severine-pozzo](https://github.com/severine-pozzo), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#212](https://github.com/10up/publisher-media-kit/pull/212)). 63 * **Changed:** Bump WordPress minimum to version 6.5 (props [@severine-pozzo](https://github.com/severine-pozzo), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#212](https://github.com/10up/publisher-media-kit/pull/212)). 64 * **Security:** Bump `axios` from 1.7.2 to 1.7.4 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#205](https://github.com/10up/publisher-media-kit/pull/205)). 65 * **Security:** Bump `webpack` from 5.92.1 to 5.94.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#206](https://github.com/10up/publisher-media-kit/pull/206)). 66 * **Security:** Bump `serve-static` from 1.15.0 to 1.16.2 and `express` from 4.19.2 to 4.21.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#209](https://github.com/10up/publisher-media-kit/pull/209)). 67 * **Security:** Bump `cookie` from 0.4.2 to 0.7.1, `express` from 4.21.0 to 4.21.2 and `@wordpress/scripts` from 27.9.0 to 30.7.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#213](https://github.com/10up/publisher-media-kit/pull/213)). 57 68 58 69 = 1.3.5 - 2024-07-31 = … … 122 133 == Upgrade Notice == 123 134 135 = 1.3.6 = 136 Note that this release bumps the minimum required version of WordPress from 6.4 to 6.5. 137 124 138 = 1.3.5 = 125 139 Note that this release bumps the minimum required version of WordPress from 6.2 to 6.4. -
publisher-media-kit/tags/1.3.6/vendor/composer/InstalledVersions.php
r2912548 r3234322 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 } -
publisher-media-kit/tags/1.3.6/vendor/composer/installed.php
r3128319 r3234322 2 2 'root' => array( 3 3 'name' => '10up/publisher-media-kit', 4 'pretty_version' => '1.3. 5',5 'version' => '1.3. 5.0',6 'reference' => ' a6719b3899c77d820d1b862e754fb92191f02772',4 'pretty_version' => '1.3.6', 5 'version' => '1.3.6.0', 6 'reference' => '14bf0b2a0d3c731d8fb907586ab4494c8b41b179', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '10up/publisher-media-kit' => array( 14 'pretty_version' => '1.3. 5',15 'version' => '1.3. 5.0',16 'reference' => ' a6719b3899c77d820d1b862e754fb92191f02772',14 'pretty_version' => '1.3.6', 15 'version' => '1.3.6.0', 16 'reference' => '14bf0b2a0d3c731d8fb907586ab4494c8b41b179', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
publisher-media-kit/trunk/publisher-media-kit.php
r3128319 r3234322 4 4 * Plugin URI: https://github.com/10up/publisher-media-kit 5 5 * Description: Pre-configured Media Kit Page using Gutenberg Block Patterns. 6 * Version: 1.3. 57 * Requires at least: 6. 46 * Version: 1.3.6 7 * Requires at least: 6.5 8 8 * Requires PHP: 7.4 9 9 * Author: 10up … … 18 18 19 19 // Useful global constants. 20 define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3. 5' );20 define( 'PUBLISHER_MEDIA_KIT_VERSION', '1.3.6' ); 21 21 define( 'PUBLISHER_MEDIA_KIT_URL', plugin_dir_url( __FILE__ ) ); 22 22 define( 'PUBLISHER_MEDIA_KIT_PATH', plugin_dir_path( __FILE__ ) ); -
publisher-media-kit/trunk/readme.txt
r3128319 r3234322 2 2 Contributors: 10up, jeffpaul, faisal03 3 3 Tags: media kit, audience profiles, digital ad specs, ad rates 4 Tested up to: 6. 65 Stable tag: 1.3. 54 Tested up to: 6.7 5 Stable tag: 1.3.6 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 58 = 1.3.6 - 2025-02-03 = 59 60 **Note that this release bumps the minimum required version of WordPress from 6.4 to 6.5.** 61 62 * **Changed:** Bump WordPress "tested up to" version 6.7 (props [@severine-pozzo](https://github.com/severine-pozzo), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#212](https://github.com/10up/publisher-media-kit/pull/212)). 63 * **Changed:** Bump WordPress minimum to version 6.5 (props [@severine-pozzo](https://github.com/severine-pozzo), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#212](https://github.com/10up/publisher-media-kit/pull/212)). 64 * **Security:** Bump `axios` from 1.7.2 to 1.7.4 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#205](https://github.com/10up/publisher-media-kit/pull/205)). 65 * **Security:** Bump `webpack` from 5.92.1 to 5.94.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#206](https://github.com/10up/publisher-media-kit/pull/206)). 66 * **Security:** Bump `serve-static` from 1.15.0 to 1.16.2 and `express` from 4.19.2 to 4.21.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#209](https://github.com/10up/publisher-media-kit/pull/209)). 67 * **Security:** Bump `cookie` from 0.4.2 to 0.7.1, `express` from 4.21.0 to 4.21.2 and `@wordpress/scripts` from 27.9.0 to 30.7.0 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#213](https://github.com/10up/publisher-media-kit/pull/213)). 57 68 58 69 = 1.3.5 - 2024-07-31 = … … 122 133 == Upgrade Notice == 123 134 135 = 1.3.6 = 136 Note that this release bumps the minimum required version of WordPress from 6.4 to 6.5. 137 124 138 = 1.3.5 = 125 139 Note that this release bumps the minimum required version of WordPress from 6.2 to 6.4. -
publisher-media-kit/trunk/vendor/composer/InstalledVersions.php
r2912548 r3234322 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 } -
publisher-media-kit/trunk/vendor/composer/installed.php
r3128319 r3234322 2 2 'root' => array( 3 3 'name' => '10up/publisher-media-kit', 4 'pretty_version' => '1.3. 5',5 'version' => '1.3. 5.0',6 'reference' => ' a6719b3899c77d820d1b862e754fb92191f02772',4 'pretty_version' => '1.3.6', 5 'version' => '1.3.6.0', 6 'reference' => '14bf0b2a0d3c731d8fb907586ab4494c8b41b179', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '10up/publisher-media-kit' => array( 14 'pretty_version' => '1.3. 5',15 'version' => '1.3. 5.0',16 'reference' => ' a6719b3899c77d820d1b862e754fb92191f02772',14 'pretty_version' => '1.3.6', 15 'version' => '1.3.6.0', 16 'reference' => '14bf0b2a0d3c731d8fb907586ab4494c8b41b179', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.