Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8c09314 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

calendar version update to 3.3.2

parents ec6343eb 659cda3a
Loading
Loading
Loading
Loading
Loading
+25 −7
Original line number Diff line number Diff line
@@ -20,6 +20,11 @@ jobs:
    if: ${{ github.repository_owner == 'nextcloud-releases' }}

    steps:
      - name: Check actor permission
        uses: skjnldsv/check-actor-permission@v2
        with:
          require: write

      - name: Set app env
        run: |
          # Split and keep last 
@@ -27,7 +32,7 @@ jobs:
          echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV

      - name: Checkout
        uses: actions/checkout@v2
        uses: actions/checkout@v3
        with:
          path: ${{ env.APP_NAME }}

@@ -39,7 +44,7 @@ jobs:
          expression: "//info//dependencies//nextcloud/@min-version"

      - name: Read package.json node and npm engines version
        uses: skjnldsv/read-package-engines-version-actions@v1.1
        uses: skjnldsv/read-package-engines-version-actions@v1.2
        id: versions
        # Continue if no package.json
        continue-on-error: true
@@ -51,7 +56,7 @@ jobs:
      - name: Set up node ${{ steps.versions.outputs.nodeVersion }}
        # Skip if no package.json
        if: ${{ steps.versions.outputs.nodeVersion }}
        uses: actions/setup-node@v2
        uses: actions/setup-node@v3
        with:
          node-version: ${{ steps.versions.outputs.nodeVersion }}

@@ -86,16 +91,29 @@ jobs:
          npm ci
          npm run build

      - name: Check Krankerl config
        id: krankerl
        uses: andstor/file-existence-action@v1
        with:
          files: ${{ env.APP_NAME }}/krankerl.toml

      - name: Install Krankerl
        if: steps.krankerl.outputs.files_exists == 'true'
        run: |
          wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl_0.13.0_amd64.deb
          sudo dpkg -i krankerl_0.13.0_amd64.deb

      - name: Package ${{ env.APP_NAME }} ${{ env.APP_VERSION }}
        # Try krankerl, fallback to makefile
      - name: Package ${{ env.APP_NAME }} ${{ env.APP_VERSION }} with krankerl
        if: steps.krankerl.outputs.files_exists == 'true'
        run: |
          cd ${{ env.APP_NAME }}
          krankerl package

      - name: Package ${{ env.APP_NAME }} ${{ env.APP_VERSION }} with makefile
        if: steps.krankerl.outputs.files_exists != 'true'
        run: |
          cd ${{ env.APP_NAME }}
          krankerl package || make appstore
          make appstore

      - name: Checkout server ${{ fromJSON(steps.appinfo.outputs.result).nextcloud.min-version }}
        continue-on-error: true
@@ -106,7 +124,7 @@ jobs:
          unzip latest-$NCVERSION.zip

      - name: Checkout server master fallback
        uses: actions/checkout@v2
        uses: actions/checkout@v3
        if: ${{ steps.server-checkout.outcome != 'success' }}
        with:
          repository: nextcloud/server
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ jobs:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        php-versions: ['7.2', '7.3', '7.4', '8.0']
        php-versions: ['7.3', '7.4', '8.0', '8.1']
    name: php${{ matrix.php-versions }} lint
    steps:
      - name: Checkout
+8 −0
Original line number Diff line number Diff line
@@ -16,10 +16,18 @@ jobs:
        include:
          - php-versions: '7.3'
            nextcloud-versions: 'stable20'
          - php-versions: '7.4'
            nextcloud-versions: 'stable24'
          - php-versions: '8.0'
            nextcloud-versions: 'stable24'
          - php-versions: '8.1'
            nextcloud-versions: 'stable24'
          - php-versions: '7.4'
            nextcloud-versions: 'master'
          - php-versions: '8.0'
            nextcloud-versions: 'master'
          - php-versions: '8.1'
            nextcloud-versions: 'master'
    name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
    env:
      CI: true
+27 −0
Original line number Diff line number Diff line
# Changelog

## 3.3.2 – 2022-06-02
### Fixed
- Squished settings checkbox label

## 3.3.1 – 2022-05-19
### Fixed
- Free/busy view rendering
- Switching view modes
- Search term casing
- Sidebar scrolling

## 3.3.0 - 2022-05-05
### Added
- PHP8.1 compatability
- More uses for the popover modal
### Changed
- Rename "Download" to "Export"
### Fixed
- Crash on Chrome / Chromium for Simple Editor URL
- Invitation response button for readonly events

## 3.2.2 - 2022-03-16
### Fixed
- Email Validation for appointment booking
- Calendar resource attendance state display
- Alarm type selection

## 3.2.1 - 2022-03-14
### Fixed
- Public Calendar Link
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
	]]></description>
	<version>3.2.4</version>
	<version>3.3.2</version>
	<licence>agpl</licence>
	<author>Anna Larch</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
@@ -32,8 +32,8 @@
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_room_suggestion.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
	<dependencies>
		<php min-version="7.3" max-version="8.0" />
		<nextcloud min-version="21" max-version="24" />
		<php min-version="7.3" max-version="8.1" />
		<nextcloud min-version="21" max-version="25" />
	</dependencies>
	<background-jobs>
		<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>
Loading