diff --git a/.github/workflows/store.yml b/.github/workflows/store.yml deleted file mode 100644 index 6d0a12e..0000000 --- a/.github/workflows/store.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Build extension -on: - workflow_dispatch: - push: - branches: - - main - -jobs: - build: - uses: FriendsOfShopware/actions/.github/workflows/store-shopware-cli.yml@main - with: - extensionName: ${{ github.event.repository.name }} - secrets: - accountUser: ${{ secrets.ACCOUNT_USER }} - accountPassword: ${{ secrets.ACCOUNT_PASSWORD }} - ghToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6fac1be..0000000 --- a/.gitignore +++ /dev/null @@ -1,40 +0,0 @@ -# Cache and logs (Symfony2) -/app/cache/* -/app/logs/* -!app/cache/.gitkeep -!app/logs/.gitkeep - -# Cache and logs (Symfony3) -/var/cache/* -/var/logs/* -!var/cache/.gitkeep -!var/logs/.gitkeep - -# Parameters -/app/config/parameters.yml -/app/config/parameters.ini - -# Managed by Composer -/app/bootstrap.php.cache -/var/bootstrap.php.cache -/bin/* -!bin/console -!bin/symfony_requirements -/vendor/ - -# Assets and user uploads -/web/bundles/ -/web/uploads/ - -# Assets managed by Bower -/web/assets/vendor/ - -# PHPUnit -/app/phpunit.xml -/phpunit.xml - -# Build data -/build/ - -# Composer PHAR -/composer.phar diff --git a/.shopware-extension.yml b/.shopware-extension.yml deleted file mode 100755 index 9b17d3a..0000000 --- a/.shopware-extension.yml +++ /dev/null @@ -1,69 +0,0 @@ -store: - availabilities: - - German - - International - default_locale: en_GB - localizations: - - de_DE - - en_GB - categories: - - System - type: extension - icon: src/Resources/store/icon.png - automatic_bugfix_version_compatibility: true - description: - de: | -

Adminer erlaubt es dir einfach in der Administration auf die Datenbank zuzugreifen.

-

Das Plugin wird von der Github Organization FriendsOfShopware entwickelt. - Maintainer des Plugin ist Soner Sayakci. - Das Github Repository ist zu finden hier - [Bei Fragen / Fehlern bitte ein Github Issue erstellen](https://github.com/FriendsOfShopware/FroshPlatformAdminer/issues/new

- en: | -

Adminer allows you to easily access the database in the administration.

-

The plugin is provided by the Github Organization FriendsOfShopware. - Maintainer of the plugin is Soner Sayakci. - You can find the Github Repository here - For questions / errors please create a Github Issue

- installation_manual: - de: "" - en: "" - tags: - de: - - Datenbank - - adminer - en: - - database - - adminer - videos: - de: [] - en: [] - highlights: - de: - - "" - en: - - "" - features: - de: - - "" - en: - - "" - faq: - de: [] - en: [] - images: - - file: src/Resources/store/img-0.png - activate: - de: true - en: true - preview: - de: true - en: true - priority: 0 -build: - zip: - assets: - enable_es_build_for_admin: true - enable_es_build_for_storefront: true - -changelog: - enabled: true diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md new file mode 100755 index 0000000..3627daa --- /dev/null +++ b/CHANGELOG_en-GB.md @@ -0,0 +1,3 @@ +# 2.1.1 +- [Update composer.json](/ba61b9a) +- [Support DATABASE_SSL_* env-variables (#27)](/ca8881a) \ No newline at end of file diff --git a/src/Resources/store/de.md b/src/Resources/store/de.md deleted file mode 100644 index cdac869..0000000 --- a/src/Resources/store/de.md +++ /dev/null @@ -1,6 +0,0 @@ -Adminer erlaubt es dir einfach in der Administration auf die Datenbank zuzugreifen. - -Das Plugin wird von der Github Organization [FriendsOfShopware](https://github.com/FriendsOfShopware/) entwickelt. -Maintainer des Plugin ist [Soner Sayakci](https://github.com/shyim). -Das Github Repository ist zu finden [hier](https://github.com/FriendsOfShopware/FroshPlatformAdminer) -[Bei Fragen / Fehlern bitte ein Github Issue erstellen](https://github.com/FriendsOfShopware/FroshPlatformAdminer/issues/new diff --git a/src/Resources/store/en.md b/src/Resources/store/en.md deleted file mode 100644 index 4fc0d05..0000000 --- a/src/Resources/store/en.md +++ /dev/null @@ -1,6 +0,0 @@ -Adminer allows you to easily access the database in the administration. - -The plugin is provided by the Github Organization [FriendsOfShopware](https://github.com/FriendsOfShopware/). -Maintainer of the plugin is [Soner Sayakci](https://github.com/shyim). -You can find the Github Repository [here](https://github.com/FriendsOfShopware/FroshPlatformAdminer) -[For questions / errors please create a Github Issue](https://github.com/FriendsOfShopware/FroshPlatformAdminer/issues/new) diff --git a/src/Resources/store/icon.png b/src/Resources/store/icon.png deleted file mode 100644 index 885856b..0000000 Binary files a/src/Resources/store/icon.png and /dev/null differ diff --git a/src/Resources/store/images/1.png b/src/Resources/store/images/1.png deleted file mode 100644 index 968caa3..0000000 Binary files a/src/Resources/store/images/1.png and /dev/null differ diff --git a/src/Resources/store/img-0.png b/src/Resources/store/img-0.png deleted file mode 100755 index 968caa3..0000000 Binary files a/src/Resources/store/img-0.png and /dev/null differ diff --git a/src/Resources/store/store.json b/src/Resources/store/store.json deleted file mode 100644 index 2b8265a..0000000 --- a/src/Resources/store/store.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "storeAvailabilities": [ - "International", - "German" - ], - "standardLocale": "en_GB", - "localizations": [ - "en_GB", - "de_DE" - ], - "categories": [ - "System" - ], - "productType": "extension", - "responsive": true, - "tags": { - "en": [ - "database", - "adminer" - ], - "de": [ - "datenbank", - "adminer" - ] - } -}