diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..921cdc7 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,28 @@ +name: Deploy to WordPress.org +on: + release: + types: [published] +jobs: + tag: + name: New release + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@master + - name: WordPress Plugin Deploy + id: deploy + uses: 10up/action-wordpress-plugin-deploy@stable + with: + generate-zip: true + env: + SVN_USERNAME: ${{ secrets.WPORG_SVN_USERNAME }} + SVN_PASSWORD: ${{ secrets.WPORG_SVN_PASSWORD }} + - name: Upload release asset + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} + with: + upload_url: ${{ github.event.release.upload_url }} + asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip + asset_name: ${{ github.event.repository.name }}.zip + asset_content_type: application/zip \ No newline at end of file diff --git a/.wordpress-org/icon-128x128.png b/.wordpress-org/icon-128x128.png new file mode 100644 index 0000000..94e74fd Binary files /dev/null and b/.wordpress-org/icon-128x128.png differ diff --git a/.wordpress-org/icon-256x256.png b/.wordpress-org/icon-256x256.png new file mode 100644 index 0000000..9846746 Binary files /dev/null and b/.wordpress-org/icon-256x256.png differ diff --git a/.wordpress-org/screenshot-1.png b/.wordpress-org/screenshot-1.png new file mode 100644 index 0000000..5f5a3d9 Binary files /dev/null and b/.wordpress-org/screenshot-1.png differ diff --git a/.wordpress-org/screenshot-2.png b/.wordpress-org/screenshot-2.png new file mode 100644 index 0000000..0797049 Binary files /dev/null and b/.wordpress-org/screenshot-2.png differ diff --git a/.wordpress-org/screenshot-3.png b/.wordpress-org/screenshot-3.png new file mode 100644 index 0000000..39e3cfc Binary files /dev/null and b/.wordpress-org/screenshot-3.png differ diff --git a/.wordpress-org/screenshot-4.png b/.wordpress-org/screenshot-4.png new file mode 100644 index 0000000..1b23b8d Binary files /dev/null and b/.wordpress-org/screenshot-4.png differ diff --git a/.wordpress-org/screenshot-5.png b/.wordpress-org/screenshot-5.png new file mode 100644 index 0000000..540ff09 Binary files /dev/null and b/.wordpress-org/screenshot-5.png differ diff --git a/.wordpress-org/screenshot-6.png b/.wordpress-org/screenshot-6.png new file mode 100644 index 0000000..95e4f1a Binary files /dev/null and b/.wordpress-org/screenshot-6.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe8a82f --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +

Knawat

+ +[![Join the chat at https://gitter.im/Knawat/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Knawat/Lobby) + +## Description +Welcome to the Knawat Featured Image by URL Plugin repository on GitHub. Here you can browse the source, look at open issues and keep track of development. + +If you are not a developer, please use the [Knawat plugin page](https://wordpress.org/plugins/featured-image-by-url/) on WordPress.org. + +## Deployment +We use [10up/action-wordpress-plugin-deploy](https://github.com/10up/action-wordpress-plugin-deploy) Github Action for auto deployment to WordPress. + +## Contributing to Knawat +If you have a patch or have stumbled upon an issue with Knawat WooCommerce plugin core, you can contribute this back to the code. Please create a pull request. + +## Check also +* [WooCommerce Dropshipping Plugin](https://wordpress.org/plugins/dropshipping-woocommerce/) +* [Magento 2 Module](https://marketplace.magento.com/knawat-module-dropshipping.html) +* [OpenCart Module](https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=36071&filter_search=knawat) \ No newline at end of file