From 4e5911d2b1bef9894cdf0f25254c6c9691d90a20 Mon Sep 17 00:00:00 2001 From: Mikhail Kobzarev Date: Fri, 3 May 2024 13:15:30 +0300 Subject: [PATCH] feat: release 1.8.0.3 --- .distignore | 19 +++++++++---------- .github/workflows/deploy.yml | 11 +++++++---- .gitignore | 3 ++- mihdan-lite-youtube-embed.php | 4 ++-- readme.txt | 2 +- 5 files changed, 21 insertions(+), 18 deletions(-) diff --git a/.distignore b/.distignore index 5c4e76a..0dc1085 100644 --- a/.distignore +++ b/.distignore @@ -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 @@ -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 \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 554d17c..ec35b74 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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 diff --git a/.gitignore b/.gitignore index 17d13bc..121cd3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea .assets -node_modules \ No newline at end of file +node_modules/ +vendor/ \ No newline at end of file diff --git a/mihdan-lite-youtube-embed.php b/mihdan-lite-youtube-embed.php index c0ac684..649e377 100644 --- a/mihdan-lite-youtube-embed.php +++ b/mihdan-lite-youtube-embed.php @@ -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/ @@ -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__ ); diff --git a/readme.txt b/readme.txt index 4c0349a..9e8414b 100644 --- a/readme.txt +++ b/readme.txt @@ -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