Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Dec 10, 2024
1 parent 3c012a8 commit 3399b94
Show file tree
Hide file tree
Showing 76 changed files with 101 additions and 310 deletions.
5 changes: 5 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [0.64.2] - 2024-12-10
### Fixed
- Fix ToggleControl's help text indent to align with label text. [#40510]

## [0.64.1] - 2024-12-09
### Removed
- Remove bulk action support from the ThreatsDataViews component. [#40483]
Expand Down Expand Up @@ -1243,6 +1247,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.64.2]: https://github.com/Automattic/jetpack-components/compare/0.64.1...0.64.2
[0.64.1]: https://github.com/Automattic/jetpack-components/compare/0.64.0...0.64.1
[0.64.0]: https://github.com/Automattic/jetpack-components/compare/0.63.0...0.64.0
[0.63.0]: https://github.com/Automattic/jetpack-components/compare/0.62.0...0.63.0
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "0.64.1",
"version": "0.64.2",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
50 changes: 49 additions & 1 deletion projects/plugins/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,55 @@
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).

## [6.4.4] - 2024-08-07
## [7.0.0] - 2024-12-10
### Added
- Enable test coverage. [#39961]

### Changed
- General: Enable JavaScript linting. [#40249]
- General: indicate compatibility with the upcoming version of WordPress - 6.7. [#39786]
- Improve spec compliance of CSV output: `\"` sequences will now be correctly escaped by doubling the `"`. [#39665]
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
- Updated dependencies. [#40286]
- Updated package dependencies. [#38662]
- Updated package dependencies. [#38665]
- Updated package dependencies. [#38822]
- Updated package dependencies. [#39004]
- Updated package dependencies. [#39111]
- Updated package dependencies. [#39176]
- Updated package dependencies. [#39278]
- Updated package dependencies. [#39288]
- Updated package dependencies. [#39302]
- Updated package dependencies. [#39332]
- Updated package dependencies. [#39594]
- Updated package dependencies. [#39653]
- Updated package dependencies. [#39707]
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40000]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#40116]
- Updated package dependencies. [#40288]
- Updated package dependencies. [#40363]
- Updated package dependencies. [#40515]

### Removed
- General: Remove unused legacy code. [#40267]
- General: Update minimum WordPress version to 6.6. [#40146]
- Removed legacy beta feedback code. [#40249]
- Removed old build file. [#40249]
- Tests: Removed react-test-renderer. [#38755]

### Fixed
- Code: Ensure we use Jetpack Autoloader throughout the codebase. [#40061]
- Dashboard: Fixed an issue where the CRM contacts graph displayed incorrect values in some instances [#38316]
- Dashboard: Show correct avatar for recent activity. [#40280]
- Fixed a fatal error that occurred when exporting contacts with a custom field that had the same name as a linked field (e.g., 'company'). [#38851]
- Fix PHPUnit coverage warnings. [#39989]
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]
- Migrations: Improve WP Playground compatibility. [#39956]
- Revert recent SVG image optimizations. [#38981]

## [6.4.4] - 2024-08-07
### Removed
- MailPoet: Remove unused MailPoet use statements. [#38453]

Expand Down Expand Up @@ -3601,6 +3648,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard

[5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1
[7.0.0]: https://github.com/Automattic/jetpack-crm/compare/6.4.4...7.0.0
[6.4.4]: https://github.com/Automattic/jetpack-crm/compare/6.4.3...6.4.4
[6.4.3]: https://github.com/Automattic/jetpack-crm/compare/6.4.2...6.4.3
[6.4.2]: https://github.com/Automattic/jetpack-crm/compare/6.4.1...6.4.2
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/crm/ZeroBSCRM.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack CRM
* Plugin URI: https://jetpackcrm.com
* Description: Jetpack CRM is the simplest CRM for WordPress. Self host your own Customer Relationship Manager using WP.
* Version: 6.4.4
* Version: 7.0.0
* Author: Automattic - Jetpack CRM team
* Author URI: https://jetpackcrm.com
* Text Domain: zero-bs-crm
Expand Down
5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/add-ci-always-process-coverage

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/add-consolidate-initial-state

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/add-phpunit-coverage-configs

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-bump_composer_versions

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-linting

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-linting2

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-linting3

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-php_error_on_dash

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-remove_legacy_code

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-use_jetpack_autoloader

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-phpunit_covers_warnings

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/prerelease

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/prerelease#2

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/prerelease#3

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/prerelease#4

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/prerelease#5

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/prerelease#6

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/prerelease#7

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-babel-monorepo

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/renovate-brain-monkey-2.x

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-definitelytyped

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-definitelytyped#2

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-lock-file-maintenance

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo#2

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo#3

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo#4

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo#5

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo#6

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo#7

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo#8

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/restore-jp_test_coverage

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/restore-jp_test_coverage#2

This file was deleted.

Loading

0 comments on commit 3399b94

Please sign in to comment.