mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

# [1.7.0](https://code.castopod.org/adaures/castopod/compare/v1.6.5...v1.7.0) (11/29/2023) ### Bug Fixes * **admin-ux:** hide navigation submenus in details panel for easier scanning ([b047a3c](b047a3c670
)) * **admin:** remove episode title truncation + display description in two lines in episode list ([f4ffa30](f4ffa30ec4
)), closes [#386](https://code.castopod.org/adaures/castopod/issues/386) * **auth:** display error messages from validator ([5a834c0](5a834c0f89
)) * **housekeeping:** remove unnecessary $tablePrefix variable when resetting post count ([97d793f](97d793f55e
)), closes [#383](https://code.castopod.org/adaures/castopod/issues/383) * **import:** handle bad values for location attributes ([642981f](642981fd35
)) * **import:** use cocur/slugify library to handle non latin text ([4ca7f9c](4ca7f9ccae
)) * move monetization outside of podcast form + add broadcast section to podcast menu ([dff8516](dff85168b3
)) * **nodeinfo2:** import database config + use dynamic table prefix for active local actors query ([6a7ef01](6a7ef0109a
)) * **persons:** set roles field as optional + set `Cast > Host` as default value ([02132dc](02132dc466
)), closes [#347](https://code.castopod.org/adaures/castopod/issues/347) * **platforms:** make platforms' websites and submit urls more prominent ([61cf8fa](61cf8fa3e2
)) * **podcast-form:** move fediverse section below author section ([1861d67](1861d67971
)) * reorder podcast form fields + extract sync feeds to its own form ([2d52fa1](2d52fa1046
)) ### Features * **admin:** add rss feed link to podcast side navigation ([18e2633](18e2633a49
)) * **icons:** update new Deezer logo ([f2d5b27](f2d5b272ac
)) * **install:** init database and create superadmin using CLI ([02d4ba6](02d4ba69ac
)), closes [#380](https://code.castopod.org/adaures/castopod/issues/380) * **ux:** add episode description to episode cards ([5f8d413](5f8d413b84
))
100 lines
4.6 KiB
JSON
100 lines
4.6 KiB
JSON
{
|
|
"name": "adaures/castopod",
|
|
"version": "1.7.0",
|
|
"type": "project",
|
|
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
|
"homepage": "https://castopod.org",
|
|
"license": "AGPL-3.0-or-later",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"adaures/ipcat-php": "^v1.0.0",
|
|
"adaures/podcast-persons-taxonomy": "^v1.0.1",
|
|
"aws/aws-sdk-php": "^3.291.0",
|
|
"chrisjean/php-ico": "^1.0.4",
|
|
"cocur/slugify": "^v4.5.1",
|
|
"codeigniter4/framework": "v4.4.3",
|
|
"codeigniter4/settings": "v2.1.2",
|
|
"codeigniter4/shield": "v1.0.0-beta.8",
|
|
"codeigniter4/tasks": "dev-develop",
|
|
"geoip2/geoip2": "v2.13.0",
|
|
"james-heinrich/getid3": "^2.0.0-beta5",
|
|
"league/commonmark": "^2.4.1",
|
|
"league/html-to-markdown": "5.1.1",
|
|
"melbahja/seo": "^v2.1.1",
|
|
"michalsn/codeigniter4-uuid": "v1.0.2",
|
|
"mpratt/embera": "^2.0.36",
|
|
"opawg/user-agents-php": "^v1.0",
|
|
"phpseclib/phpseclib": "~2.0.45",
|
|
"vlucas/phpdotenv": "v5.6.0",
|
|
"whichbrowser/parser": "^v2.1.7",
|
|
"yassinedoghri/podcast-feed": "dev-main"
|
|
},
|
|
"require-dev": {
|
|
"captainhook/captainhook": "^5.18.3",
|
|
"codeigniter/phpstan-codeigniter": "^v1.4.2",
|
|
"mikey179/vfsstream": "^v1.6.11",
|
|
"phpstan/extension-installer": "^1.3.1",
|
|
"phpstan/phpstan": "^1.10.46",
|
|
"phpunit/phpunit": "^10.4.2",
|
|
"rector/rector": "^0.18.11",
|
|
"symplify/coding-standard": "^12.0.4",
|
|
"symplify/easy-coding-standard": "^12.0.8"
|
|
},
|
|
"autoload": {
|
|
"exclude-from-classmap": [
|
|
"**/Database/Migrations/**"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\Support\\": "tests/_support"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "php spark serve",
|
|
"test": "vendor/bin/phpunit --no-coverage",
|
|
"analyse": "vendor/bin/phpstan analyse --ansi",
|
|
"rector": "vendor/bin/rector process --dry-run --ansi --memory-limit=2G",
|
|
"rector:fix": "vendor/bin/rector process --ansi --memory-limit=2G",
|
|
"style": "vendor/bin/ecs check --ansi",
|
|
"style:fix": "vendor/bin/ecs check --fix --ansi",
|
|
"generate:auth-docs": "php spark auth:generate-docs",
|
|
"post-install-cmd": [
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-php/src/UserAgents.php",
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-php/src/UserAgentsRSS.php",
|
|
"@php vendor/adaures/ipcat-php/src/IpDbGenerate.php > vendor/adaures/ipcat-php/src/IpDb.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > modules/Admin/Language/en/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-fr.json > modules/Admin/Language/fr/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomy.php"
|
|
],
|
|
"post-update-cmd": [
|
|
"@composer dump-autoload",
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsGenerate.php > vendor/opawg/user-agents-php/src/UserAgents.php",
|
|
"@php vendor/opawg/user-agents-php/src/UserAgentsRSSGenerate.php > vendor/opawg/user-agents-php/src/UserAgentsRSS.php",
|
|
"@php vendor/adaures/ipcat-php/src/IpDbGenerate.php > vendor/adaures/ipcat-php/src/IpDb.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > modules/Admin/Language/en/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-fr.json > modules/Admin/Language/fr/PersonsTaxonomy.php",
|
|
"@php vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json > vendor/adaures/podcast-persons-taxonomy/src/ReversedTaxonomy.php"
|
|
]
|
|
},
|
|
"support": {
|
|
"source": "https://code.castopod.org/adaures/castopod.git",
|
|
"discord": "https://castopod.org/discord"
|
|
},
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/codeigniter4/tasks.git"
|
|
}
|
|
]
|
|
}
|