-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
executable file
·158 lines (110 loc) · 3.42 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
=== WP Simple Spreadsheet Fetcher for Google ===
Contributors: naoki0h
Tags: fetcher, api, Google Sheets
Requires at least: 5.3
Tested up to: 5.6
Stable tag: 0.7.9
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
This is the simple plugin to fetch data from Google Sheets and display it on your website.
This plugin only works with Block Editor, doesn't support Classic Editor.
== How to use ==
1. Create the api key. For more detail. Please refer to [https://developers.google.com/sheets/api/quickstart/js#step_1_turn_on_the](https://developers.google.com/sheets/api/quickstart/js#step_1_turn_on_the).
2. Move to the settings page from side menu that Plugins > WP Simple Google Sheets Fetcher.
3. Save your API key at the settings page.
4. Turn on Get shareable link. For more detail. Please refer to [https://support.google.com/drive/answer/2494822#link_sharing](https://support.google.com/drive/answer/2494822#link_sharing)
5. Choose "Fetcher" block at the "WP Simple Spreadsheet Fetcher for Google" category, use side panel to indicate the cell to fetch data.
6. It will display the data in your post or page.
[youtube https://youtu.be/VYMFFMyRK3I]
== Contact ==
If you have anything to tell me, please post it on the plugin's support forum or reply or message me on twitter @naogify.
== Installation ==
1. Download the zip, extract it and upload the extracted folder to your-wp-directory/wp-content/plugins/
2. Go to the plugins administration screen in your WordPress admin and activate the plugin.
== Screenshots ==
1. Fetch and display data from Google Sheets.
== Changelog ==
= 0.7.9 =
- Tested up to WordPress 5.6.
= 0.7.8 =
- [Feature][Table] remove auto convert url to link feature.
= 0.7.7 =
- [Feature][Table] enable to fetch HTML from Google Sheets.
= 0.7.6 =
- Fix bug, and add validation message.
= 0.7.5 =
- Fix bug.
= 0.7.3 =
- Add notification for turning on sharing setting.
= 0.7.2 =
- Translate button text in api key setting page.
= 0.7.1 =
- Introduce Chart block.
- Change minimum required version 5.0 to 5.3.
= 0.6.8=
- Add css backward compatibility.
= 0.6.4 =
- Fix sidebar css for WordPress5.4
- Simplify sidebar UI.
- Fix RangeControl bug in WordPress5.4.
= 0.6.1 =
- Fix css.
= 0.6.0 =
- Add sidebar settings to customize table style
- Deprecated css style.
= 0.5.2 =
- Fix version.
= 0.5.1 =
- Fix to load translation file for text in javascript.
= 0.4.9 =
- Fix version.
= 0.4.8 =
- Fix version.
= 0.4.7 =
- Fix version.
= 0.4.6 =
- Fix version.
= 0.4.2 =
- Fix version.
- Fix develop tool.
= 0.4.1 =
- Fix version.
= 0.4.0 =
- Fix version.
= 0.3.9 =
- Fix version.
= 0.3.7 =
- Fix text message in fecher advanced block
- Fix css.
- Fix CSRF.
= 0.3.6 =
- Add japanese translation for text in javascript.
= 0.3.4 =
- Fix text and i18n.
= 0.3.3 =
- Fix text and i18n.
= 0.3.2 =
- Fix user interface.
= 0.3.1 =
- Fix user interface.
= 0.3.0 =
- Fix user interface
- Enable to set sheet id from each fetcher block.
= 0.2.7 =
- Bug fix.
= 0.2.6 =
- Bug fix.
= 0.2.5 =
- Delete parser block, add fetcher and fetcher advanced blocks.
- Fix some.
= 0.2.4 =
Just fix text.
= 0.2.3 =
Fix the description, and add event register layout.
= 0.2.0 =
Fix to register wordpress.org.
= 0.1.0 =
First commit.
== Upgrade Notice ==
= 0.1.0 =
First commit.