Skip to content

Commit

Permalink
feat: release 1.8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihdan committed May 3, 2024
1 parent beeb2bd commit 4e5911d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
19 changes: 9 additions & 10 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# A set of files you probably don't want in your WordPress.org distribution
.distignore
.editorconfig
.git
.github
.gitignore
.gitlab-ci.yml
.travis.yml
.DS_Store
.idea
.wordpress-org
Thumbs.db
behat.yml
circle.yml
Expand All @@ -28,11 +24,14 @@ README.md
CHANGELOG.md
CONTRIBUTING.md
wp-cli.local.yml
yarn.lock
bin
tests
node_modules
*.sql
yarn.lock*.sql
*.tar.gz
*.zip
assets/src

/.git
/.github
/.idea
/.wordpress-org
/assets/src
/node_modules
/tests
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install composer requirements
run: composer install --no-dev --prefer-dist --no-progress --no-suggest
- name: Install dependencies with caching
uses: kagg-design/composer-install@v2
with:
composer-options: "--no-dev --prefer-dist --no-progress --no-suggest --optimize-autoloader --classmap-authoritative"

- name: Setup Node
uses: actions/setup-node@v1
Expand All @@ -25,7 +27,8 @@ jobs:
- name: Gulp
run: gulp default

- name: WordPress plugin deploy
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.assets
node_modules
node_modules/
vendor/
4 changes: 2 additions & 2 deletions mihdan-lite-youtube-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Lite Video Embed (YouTube, RuTube)
* Description: A faster YouTube/RuTube embed. Renders faster than a sneeze.
* Version: 1.8.0.2
* Version: 1.8.0.3
* Author: Mikhail Kobzarev
* Author URI: https://www.kobzarev.com/
* Plugin URI: https://wordpress.org/plugins/mihdan-lite-youtube-embed/
Expand All @@ -21,7 +21,7 @@
exit;
}

define( 'MIHDAN_LITE_YOUTUBE_EMBED_VERSION', '1.8.0.2' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_VERSION', '1.8.0.3' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_SLUG', 'mihdan-lite-youtube-embed' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_NAME', 'Lite Video Embed' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_DIR', __DIR__ );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mihdan
Tags: youtube, wordpress, seo-friendly, seo, cache, embed
Requires at least: 5.0
Tested up to: 6.5
Stable tag: 1.8.0.2
Stable tag: 1.8.0.3
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 4e5911d

Please sign in to comment.