-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Oct 28 #1683
Release Oct 28 #1683
Commits on Sep 23, 2024
-
chore(deps-dev): bump @wordpress/browserslist-config from 6.7.0 to 6.8.0
Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/browserslist-config) --- updated-dependencies: - dependency-name: "@wordpress/browserslist-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 616666c - Browse repository at this point
Copy the full SHA 616666cView commit details
Commits on Oct 7, 2024
-
chore(deps-dev): bump @wordpress/browserslist-config from 6.8.0 to 6.9.0
Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/browserslist-config) --- updated-dependencies: - dependency-name: "@wordpress/browserslist-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afb120d - Browse repository at this point
Copy the full SHA afb120dView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b76bca9 - Browse repository at this point
Copy the full SHA b76bca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf221f - Browse repository at this point
Copy the full SHA bcf221fView commit details
Commits on Oct 9, 2024
-
fix: ignore (but log) local list errors when updating contact lists (#…
…1664) * fix: ignore local list errors when updating contact lists * fix: move error logging to local lists handler * chore: lint php * fix: remove unnecessary param * fix: continue after encountering error * fix: unset list ID after encountering error * refactor: more helpful error logging
Configuration menu - View commit details
-
Copy full SHA for 3255f0b - Browse repository at this point
Copy the full SHA 3255f0bView commit details
Commits on Oct 14, 2024
-
epic: consolidate newsletter editor data and UI (#1658)
* feat: make "Send To" UI autocomplete instead of dropdowns (#1577) * feat: autocomplete "Send To" UI for CC + AC * fix: sent post statuses for AC * feat: autocomplete send-to UI for Mailchimp * fix: support _n() contacts in AC + CC * refactor: standardize "sent" status checks for all ESPs * fix: function name for CC * fix: set list_type for audiences * fix: extra parentheses for AC * feat: show suggestions on focus * style: move external "Manage" links to button * feat: design updates for autocomplete UI * fix: send to summary * fix: contact counts in send to summary * fix: mailchimp and selected list styles * fix: remove ID from AC segments * fix: logic for contact count in send to summary * fix: parse contact counts as int to avoid "1 contacts" output * fix: translation strings for contact counts in summaries * refactor: standardize use of renderSelectedSummary functions * fix: translatable send-to summaries * fix: allow 0 to be shown * fix: grammar * Update src/service-providers/active_campaign/ProviderSidebar.js Co-authored-by: leogermani <[email protected]> * Update src/service-providers/active_campaign/ProviderSidebar.js Co-authored-by: leogermani <[email protected]> * Update src/service-providers/constant_contact/ProviderSidebar.js Co-authored-by: leogermani <[email protected]> * Update src/service-providers/constant_contact/ProviderSidebar.js Co-authored-by: leogermani <[email protected]> * Update src/service-providers/mailchimp/ProviderSidebar.js Co-authored-by: leogermani <[email protected]> * Update src/service-providers/mailchimp/ProviderSidebar.js Co-authored-by: leogermani <[email protected]> * fix: translatable strings in SendTo component’s selected item label --------- Co-authored-by: leogermani <[email protected]> * fix(editor): render notice on sync error (#1606) * fix(mailchimp): improve sync error messages (#1619) * fix(activecampaign): default message on request error (#1618) * feat: cross-ESP send-lists * refactor: move API namespace and permission callback to main class * feat: support send lists in provider classes * feat: refactor editor JS to use new standardized data * fix: ensure Newsletters plugin blocks are grouped under Newspack category (#1630) * feat: send list classes (#1629) * feat: cross-ESP send-lists * refactor: move API namespace and permission callback to main class * refactor: feedback from code review * fix: add missing get/set methods for count and parent_id * refactor: more consistent naming for set_count method * refactor: maintain exception but with WP_Error handling * docs: add more explanation about Send_Lists Co-authored-by: leogermani <[email protected]> * test: improve tests for matching methods * refactor: set values on protected $config var * docs: tweak wording of explanation --------- Co-authored-by: leogermani <[email protected]> * feat: support send lists in ESP classes (#1631) * feat: cross-ESP send-lists * refactor: move API namespace and permission callback to main class * feat: support send lists in provider classes * fix: use getter methods for Send_List classes * chore: clean up register_rest_route configs and permission callbacks * fix: improve error handling for get_send_list methods * fix: add error handling to send-lists API handler * fix: return Send_List objects as arrays from provider methods * fix: avoid unnecessary send-list API requests * chore: remove unneeded methods * fix: fatal error due to get_send_lists returning Send_List arrays instead of objects * Revert "fix: fatal error due to get_send_lists returning Send_List arrays instead of objects" This reverts commit 3ff1e65. * fix: allow get_send_list methods to return either Send_List[] or arrays * fix: correct type for supportedESPs fallback value * fix(mc): subscriber send count in pre-send modal summary * fix: formatting error * fix: ensure supported_esps is an array, not an object * fix: missed callable * fix: cc error handling * fix: better error handling for retrieve/sync request errors * refactor: unify retrieve error handling across all ESPs * refactor: throw error for missing MC creds, too * test: update expected exception message * refactor: consolidate ESP data getters into Redux store * docs: update inline docs for Redux store * fix: move SendTo to Sidebar component; avoid parallel retrieve requests * refactor: always prefetch sublists on list select * fix: account for missing selected list or sublist info * fix: default sender/send-to for saved layouts * fix: campaign_defaults meta field name * fix: don't overwrite fetched lists/sublists info on retrieve * fix: force release * feat: add link to campaign in provider (#1661) * fix: parse legacy layout defaults (#1663) * fix: handle legacy layout defaults for MC * fix: legacy layout defaults for AC + CC * fix: senderName + senderEmail for AC --------- Co-authored-by: leogermani <[email protected]> Co-authored-by: Miguel Peixe <[email protected]> Co-authored-by: Miguel Peixe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ae5cc5 - Browse repository at this point
Copy the full SHA 0ae5cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8faa075 - Browse repository at this point
Copy the full SHA 8faa075View commit details -
chore(release): 3.2.1-alpha.1 [skip ci]
## [3.2.1-alpha.1](v3.2.0...v3.2.1-alpha.1) (2024-10-14) ### Bug Fixes * ignore (but log) local list errors when updating contact lists ([#1664](#1664)) ([3255f0b](3255f0b))
Configuration menu - View commit details
-
Copy full SHA for 52f6336 - Browse repository at this point
Copy the full SHA 52f6336View commit details
Commits on Oct 18, 2024
-
fix: fetching and display of sync errors after saving (#1670)
* fix: fetching and display of sync errors after saving * refactor: avoid nested promise handlers * chore: not sure if needed, but make sure promises are resolved
Configuration menu - View commit details
-
Copy full SHA for cdf2e24 - Browse repository at this point
Copy the full SHA cdf2e24View commit details
Commits on Oct 21, 2024
-
chore(deps-dev): bump @wordpress/browserslist-config
Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/browserslist-config) --- updated-dependencies: - dependency-name: "@wordpress/browserslist-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b1ce04 - Browse repository at this point
Copy the full SHA 1b1ce04View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0de01a - Browse repository at this point
Copy the full SHA c0de01aView commit details -
fix: bugs from Newsletters editor data refactor (#1671)
* fix: large numbers in send list summary * fix: refetch sublists when selecting a new list * fix: parent_id Send_List key, and handling MC account w/ many sublists * fix: overzealous overwriting by layout defaults * fix: migrating legacy sender/send-to info for AC * fix: more bugs when switching between multiple MC audiences
Configuration menu - View commit details
-
Copy full SHA for f2917ec - Browse repository at this point
Copy the full SHA f2917ecView commit details -
fix(mailchimp): unsetting sublists in synced campaign (#1673)
* fix(mc): if no sublist is selected, ensure empty segment_opts in sync payload * fix: cache date key for audiences * fix: force lists cache refresh on cron event --------- Co-authored-by: Leo Germani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57d83fc - Browse repository at this point
Copy the full SHA 57d83fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 044e222 - Browse repository at this point
Copy the full SHA 044e222View commit details -
chore(release): 3.3.0-alpha.1 [skip ci]
# [3.3.0-alpha.1](v3.2.1-alpha.1...v3.3.0-alpha.1) (2024-10-21) ### Bug Fixes * bugs from Newsletters editor data refactor ([#1671](#1671)) ([f2917ec](f2917ec)) * fetching and display of sync errors after saving ([#1670](#1670)) ([cdf2e24](cdf2e24)) * **mailchimp:** unsetting sublists in synced campaign ([#1673](#1673)) ([57d83fc](57d83fc)) ### Features * disable newsletter tracking ([#1674](#1674)) ([c0de01a](c0de01a))
Configuration menu - View commit details
-
Copy full SHA for 7c16abd - Browse repository at this point
Copy the full SHA 7c16abdView commit details