Skip to content

Commit 94a1122

Browse files
committed
docs: add ref. v0.2.1
1 parent ab09607 commit 94a1122

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ If you use Composer to manage WordPress plugins, you can install it from this re
108108
"type": "package",
109109
"package": {
110110
"name": "frugan-dev/upload-field-to-youtube-for-acf",
111-
"version": "0.2.0",
111+
"version": "0.2.1",
112112
"type": "wordpress-plugin",
113113
"dist": {
114-
"url": "https://github.com/frugan-dev/upload-field-to-youtube-for-acf/releases/download/v0.2.0/upload-field-to-youtube-for-acf.zip",
114+
"url": "https://github.com/frugan-dev/upload-field-to-youtube-for-acf/releases/download/v0.2.1/upload-field-to-youtube-for-acf.zip",
115115
"type": "zip"
116116
}
117117
}

upload-field-to-youtube-for-acf/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Frugan
33
Tags: acf, fields, repeater, upload, youtube
44
Requires at least: 5.6.0
55
Tested up to: 6.6.1
6-
Stable tag: 0.2.0
6+
Stable tag: 0.2.1
77
Requires PHP: 8.0
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html

upload-field-to-youtube-for-acf/upload-field-to-youtube-for-acf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Plugin Name: Upload Field to YouTube for ACF
1818
* Plugin URI: https://github.com/frugan-dev/upload-field-to-youtube-for-acf
1919
* 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.
20-
* Version: 0.2.0
20+
* Version: 0.2.1
2121
* Requires Plugins: advanced-custom-fields
2222
* Requires PHP: 8.0
2323
* Author: Frugan
@@ -35,7 +35,7 @@
3535
require __DIR__.'/vendor/autoload.php';
3636
}
3737

38-
define('FRUGAN_UFTYFACF_VERSION', '0.2.0');
38+
define('FRUGAN_UFTYFACF_VERSION', '0.2.1');
3939
define('FRUGAN_UFTYFACF_BASENAME', plugin_basename(__FILE__));
4040
define('FRUGAN_UFTYFACF_NAME', dirname(FRUGAN_UFTYFACF_BASENAME));
4141
define('FRUGAN_UFTYFACF_NAME_UNDERSCORE', str_replace('-', '_', FRUGAN_UFTYFACF_NAME));

0 commit comments

Comments
 (0)