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: Oksydan/is_imageslider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: Oksydan/is_imageslider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.2
Choose a head ref
  • 7 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 19, 2023

  1. Merge pull request #42 from Oksydan/new-version-bump

    New version bump
    Oksydan authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    95dfa11 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Bug when migrating with data in ps_image_slider

    When running prestashop:schema:update-without-foreign while there are records in ps_image_slider the sql query becomes `ALTER TABLE ps_image_slider ADD display_from DATETIME NOT NULL, ADD display_to DATETIME NOT NULL` which throws an error because no value is set in those fields.
    Ken-vdE authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e435d54 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Update ImageSliderType.php

    Add param 'with_seconds' as stated in DateTimeType.
    
    We need to force the browser to display the seconds by adding the HTML attribute step if not already defined.
    Otherwise the browser will not display and so not send the seconds therefore the value will always be considered as invalid.
    Aerue authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    7e497ca View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge pull request #43 from Ken-vdE/patch-1

    Bug when migrating with data in ps_image_slider
    Oksydan authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4b1948a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. cs-fixer fix

    Oksydan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d815fae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from Aerue/develop

    Fix can't save new Slide in chrome
    Oksydan authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3df3ad0 View commit details
    Browse the repository at this point in the history
  3. version bump

    Oksydan committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    51a0be7 View commit details
    Browse the repository at this point in the history
Loading