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.46
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.47
Choose a head ref
  • 8 commits
  • 23 files changed
  • 2 contributors

Commits on Sep 12, 2022

  1. Bugfix/rand without param v3 (#796)

    * Fixed use of `rand()` without a parameter in math function (for v3.1)
    Fixes #794
    
    * Add change in regex for PRCE (PHP < 7.3)
    
    * Add unit tests and correctly set PHP supported versions
    
    * Drop PHP5.2 from CI workflows because it cannot be build anymore
    
    * Fix CI workflow for PHP7.2 and up
    
    * re-add compose packages cache with specific key
    
    * Exclude unit test files from git export
    
    * prevent double CI workflows in PRs
    wisskid authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    25051e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Applied appropriate javascript and html escaping in mailto plugin to …

    …counter injection attacks
    
    Fixes #454
    wisskid committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f1f7ee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08afb51 View commit details
    Browse the repository at this point in the history
  3. Smarty5 syntax fix

    wisskid committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    80e4549 View commit details
    Browse the repository at this point in the history
  4. Smarty5 syntax fix

    wisskid committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4d316d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f426c4 View commit details
    Browse the repository at this point in the history
  6. version bump

    wisskid committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c51719b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a09364f View commit details
    Browse the repository at this point in the history
Loading