Release - #2848
Merged
Merged
Conversation
- Update NPM packages. - Update & extend E2E tests and unit tests - Update GitHub actions.
Co-authored-by: Soare-Robert-Daniel <17597852+Soare-Robert-Daniel@users.noreply.github.com>
Added ACF repeater field support
Contributor
Bundle Size Diff
|
Contributor
|
Plugin build for 055c87a is ready 🛎️!
|
Contributor
E2E TestsPlaywright Test Status: See serial and parallel matrix jobs Performance ResultsserverResponse: {"q25":425.3,"q50":446.35,"q75":466.7,"cnt":10}, firstPaint: {"q25":1295.6,"q50":1353.95,"q75":1490,"cnt":10}, domContentLoaded: {"q25":3730.5,"q50":3776.4,"q75":3794.1,"cnt":10}, loaded: {"q25":3732.6,"q50":3778.3,"q75":3795.9,"cnt":10}, firstContentfulPaint: {"q25":4276.5,"q50":4309.45,"q75":4326.4,"cnt":10}, firstBlock: {"q25":14892.1,"q50":14952.95,"q75":15010.8,"cnt":10}, type: {"q25":27.23,"q50":29.13,"q75":31.82,"cnt":10}, typeWithoutInspector: {"q25":25.72,"q50":27.01,"q75":37.68,"cnt":10}, typeWithTopToolbar: {"q25":39.27,"q50":40.02,"q75":42.94,"cnt":10}, typeContainer: {"q25":18.73,"q50":20.51,"q75":21.7,"cnt":10}, focus: {"q25":152.78,"q50":159.7,"q75":163.7,"cnt":10}, inserterOpen: {"q25":43.53,"q50":48.31,"q75":53.66,"cnt":10}, inserterSearch: {"q25":17.16,"q50":19.33,"q75":19.96,"cnt":10}, inserterHover: {"q25":5.66,"q50":6.16,"q75":7.08,"cnt":20}, loadPatterns: {"q25":1820.45,"q50":1847.71,"q75":1877.59,"cnt":10}, listViewOpen: {"q25":257.4,"q50":267.73,"q75":274.53,"cnt":10} |
Fixed button group global settings
- Add isset() check before accessing otterSearchQuery['cat'] - Store cat value in variable before using it - Add test case for missing cat key scenario - Fix PHPCS alignment issue Agent-Logs-Url: https://github.com/Codeinwp/otter-blocks/sessions/170e8ebd-3fea-4925-ada5-97d494c13734 Co-authored-by: abaicus <15010186+abaicus@users.noreply.github.com>
Co-authored-by: abaicus <15010186+abaicus@users.noreply.github.com>
…-editors [WIP] Fix duplicated editor areas in custom CSS panel
…-cat-warning Fix undefined array key 'cat' warning in Live Search
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
dashboard: route active pro users to pro support link
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.52 to 3.3.54. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.54/CHANGELOG.md) - [Commits](Codeinwp/themeisle-sdk@v3.3.52...v3.3.54) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.54 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Bumps [@automattic/babel-plugin-replace-textdomain](https://github.com/Automattic/babel-plugin-replace-textdomain) from 1.1.2 to 1.1.6. - [Changelog](https://github.com/Automattic/babel-plugin-replace-textdomain/blob/trunk/CHANGELOG.md) - [Commits](Automattic/babel-plugin-replace-textdomain@v1.1.2...v1.1.6) --- updated-dependencies: - dependency-name: "@automattic/babel-plugin-replace-textdomain" dependency-version: 1.1.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: modal & ai actions
…into fix/core6.6compat
…attribute name label (#2910)
Ports the telemetry from #2865 onto the post-#2860 AI modal flow: consent-gated outcome events (insert/replace/discard) per mode plus a bucketed regenerate-count, with a minimal outcome-form signal for the legacy form path. Adds a stub-backed Playwright spec for apply/discard. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…elper Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
feat: add unified consent-gated editor telemetry
getByText('Font Family') without exact matched both the label and
the 'Select Font Family' button, causing a strict-mode violation.
…mic content, form server/submissions and patterns Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…x rendering Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…CodeQL sanitization alerts Regex strip-tags on innerHTML can leave markup fragments behind (js/incomplete-multi-character-sanitization). Use textContent for DOM reads and an inert DOMParser document for HTML strings instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…bels test Covers the two remaining CodeQL sanitization alerts (AI page-style digest, Jest block mock) and the single-quote lint error that failed the JS Test job. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…pts, add review block tests - permissions: contents: read on the five CodeQL-flagged workflows (all write steps use BOT_TOKEN, unaffected) - remove test:unit:php:multisite scripts pointing at a nonexistent config - unit tests for Review_Block ratings math, star markup, JSON-LD schema, offers variants, currency fallback and footer schema dedupe Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
test: expand PHP unit test coverage
Drop the real license.json from the e2e workflow: development.php re-activates Pro from it on every request, so any "without Otter Pro" assertion could only pass when the live activation call failed. Restore the active-Pro stub baseline in form-retention's afterEach (the previous deactivatePro leaked into later Pro-gated form.spec tests, which only passed on CI because of that re-activation), and set the required Pro state inline in the upsell and legacy save-location tests instead of relying on suite order. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



New Features
Fixes
Changes
apiVersion: 3, removing editor deprecation warnings and fixing iframe compatibility.Old content