Skip to content

Commit

Permalink
SVN Autodeployer added.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtoprak committed Feb 7, 2023
1 parent 06a6602 commit 378d75b
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Plugin asset/readme update
on:
push:
branches:
- master
jobs:
trunk:
name: Updating assets/readme files.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
IGNORE_OTHER_FILES: true
28 changes: 28 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Deploy to WordPress.org
on:
release:
types: [published]
jobs:
tag:
name: Deploy New Release to WordPress.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: svg-enabler
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.deploy.outputs.zip-path }}
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .wordpress-org/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<img src=".wordpress-org/banner-1544x500.png" alt="Optimisthub" style="float: left; width:100%; margin-bottom:30px" />

# Scheduled Posts Issue Fixer
* Minimum WordPress Sürümü : 5.0
* Test Edilen WordPress Sürümü : 6.1.1
* PHP : 7.1+
* Stabil Versiyon : 1.0.1
* Lisans: GPLv2 ya da daha sonrası
* Lisans URI: https://www.gnu.org/licenses/gpl-2.0.html

SVG Enabler, WordPress medya yöneticisinden, SVG uzantılı dosyaları yükleyip kullanabilmeniz için geliştirilen SVG Desteği eklentisidir.

## Kurulum

* Zip dosyasını indirip, açıp içinden çıkan `wordpress-svg-enabler` klasörünü `/wp-content/plugins/` dizinine yükleyiniz.
* Eklentiler menüsünden, `Svg Enabler` eklentisini aktif hale getiriniz. Eklenti otomatik olarak çalışmaya başlayacaktır.

## Sıkça Sorulan Sorular

### Eklentiyi sitemde etkinleştirdim, neden Admin Panel'de göremiyorum?

Svg Enabler bir kur ve unut eklentisidir. Eklenti yüklenip etkinleştirildiğinde sitenizin planlanmış gönderileri otomatik olarak kontrol edileceğinden herhangi bir ayar alanı yoktur.

## Versiyon Geçmişi

* https://plugins.trac.wordpress.org/log/svg-enabler/
## WordPress Eklenti Dizini Adresi

* https://wordpress.org/plugins/svg-enabler/
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: @optimisthub
* Author URI: https://optimisthub.com
* Text Domain: svg-enabler
* Version: 1.0.0
* Version: 1.0.1
* Requires at least: 5.0
* Tested up to: 6.1.1
* Requires PHP: 7.1
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: svg upload, allow svg upload, svg support, svg upload enabler
Requires at least: 5.0
Tested up to: 6.1.1
Requires PHP: 7.1
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -61,6 +61,10 @@ Yes, this can be done using the `svg_allowed_attributes` and `svg_allowed_tags`

== Changelog ==

= 1.0.1 =

* Github Action

= 1.0.0 =

* Stable version released

0 comments on commit 378d75b

Please sign in to comment.