-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06a6602
commit 378d75b
Showing
8 changed files
with
81 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters