1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Merge pull request #34 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-04-21 17:46:50 +02:00 committed by GitHub
commit 202a6222f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 9 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Fetch the source code - name: Fetch the source code
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Run the updater script - name: Run the updater script
@ -33,7 +33,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
id: cpr id: cpr
if: ${{ env.PROCEED == 'true' }} if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update to version ${{ env.VERSION }} commit-message: Update to version ${{ env.VERSION }}

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
AbanteCart is a free open source ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set. AbanteCart is a free open source ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
**Shipped version:** 1.3.2~ynh1 **Shipped version:** 1.3.3.0~ynh1
**Demo:** https://www.abantecart.com/shopping-cart-demo **Demo:** https://www.abantecart.com/shopping-cart-demo

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
AbanteCart is a free open source ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set. AbanteCart is a free open source ecommerce platform to power online retail. AbanteCart is a ready to run web application as well as reliable foundation to build custom eCommerce solutions. AbanteCart ecommerce platform is designed to fit a wide variety of online businesses and applications, as well as can be configured or customized to perform very specific business requirements. Chosen by many shop owners launching their business online for the first time, AbanteCart is also picked by developers looking for a user-friendly interface and powerful features set.
**Version incluse :** 1.3.2~ynh1 **Version incluse :** 1.3.3.0~ynh1
**Démo :** https://www.abantecart.com/shopping-cart-demo **Démo :** https://www.abantecart.com/shopping-cart-demo

View file

@ -12,7 +12,6 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
#upgrade=1 from_commit=acdb6cfdf31a2f02baf5bbcbb5cc0cdaf0a3ac69
# 1.3.2~ynh1 # 1.3.2~ynh1
upgrade=1 from_commit=4586e00bbf6ae98f49135623b282446613a9cb25 upgrade=1 from_commit=4586e00bbf6ae98f49135623b282446613a9cb25
backup_restore=1 backup_restore=1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/abantecart/abantecart-src/archive/refs/tags/1.3.2.tar.gz SOURCE_URL=https://github.com/abantecart/abantecart-src/archive/refs/tags/1.3.3.0.tar.gz
SOURCE_SUM=58ed9007054e5f74826d8ac5d3358d893c612af34e04877107c9baf81f6d529f SOURCE_SUM=80fa2ce773666e55fcae96f5875d4466f3107e64bfccc7c6bda5d5a0b907b864
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Open source ecommerce platform to power online retail", "en": "Open source ecommerce platform to power online retail",
"fr": "Plateforme de commerce électronique pour la vente au détail en ligne" "fr": "Plateforme de commerce électronique pour la vente au détail en ligne"
}, },
"version": "1.3.2~ynh1", "version": "1.3.3.0~ynh1",
"url": "https://www.abantecart.com/", "url": "https://www.abantecart.com/",
"upstream": { "upstream": {
"license": "OSL-3.0", "license": "OSL-3.0",
@ -23,7 +23,7 @@
"email": "" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.1.17"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [