Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

praxisdigital/moodle-block_sharing_cart#118 #187

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,22 @@ 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
* Add support for Moodle 4.2
* 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
Loading