Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Codeinwp/optimole-wp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.2
Choose a base ref
...
head repository: Codeinwp/optimole-wp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.3
Choose a head ref
  • 13 commits
  • 12 files changed
  • 5 contributors

Commits on Nov 5, 2025

  1. build(deps): bump enshrined/svg-sanitize from 0.21.0 to 0.22.0

    Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.21.0 to 0.22.0.
    - [Release notes](https://github.com/darylldoyle/svg-sanitizer/releases)
    - [Commits](darylldoyle/svg-sanitizer@0.21.0...0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: enshrined/svg-sanitize
      dependency-version: 0.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    452c935 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Sync branch [skip ci]

    pirate-bot authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    8cd6498 View commit details
    Browse the repository at this point in the history
  2. Sync branch [skip ci]

    pirate-bot authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    9f40955 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    3f03acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5045e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Merge pull request #1044 from Codeinwp/bugfix/1687

    Prevent cross site scripting
    selul authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    d701694 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #950 from Codeinwp/dependabot/composer/development…

    …/enshrined/svg-sanitize-0.22.0
    
    build(deps): bump enshrined/svg-sanitize from 0.21.0 to 0.22.0
    selul authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    abbf483 View commit details
    Browse the repository at this point in the history
  3. Implement Permissions-Policy header and add related tests

    - Refactored the header generation in Optml_Admin to utilize a new method for building the Permissions-Policy based on active settings.
    - Added the get_permissions_policy() method to return a comma-separated string of policy directives.
    - Introduced unit tests for the get_permissions_policy() method to validate behavior based on different settings configurations. #1045
    selul committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    83f072a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c23bdec View commit details
    Browse the repository at this point in the history
  5. fix tests

    selul committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    5f4260d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16a5472 View commit details
    Browse the repository at this point in the history
  7. release: fixes

    - Refactored Permissions-Policy and Accept-CH headers. The hints value is now dynamically generated based on the current Retina, Smart Scaling, and Network Optimization settings, ensuring that only relevant device-specific optimizations are applied.
    - Enhance security.
    selul authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    e70fd87 View commit details
    Browse the repository at this point in the history
  8. chore(release): 4.2.3

    ##### [Version 4.2.3](v4.2.2...v4.2.3) (2026-04-01)
    
    - Refactored Permissions-Policy and Accept-CH headers. The hints value is now dynamically generated based on the current Retina, Smart Scaling, and Network Optimization settings, ensuring that only relevant device-specific optimizations are applied.
    - Enhance security.
    pirate-bot committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    1426679 View commit details
    Browse the repository at this point in the history
Loading