Skip to content

Commit

Permalink
Merge branch 'release/1.7.38'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 2, 2023
2 parents 00b13d1 + 0bc0e58 commit 95aa57c
Show file tree
Hide file tree
Showing 464 changed files with 691 additions and 607 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on:
release:
types: [published]

permissions: {}

jobs:
build:
permissions:
contents: write # for release creation (svenstaro/upload-release-action)

if: "!github.event.release.prerelease"
runs-on: ubuntu-latest

Expand Down Expand Up @@ -52,6 +57,9 @@ jobs:
file_glob: true

slack:
permissions:
actions: read # to list jobs for workflow run (technote-space/workflow-conclusion-action)

name: Slack
needs: build
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ develop ]

permissions:
contents: read # to fetch code (actions/checkout)

jobs:

unit-tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/trigger-skeletons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
required: true
default: true

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ user/themes/*
user/localhost/config/security.yaml
user/config/security.yaml

# Environments
.env
.gravenv

# OS Generated
.DS_Store*
ehthumbs.db
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.7.38
## 01/02/2023

1. [](#new)
* New `onBeforeSessionStart()` event to be used to store data lost during session regeneration (e.g. login)
1. [](#improved)
* Vendor library updates to latest versions
* Updated `bin/composer.phar` to latest `2.4.4` version [#3627](https://github.com/getgrav/grav/issues/3627)
1. [](#bugfix)

* Don't fail hard if pages recurse with same path
* Github workflows security hardening [#3624](https://github.com/getgrav/grav/pull/3624)

# v1.7.37.1
## 10/05/2022

Expand Down
2 changes: 1 addition & 1 deletion assets/.gitkeep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* @copyright Copyright (c) 2015 - 2022 Trilby Media, LLC. All rights reserved. */
/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */
2 changes: 1 addition & 1 deletion backup/.gitkeep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* @copyright Copyright (c) 2015 - 2022 Trilby Media, LLC. All rights reserved. */
/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */
Binary file modified bin/composer.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/gpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

/**
* @copyright Copyright (c) 2015 - 2022 Trilby Media, LLC. All rights reserved.
* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion bin/grav
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

/**
* @copyright Copyright (c) 2015 - 2022 Trilby Media, LLC. All rights reserved.
* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion bin/plugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

/**
* @copyright Copyright (c) 2015 - 2022 Trilby Media, LLC. All rights reserved.
* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion cache/.gitkeep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* @copyright Copyright (c) 2015 - 2022 Trilby Media, LLC. All rights reserved. */
/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */
Loading

0 comments on commit 95aa57c

Please sign in to comment.