Skip to content

Commit

Permalink
Merge pull request #186 from praxisdigital/master
Browse files Browse the repository at this point in the history
praxisdigital/moodle-block_sharing_cart#118
  • Loading branch information
donhinkelman authored Feb 5, 2024
2 parents 83b5596 + ed23dd1 commit c8c2284
Show file tree
Hide file tree
Showing 48 changed files with 4,153 additions and 1,556 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,25 @@ jobs:
strategy:
matrix:
include:
## Moodle 4.1+ with PHP 8.0
- os: ubuntu-22.04
php: 8.0
db: mysqli
moodle: MOODLE_401_STABLE
experimental: false
# Future supported versions
## Moodle 4.1+ with PHP 8.1
- os: ubuntu-22.04
php: 8.1
db: mysqli
moodle: MOODLE_401_STABLE
experimental: true
## Moodle development version with PHP 8.1
## Moodle 4.2+ with PHP 8.2
- os: ubuntu-22.04
php: 8.1
php: 8.2
db: mysqli
moodle: master
moodle: MOODLE_402_STABLE
experimental: true
## Moodle 4.1+ with PHP 8.2
## Moodle 4.3+ with PHP 8.2
- os: ubuntu-22.04
php: 8.2
db: mysqli
moodle: MOODLE_401_STABLE
moodle: MOODLE_403_STABLE
experimental: true
# Future supported versions
## Moodle development version with PHP 8.2
- os: ubuntu-22.04
php: 8.2
Expand Down Expand Up @@ -68,13 +62,13 @@ jobs:
ini-values: 'max_input_vars=5000'

- name: Checking out code from moodle/moodle
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: moodle/moodle
ref: ${{ matrix.moodle }}

- name: Check out code from ${{ github.repository }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ github.workspace }}/blocks/sharing_cart
ref: ${{ github.ref }}
Expand Down
61 changes: 0 additions & 61 deletions .travis.yml

This file was deleted.

13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ The "master" branch requires Moodle 3.11.4 or newer.
* Moodle 2.2 => "MOODLE_22_STABLE" branch
* Moodle 1.9 => "MOODLE_19_STABLE" branch

Warning: PHP versions 7.2 and older are deprecated, and will cause problems, unrelated to the Sharing Cart, such as badges.
Warning: PHP versions 7.3 and older are deprecated, and will cause problems, unrelated to the Sharing Cart, such as badges.

Change Log
----------
* 4.4, release 2 2024.01.18
* Fixed corrupted sharing cart items that belong to deleted users.
* 4.4, release 1 2024.01.16
* New feature - Added the ability to copy & restore asynchronously.
* Improved backup & restore process.
* New upgrade will remove sharing cart items that doesn't have the backup files.
* 4.3, release 2 2023.12.15
* Fixed sharing cart restore process.
* Added moodle log when a sharing cart item got backup, restored or deleted.
When the backup file has user completion data but the backup file has no user data.
It causes Moodle try to restore something that does not exist.
* 4.3, release 1 2023.11.01
* Adapted Sharing Cart to new core Moodle 4.3 Backup feature which allows backup without editing the backup.
* 4.2, release skipped.
Expand Down
3 changes: 3 additions & 0 deletions amd/build/async_copy_item.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/async_copy_item.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/bulkdelete.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions amd/build/script.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/script.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit c8c2284

Please sign in to comment.