From d630e25d2988dbd655f5128fc4fe33b62b477532 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sat, 22 Aug 2026 11:21:54 +0200 Subject: [PATCH] Update project link --- .github/workflows/ci-linux.yml | 8 +++---- README.md | 22 +++++++++---------- _config.inc.php | 2 +- _define.php | 2 +- _routes.php | 2 +- bin/release | 2 +- .../Controllers/HelloassoController.php | 4 ++-- .../Filters/HelloassoHistoryList.php | 2 +- lib/GaletteHelloasso/Helloasso.php | 2 +- lib/GaletteHelloasso/HelloassoHistory.php | 2 +- .../PluginGaletteHelloasso.php | 2 +- scripts/mysql.sql | 2 +- scripts/pgsql.sql | 2 +- scripts/upgrade-to-1.1.0-mysql.sql | 2 +- scripts/upgrade-to-1.1.0-pgsql.sql | 2 +- templates/default/headers.html.twig | 2 +- templates/default/helloasso_error.html.twig | 2 +- templates/default/helloasso_form.html.twig | 2 +- templates/default/helloasso_history.html.twig | 2 +- .../default/helloasso_preferences.html.twig | 2 +- templates/default/helloasso_success.html.twig | 2 +- .../tests/units/Helloasso.php | 2 +- tests/TestsBootstrap.php | 2 +- webroot/galette_helloasso.css | 2 +- 24 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 96dc59b..de73464 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -25,7 +25,7 @@ jobs: - id: gen uses: galette/.github/actions/matrix-generator@main with: - all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} + all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} setup-lint-matrix: runs-on: ubuntu-latest @@ -37,7 +37,7 @@ jobs: uses: galette/.github/actions/matrix-generator@main with: target: lint - all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} + all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-helloasso' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} lint: runs-on: ubuntu-latest @@ -112,7 +112,7 @@ jobs: cd galette-core ./bin/console galette:headers:check \ --project-name="Galette Helloasso plugin" \ - --project-url="https://galette-community.github.io/plugin-helloasso" \ + --project-url="https://galette-plugins.github.io/plugin-helloasso" \ --start-year="2025" \ --directory="galette/plugins/plugin-helloasso" @@ -152,7 +152,7 @@ jobs: --health-timeout=5s --health-retries=10 - name: PHP ${{ matrix.php-version }} ${{ matrix.db-image }} ${{ (matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette-community/plugin-helloasso' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')))) && ' (skipped)' || matrix.coverage == 'xdebug' && ' (with coverage)' || ''}} + name: PHP ${{ matrix.php-version }} ${{ matrix.db-image }} ${{ (matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette-plugins/plugin-helloasso' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')))) && ' (skipped)' || matrix.coverage == 'xdebug' && ' (with coverage)' || ''}} steps: - name: PHP diff --git a/README.md b/README.md index 81bb74b..15004a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Galette HelloAsso plugin -[![GitHub license](https://img.shields.io/github/license/galette-community/plugin-helloasso)](https://github.com/galette-community/plugin-helloasso/blob/master/COPYING) +[![GitHub license](https://img.shields.io/github/license/galette-plugins/plugin-helloasso)](https://github.com/galette-plugins/plugin-helloasso/blob/master/COPYING) ## Français @@ -9,14 +9,14 @@ Un plugin [Galette](https://galette.eu) pour gérer les paiements de cotisations et de dons via [HelloAsso](https://www.helloasso.com/). -* [site web](https://galette-community.github.io/plugin-helloasso) -* [bogues et fonctionnalités](https://github.com/galette-community/plugin-helloasso/issues) -* [documentation](https://galette-community.github.io/plugin-helloasso/documentation.html) +* [site web](https://galette-plugins.github.io/plugin-helloasso) +* [bogues et fonctionnalités](https://github.com/galette-plugins/plugin-helloasso/issues) +* [documentation](https://galette-plugins.github.io/plugin-helloasso/documentation.html) Pour utiliser le plugin HelloAsso pour Galette, vous aurez besoin d'une version adéquate de Galette, ainsi que du plugin lui même : -* télécharger la dernière version stable depuis la [page du plugin HelloAsso pour Galette](https://github.com/galette-community/plugin-helloasso/releases) -* utiliser [le code source du plugin HelloAsso pour Galette depuis le dépôt](https://github.com/galette-community/plugin-helloasso), cette solution requiert quelques compétences techniques +* télécharger la dernière version stable depuis la [page du plugin HelloAsso pour Galette](https://github.com/galette-plugins/plugin-helloasso/releases) +* utiliser [le code source du plugin HelloAsso pour Galette depuis le dépôt](https://github.com/galette-plugins/plugin-helloasso), cette solution requiert quelques compétences techniques ## English @@ -25,11 +25,11 @@ Pour utiliser le plugin HelloAsso pour Galette, vous aurez besoin d'une version A [Galette](https://galette.eu) plugin to handle membership fees and donations payments with [HelloAsso](https://www.helloasso.com/). -* [website](https://galette-community.github.io/plugin-helloasso) -* [bugs and features](https://github.com/galette-community/plugin-helloasso/issues) -* [documentation](https://galette-community.github.io/plugin-helloasso/documentation.html) +* [website](https://galette-plugins.github.io/plugin-helloasso) +* [bugs and features](https://github.com/galette-plugins/plugin-helloasso/issues) +* [documentation](https://galette-plugins.github.io/plugin-helloasso/documentation.html) To use Galette HelloAsso plugin, you'll need a reliable Galette version, and of course the plugin itself by either: -* download latest stable version available from the [Galette HelloAsso plugin page](https://github.com/galette-community/plugin-helloasso/releases) -* use [Galette HelloAsso plugin source code from repository](https://github.com/galette-community/plugin-helloasso), this solution requires some technical skills +* download latest stable version available from the [Galette HelloAsso plugin page](https://github.com/galette-plugins/plugin-helloasso/releases) +* use [Galette HelloAsso plugin source code from repository](https://github.com/galette-plugins/plugin-helloasso), this solution requires some technical skills diff --git a/_config.inc.php b/_config.inc.php index 16580ed..775f00b 100644 --- a/_config.inc.php +++ b/_config.inc.php @@ -1,7 +1,7 @@ $this->preferences->getURL() . $this->routeparser->urlFor('helloasso_webhook'), 'amounts' => $amounts, 'tab' => $tab, - 'documentation' => 'https://galette-community.github.io/plugin-helloasso/documentation.html#pr%C3%A9f%C3%A9rences' + 'documentation' => 'https://galette-plugins.github.io/plugin-helloasso/documentation.html#pr%C3%A9f%C3%A9rences' ]; // display page diff --git a/lib/GaletteHelloasso/Filters/HelloassoHistoryList.php b/lib/GaletteHelloasso/Filters/HelloassoHistoryList.php index 69a69ab..1891ef5 100644 --- a/lib/GaletteHelloasso/Filters/HelloassoHistoryList.php +++ b/lib/GaletteHelloasso/Filters/HelloassoHistoryList.php @@ -1,7 +1,7 @@