Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40461)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Dec 4, 2024
1 parent d01f737 commit ad8a92e
Show file tree
Hide file tree
Showing 11 changed files with 331 additions and 105 deletions.
140 changes: 138 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,119 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.25.3] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]

## [0.25.2] - 2024-11-26
### Changed
- Update dependencies. [#39855]

## [0.25.1] - 2024-11-25
### Changed
- Updated dependencies. [#40286]
- Updated package dependencies. [#40288]

## [0.25.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2. [#40147]

## [0.24.0] - 2024-11-11
### Added
- Adds /stats endpoints to the whitelist [#39995]

### Changed
- Updated package dependencies. [#39999] [#40060]

## [0.23.3] - 2024-11-04
### Added
- Enable test coverage. [#39961]

## [0.23.2] - 2024-10-21
### Changed
- Update dependencies. [#39781]

## [0.23.1] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
- Updated package dependencies. [#39707]

## [0.23.0] - 2024-10-07
### Changed
- Changes the error Blaze shows during sync to be a warning. [#39515]
- Updated package dependencies. [#39594]

## [0.22.12] - 2024-09-30
### Changed
- Remove user connection nudges where they aren't needed. Add user connection nudges where needed [#39533]
- Update dependencies. [#39528]

## [0.22.11] - 2024-09-23
### Fixed
- Increases the timeout for the Blaze payment checkout endpoint [#39420]

## [0.22.10] - 2024-09-10
### Changed
- Updated package dependencies. [#39302]

## [0.22.9] - 2024-09-09
### Changed
- Updated package dependencies. [#39176]

### Fixed
- Address React usage errors found by eslint. [#39214]

## [0.22.8] - 2024-08-30
### Changed
- Updated package dependencies. [#39111]

## [0.22.7] - 2024-08-23
### Changed
- Updated package dependencies. [#39004]

## [0.22.6] - 2024-08-21
### Changed
- Internal updates.

## [0.22.5] - 2024-08-19
### Changed
- Updated package dependencies. [#38662]

## [0.22.4] - 2024-08-12
### Changed
- Allows request to the v1.1 endpoints of Blaze campaigns [#38771]

## [0.22.3] - 2024-07-26
### Changed
- Update dependencies. [#37356]

## [0.22.2] - 2024-07-23
### Fixed
- Updated package dependencies. [#38464]

## [0.22.1] - 2024-07-22
### Changed
- Update dependencies. [#37356]

## [0.22.0] - 2024-07-08
### Changed
- As we've launched untangling & nav redesign, the wpcom_is_nav_redesign_enabled() function name is not relevant anymore and can be confusing for future developers, so we replace it with the equivalent get_option call. [#38197]
- Updated package dependencies. [#38132]

### Fixed
- Fixes a bug in the Blaze endpoint blaze/posts that happens when we get a non-200 from WPCOM [#38070]

## [0.21.10] - 2024-06-28
### Changed
- Eligibility checks: when a request to the WordPress.com API fails, store the response for an hour to avoid spamming the API. [#38066]

### Fixed
- Eligibility checks: shortcircuit Blaze feature earlier when a site is not properly connected to WordPress.com. [#38066]

## [0.21.9] - 2024-06-21
### Changed
- Update dependencies. [#37356]

## [0.21.8] - 2024-06-19
### Added
- Added a Jetpack sync check when listing the posts. [#37865]
Expand Down Expand Up @@ -189,8 +302,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.10.1] - 2023-09-04
### Changed
- Updated package dependencies. [#32803]
- Updated package dependencies. [#32804]
- Updated package dependencies. [#32803] [#32804]

### Fixed
- Fixes missing controller for DSP /subscriptions POST endpoint [#32752]
Expand Down Expand Up @@ -385,6 +497,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.25.3]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3
[0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0
[0.24.0]: https://github.com/automattic/jetpack-blaze/compare/v0.23.3...v0.24.0
[0.23.3]: https://github.com/automattic/jetpack-blaze/compare/v0.23.2...v0.23.3
[0.23.2]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/automattic/jetpack-blaze/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0
[0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12
[0.22.11]: https://github.com/automattic/jetpack-blaze/compare/v0.22.10...v0.22.11
[0.22.10]: https://github.com/automattic/jetpack-blaze/compare/v0.22.9...v0.22.10
[0.22.9]: https://github.com/automattic/jetpack-blaze/compare/v0.22.8...v0.22.9
[0.22.8]: https://github.com/automattic/jetpack-blaze/compare/v0.22.7...v0.22.8
[0.22.7]: https://github.com/automattic/jetpack-blaze/compare/v0.22.6...v0.22.7
[0.22.6]: https://github.com/automattic/jetpack-blaze/compare/v0.22.5...v0.22.6
[0.22.5]: https://github.com/automattic/jetpack-blaze/compare/v0.22.4...v0.22.5
[0.22.4]: https://github.com/automattic/jetpack-blaze/compare/v0.22.3...v0.22.4
[0.22.3]: https://github.com/automattic/jetpack-blaze/compare/v0.22.2...v0.22.3
[0.22.2]: https://github.com/automattic/jetpack-blaze/compare/v0.22.1...v0.22.2
[0.22.1]: https://github.com/automattic/jetpack-blaze/compare/v0.22.0...v0.22.1
[0.22.0]: https://github.com/automattic/jetpack-blaze/compare/v0.21.10...v0.22.0
[0.21.10]: https://github.com/automattic/jetpack-blaze/compare/v0.21.9...v0.21.10
[0.21.9]: https://github.com/automattic/jetpack-blaze/compare/v0.21.8...v0.21.9
[0.21.8]: https://github.com/automattic/jetpack-blaze/compare/v0.21.7...v0.21.8
[0.21.7]: https://github.com/automattic/jetpack-blaze/compare/v0.21.6...v0.21.7
[0.21.6]: https://github.com/automattic/jetpack-blaze/compare/v0.21.5...v0.21.6
Expand Down
2 changes: 1 addition & 1 deletion build/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'b1566e4153ba77fd7b79');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '95aae94b05259cd479f8');
3 changes: 1 addition & 2 deletions build/editor.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions build/editor.js.LICENSE.txt

This file was deleted.

27 changes: 15 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.1.12",
"automattic/jetpack-connection": "^2.10.1",
"automattic/jetpack-constants": "^2.0.3",
"automattic/jetpack-plans": "^0.4.7",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-status": "^3.3.0",
"automattic/jetpack-sync": "^3.1.1"
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.1",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.2.4",
"automattic/wordbless": "@dev"
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/wordbless": "^0.4.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand All @@ -30,6 +30,9 @@
"phpunit": [
"./vendor/phpunit/phpunit/phpunit --colors=always"
],
"test-coverage": [
"php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\""
],
"test-php": [
"@composer phpunit"
],
Expand All @@ -55,7 +58,7 @@
"link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "0.21.x-dev"
"dev-trunk": "0.25.x-dev"
},
"textdomain": "jetpack-blaze",
"version-constants": {
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-blaze",
"version": "0.21.8",
"version": "0.25.3",
"description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme",
"bugs": {
Expand All @@ -22,29 +22,29 @@
"watch": "pnpm run build && pnpm webpack watch"
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-components": "^0.53.10",
"@automattic/jetpack-shared-extension-utils": "^0.14.15",
"@wordpress/block-editor": "13.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/compose": "7.0.0",
"@wordpress/data": "10.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/icons": "10.0.0",
"@wordpress/plugins": "7.0.0",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-components": "^0.64.0",
"@automattic/jetpack-shared-extension-utils": "^0.16.0",
"@wordpress/block-editor": "14.8.0",
"@wordpress/components": "28.13.0",
"@wordpress/compose": "7.13.0",
"@wordpress/data": "10.13.0",
"@wordpress/element": "6.13.0",
"@wordpress/i18n": "5.13.0",
"@wordpress/icons": "10.13.0",
"@wordpress/plugins": "7.13.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/runtime": "7.24.7",
"@wordpress/browserslist-config": "6.0.0",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@wordpress/browserslist-config": "6.13.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.76.0",
"webpack": "5.94.0",
"webpack-cli": "4.9.1"
},
"browserslist": [
Expand Down
Loading

0 comments on commit ad8a92e

Please sign in to comment.