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: smarty-php/smarty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.45
Choose a base ref
...
head repository: smarty-php/smarty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.46
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 4, 2022

  1. Fixed replace modifier by converting encoding if needed

    `mb_split` will fail if `$pattern` or `$string` contains byte sequences not valid for `mb_regex_encoding()`.
    
    Convert both strings and set regex encoding before calling `mb_split()` if needed.
    
    Fixes #549
    AnrDaemon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    ed14f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into A…

    …nrDaemon-fix-issue-549-v3
    wisskid committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c7c2d47 View commit details
    Browse the repository at this point in the history
  2. Added changelog

    wisskid committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    71c063d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    459bd4a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    0f7037d View commit details
    Browse the repository at this point in the history
  2. version bump

    wisskid committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4bcca1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ade90 View commit details
    Browse the repository at this point in the history
Loading