Skip to content

Commit

Permalink
docs: add ref. v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Dec 3, 2024
1 parent ab09607 commit 94a1122
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ If you use Composer to manage WordPress plugins, you can install it from this re
"type": "package",
"package": {
"name": "frugan-dev/upload-field-to-youtube-for-acf",
"version": "0.2.0",
"version": "0.2.1",
"type": "wordpress-plugin",
"dist": {
"url": "https://github.com/frugan-dev/upload-field-to-youtube-for-acf/releases/download/v0.2.0/upload-field-to-youtube-for-acf.zip",
"url": "https://github.com/frugan-dev/upload-field-to-youtube-for-acf/releases/download/v0.2.1/upload-field-to-youtube-for-acf.zip",
"type": "zip"
}
}
Expand Down
2 changes: 1 addition & 1 deletion upload-field-to-youtube-for-acf/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Frugan
Tags: acf, fields, repeater, upload, youtube
Requires at least: 5.6.0
Tested up to: 6.6.1
Stable tag: 0.2.0
Stable tag: 0.2.1
Requires PHP: 8.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Plugin Name: Upload Field to YouTube for ACF
* Plugin URI: https://github.com/frugan-dev/upload-field-to-youtube-for-acf
* Description: Upload Field to YouTube for ACF is a WordPress plugin that allows you to upload videos directly to YouTube via API from the WordPress admin area and/or select existing videos on your YouTube channel based on playlists.
* Version: 0.2.0
* Version: 0.2.1
* Requires Plugins: advanced-custom-fields
* Requires PHP: 8.0
* Author: Frugan
Expand All @@ -35,7 +35,7 @@
require __DIR__.'/vendor/autoload.php';
}

define('FRUGAN_UFTYFACF_VERSION', '0.2.0');
define('FRUGAN_UFTYFACF_VERSION', '0.2.1');
define('FRUGAN_UFTYFACF_BASENAME', plugin_basename(__FILE__));
define('FRUGAN_UFTYFACF_NAME', dirname(FRUGAN_UFTYFACF_BASENAME));
define('FRUGAN_UFTYFACF_NAME_UNDERSCORE', str_replace('-', '_', FRUGAN_UFTYFACF_NAME));
Expand Down

0 comments on commit 94a1122

Please sign in to comment.