-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* NC26 compat * Update CI/CD to use stable26 * Remove support for PHP 7.4 * Add support for PHP 8.2 * Adjust DI parameter naming convention * New code formatting * See also https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_26.html * Move to SonarQube coverage
- Loading branch information
Showing
35 changed files
with
351 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
The processing is done via workflow-engine and can therefore easily be customized. | ||
Please note that you'll have to install the OcrMyPDF CLI on your Nextcloud server to | ||
process PDF files. More installation instructions can be found in the docs https://github.com/R0Wi/workflow_ocr/blob/master/README.md.</description> | ||
<version>1.25.0</version> | ||
<version>1.26.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Robin Windey</author> | ||
<namespace>WorkflowOcr</namespace> | ||
|
@@ -27,7 +27,7 @@ | |
<repository type="git">https://github.com/R0Wi/workflow_ocr.git</repository> | ||
<screenshot>https://github.com/R0Wi/workflow_ocr/blob/eb2d65e9610406bbab22c4c8dda1cea015b5c791/doc/img/usage_1.jpg?raw=true</screenshot> | ||
<dependencies> | ||
<nextcloud min-version="25" max-version="25"/> | ||
<php min-version="7.4" max-version="8.1"/> | ||
<nextcloud min-version="26" max-version="26"/> | ||
<php min-version="8.0" max-version="8.2"/> | ||
</dependencies> | ||
</info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.