Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.0.3 #203

Merged
merged 47 commits into from
Apr 4, 2024
Merged

Release 6.0.3 #203

merged 47 commits into from
Apr 4, 2024

Commits on Jun 27, 2022

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

Commits on Jun 28, 2022

  1. Upgrade deprecated charset utf8 by newer utfmb4

    install.sql in root directory of module prior v5.0.1 CREATE TABLE with deprecated CHARSET=utf8. It need to be fixed in the upgrade of next version.
    leemyongpakvn authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    46e1106 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Update and rename install-5.0.2.php to install-5.0.3.php

    We are on v5.0.2 now.
    leemyongpakvn authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    27d1329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee9c91 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Update upgrade/install-5.0.3.php

    @kpodemski Nearly perfect. 👍 When run directly in phpMyAdmin: my code only upgrade table collation, your code upgrade both table and its fields collation.
    The remaining issue is Upgrade via BO interface does not call install-**5.0.3**.php. BO upgrade suggest upgrade v5.0.2 -> v5.0.2, and I guess it called  install-**5.0.2**.php instead :(
    
    Co-authored-by: Krystian Podemski <[email protected]>
    leemyongpakvn and kpodemski authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    d18b4b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    352c633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b49b55d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Rename install-6.0.1.php to install-6.0.3.php

    We are on v6.0.2 now
    leemyongpakvn authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    39a9a8c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge pull request #144 from leemyongpakvn/patch-3

    Fix deprecated CHARSET utf8 in install and upgrade
    leemyongpakvn authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ccb8fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. rm with --user root

    leemyongpakvn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3fb17dc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge pull request #187 from leemyongpakvn/improved-phpstan-script

    Fix removing previous module files in PHPStan tests
    kpodemski authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    799da9d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    b79bfef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b05b70d View commit details
    Browse the repository at this point in the history
  3. correct function name

    leemyongpakvn committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d6078d1 View commit details
    Browse the repository at this point in the history
  4. CS fix

    leemyongpakvn committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cbe39e0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #188 from leemyongpakvn/mark-deprecated-functions-…

    …since-v400n600
    
    Mark deprecated functions since v4.0.0 and v6.0.0
    leemyongpakvn authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b6c6cda View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    d10632a View commit details
    Browse the repository at this point in the history
  2. lint fix

    leemyongpakvn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c72a8c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Nov 14, 2023

  1. Merge pull request #189 from leemyongpakvn/replace_jqueryAJAX_by_Fetc…

    …hAPI
    
    Replace jQueryAJAX by FetchAPI
    nicosomb authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fae55dc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Handle bad deletion page call

    matks committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4d00c37 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Nicolas Lœuillet <[email protected]>
    matks and nicosomb authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9ccab00 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge pull request #190 from matks/fix-bad-delete

    If user mistakenly attempts to delete a comment, fail gracefully
    leemyongpakvn authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    96bc83c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    35125b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a89ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a99f017 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. redundant comment

    leemyongpakvn committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    28fb214 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Remove unneeded check

    Hlavtox authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    499fc04 View commit details
    Browse the repository at this point in the history
  2. Remove remaining alias usage

    Hlavtox authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0061498 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from Hlavtox/modernize

    Remove unneeded version check
    Hlavtox authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e53bfe8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge pull request #191 from leemyongpakvn/migrate_manualLangProcess_…

    …by_standardDoctrine_nSFformData
    
    Replace manual lang process by standard DoctrineRelation and SymfonyFormData
    nicosomb authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a46ac63 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    045816c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from Hlavtox/standardize-upgrade-files

    Standardize upgrade files
    Hlavtox authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    01e2562 View commit details
    Browse the repository at this point in the history
  3. Update productcomments.php

    Hlavtox authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9657431 View commit details
    Browse the repository at this point in the history
  4. Update config.xml

    Hlavtox authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4cbdb61 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #195 from Hlavtox/bump-version

    Bump version number to 6.0.3
    Hlavtox authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c09d073 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge pull request #193 from leemyongpakvn/disable_WriteYourReview_in…

    …_QuickView_refresh
    
    disable Write your view in QuickView refresh
    leemyongpakvn authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    40614d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. make rating mandatory

    leemyongpakvn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    fea6fa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    10ddd32 View commit details
    Browse the repository at this point in the history
  2. unify

    leemyongpakvn committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    dc9c3f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 29, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Merge pull request #197 from leemyongpakvn/make_rating_mandatory

    Make rating mandatory
    leemyongpakvn authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f2f4d1f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #198 from SharakPL/fix-compatibility-with-themes

    Fix compatibility with Hummingbird theme
    SharakPL authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3fe4fad View commit details
    Browse the repository at this point in the history