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: v2.2.1
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: v2.2.2
Choose a head ref
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 28, 2019

  1. fix: sign only URLs that don't use an whitelisted domain.

    Previously when lazyload was not active, all URLs were signed, indifferent if the domain was whitelisted or not. 
    In this case, the signing process is redundant when the domain is already whitelisted
    preda-bogdan authored and selul committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    7813bf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    55a5952 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    d4e63b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Merge pull request #173 from Codeinwp/master

    sync
    selul authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4b672d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c3cc3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f9abfe View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    948c667 View commit details
    Browse the repository at this point in the history
  2. chore: update screenshots

    selul committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    dd6bbd2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #172 from Codeinwp/development

    Release
    selul authored Nov 4, 2019
    Configuration menu
    Copy the full SHA
    8bfb7cc View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.2.2 [skip ci]

    #### [Version 2.2.2](v2.2.1...v2.2.2) (2019-11-04)
    
    * **Bug Fixes**
       * ignore rescale on GIF and SVG when lazyload is active ([d4e63b6](d4e63b6))
       * improve compatibility with Thrive Architect ([55a5952](55a5952))
       * improve generic placeholder computed width/height when the source size is unknown ([0c3cc3f](0c3cc3f))
       * sign only URLs that don't use an whitelisted domain.  ([7813bf9](7813bf9))
       * strip retina based prefix to use original url ([948c667](948c667))
    semantic-release-bot committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    4e27709 View commit details
    Browse the repository at this point in the history
Loading