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: thephpleague/plates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: thephpleague/plates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 13 commits
  • 21 files changed
  • 5 contributors

Commits on Jan 9, 2021

  1. Themes Support #234

    - Added support for themes
    - Added support for ResolveTemplatePath
      as a way for more complex path resolutions
      for templates
    
    Signed-off-by: RJ Garcia <ragboyjr@icloud.com>
    ragboyjr committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    6714830 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #270 from thephpleague/themes

    Themes Support #234
    ragboyjr authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    0ed1541 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Adding Community Extension

    Add [Plates Local Assets Copy Extension](https://github.com/basteyy/plates-local-assets-copy)
    Sebastian authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    2bb6021 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Change callback PhpDoc type to callable

    Wouter Henderickx committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    11a5826 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from vixducis/v3

    Change callback PhpDoc type to callable
    ragboyjr authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9a55e71 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Escape can take a null parameter php8.1

    PHP 8.1 htmlspecialchars no longer accepts a null parameter
    `php8.1 Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated`
    This fix allows you not to worry about the types of variables being passed
    The behavior is now the same as in php8.0
    visavi authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    61cc641 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Merge pull request #297 from visavi/patch-1

    Escape can take a null parameter php8.1
    ragboyjr authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    94122ed View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    d1247c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #302 from Rayne/make-with-data

    Implement documented data assignment argument for `Engine->make()`
    ragboyjr authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    84e2c5a View commit details
    Browse the repository at this point in the history
  3. Removed Scrutinzer Integration

    The integration seems flakey and isn't a priority.
    ragboyjr committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    be1bcb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Support for PHP 8.2 Testing

    - Added 8.2 into testing matrix
    - Added github access token to prevent rate limit for installing phpunit in actions
    ragboyjr committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    8f49b8b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Merge pull request #275 from basteyy/patch-1

    Adding Community Extension
    ragboyjr authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a6a3238 View commit details
    Browse the repository at this point in the history
Loading