Thanks to visit codestin.com
Credit goes to github.com

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/neve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.3
Choose a base ref
...
head repository: Codeinwp/neve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.4
Choose a head ref
  • 18 commits
  • 16 files changed
  • 5 contributors

Commits on Mar 12, 2024

  1. Sync branch [skip ci]

    pirate-bot authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    15d40f2 View commit details
    Browse the repository at this point in the history
  2. Sync branch [skip ci]

    pirate-bot authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1765644 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: footer id unique

    Solve issue with footer not having an unique ID since mobile was introduced.
    
    Closes: #4212
    preda-bogdan committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e59ee0e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    6bfc7a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    457aaee View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    faafd64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4218 from Codeinwp/chore/ci-update

    chore: update comment job name
    Soare-Robert-Daniel authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    977af2f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore(deps): bump codeinwp/themeisle-sdk from 3.3.14 to 3.3.15

    Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.14 to 3.3.15.
    - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases)
    - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/master/CHANGELOG.md)
    - [Commits](Codeinwp/themeisle-sdk@v3.3.14...v3.3.15)
    
    ---
    updated-dependencies:
    - dependency-name: codeinwp/themeisle-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    088c769 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4215 from Codeinwp/fix/footer_id

    fix: footer id unique
    preda-bogdan authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    99d64ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4219 from Codeinwp/dependabot/composer/developmen…

    …t/codeinwp/themeisle-sdk-3.3.15
    
    chore(deps): bump codeinwp/themeisle-sdk from 3.3.14 to 3.3.15
    preda-bogdan authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5d0f063 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4217 from Codeinwp/fix/formbricks-loading

    Use Formbricks survey from SDK
    preda-bogdan authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6fa26d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eea3e0e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge pull request #4221 from Codeinwp/fix/survey-deps

    fix: remove survey from dash deps
    preda-bogdan authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    32b7896 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump codeinwp/themeisle-sdk from 3.3.15 to 3.3.16

    Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.15 to 3.3.16.
    - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases)
    - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/master/CHANGELOG.md)
    - [Commits](Codeinwp/themeisle-sdk@v3.3.15...v3.3.16)
    
    ---
    updated-dependencies:
    - dependency-name: codeinwp/themeisle-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    151536c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4222 from Codeinwp/dependabot/composer/developmen…

    …t/codeinwp/themeisle-sdk-3.3.16
    
    chore(deps): bump codeinwp/themeisle-sdk from 3.3.15 to 3.3.16
    preda-bogdan authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a21cb4f View commit details
    Browse the repository at this point in the history
  4. release: small fixes

    ### Bug Fixes
    - Fix an issue with footer element ID's not being unique.
    
    ### Improvements
    - Improved Formbricks
    - Updated internal dependencies
    preda-bogdan authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    edd2cb8 View commit details
    Browse the repository at this point in the history
  5. chore(release): 3.8.4

    ##### [Version 3.8.4](v3.8.3...v3.8.4) (2024-03-29)
    
    ### Bug Fixes
    - Fix an issue with footer element IDs not being unique.
    
    ### Improvements
    - Improved Formbricks
    - Updated internal dependencies
    pirate-bot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4d07430 View commit details
    Browse the repository at this point in the history
Loading