-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
132 lines (113 loc) · 4.53 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
=== Carkeek Blocks V 2 ===
Contributors: Carkeek Studios
Tags: block
Tested up to: 6.7
Stable tag: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Example block written with ESNext standard and JSX support – build step required.
== Description ==
This is the long description. No limit, and you can use Markdown (as well as in the following sections).
For backwards compatibility, if this section is missing, the full length of the short description will be used, and
Markdown parsed.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/carkeek-blocks-v2` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= A question that someone might have =
An answer to that question.
= What about foo bar? =
Answer to foo bar dilemma.
== Screenshots ==
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot
== Changelog ==
= 3.2.38 =
* Release 3.2.38 = 12/04/24
* Fixes for updates made in WP6.7 (change from @wordpress/post-editor to @wordpress/editor for sidebar components)
= 3.2.37 =
* Release 3.2.37 = 12/04/24
* Made some updates to the taxonomy block to support a link tile style taxonomy layout
= 3.2.36 =
* Release 3.2.35 = 10/25/24
* Added a expand/collapse button block.
= 3.2.32-35 =
* Release 3.2.35 = 10/25/24
* Minor tweaks to the youtube block - fix to id parsing and added handle to js script.
* Modifications to the Featured Image html in the Archive block to allow it to be filtered.
= 3.2.32-33 =
* Release 3.2.32 = 09/04/24
* Allow for circle option for the featured image archive
= 3.2.31 =
* Release 3.2.31 = 08/04/24
* Made an update to the template that it wont link the title and image if the permalink is empty. (Used on PIP where we are using a custom external link for news.)
= 3.2.26 =
* Release 3.2.26 = 06/18/24
* Updated the Modal Block/Carkeek Archive Modal to use Codyhouse components
* Added a template for whole link to archive
= 3.2.23 =
* Release 3.2.23 = 05/17/24
* Added options to Archive and Related Archive to display as simple list, and to exclude children
* Some minor tweaks to Related Events block (so as not to error out if TEC is not installed)
= 3.2.22 =
* Release 3.2.22 = 04/17/24
* Added option to link whole item to related posts block
* Added styles for bordered grid
= 3.2.21 =
* Release 3.2.21 = 04/04/24
* Added option to link whole item
= 3.2.19 =
* Release 3.2.18 = 03/08/24
* Fix to fixed image caption
= 3.2.18 =
* Release 3.2.18 = 01/03/24
* Fix to gallery - contained images
* Dependency updates
= 3.2.17 =
* Release 3.2.17 = 01/03/23
* Fix to progress chart
= 3.2.14 =
* Release 3.2.14 = 10/25/23
* Added Progress Bar Chart
= 3.2.13 =
* Release 3.2.10-13 = 09/11/23
* Fix to styles on Widget Row Block
= 3.2.10 =
* Release 3.2.10 = 08/21/23
* Add new block to use Youtube Lite and Vimeo Lite
= 3.2.09 =
* Release 3.2.09 = 08/14/23
* Fix to accordion to not open multiple at once.
= 3.2.08 =
* Release 3.2.08 = 07/27/23
* Added action to end of header on modal template
= 3.2.07 =
* Release 3.2.07 = 07/25/23
* Fix to lightbox gallery to load slick
= 3.2.05 =
* Release 3.2.05 = 07/20/23
* Added the option to contain (or cover) a fixed image or gallery image
* Added border options to the Widget row
* Rearranged the Action call in the Modal popup to make more sense
= 3.2.04 =
* Release 3.2.04 = 06/27/23
* Added the ability to set the header and link on the custom archive so we can hide the whole thing when empty
= 3.2.03 =
* Release 3.2.03 - 06/20/23
* Added Animation to Circle Counter Block
* Fix to template on 'After Excerpt' filter.
= 3.1.17 =
* Release 3.1.16 - 02/21/23
* Update to related posts block. Added option to match on ALL terms first, default tax search will search for any.
= 3.1.16 =
* Release 3.1.16 - 02/18/23
* Fix to taxonomy block
= 3.1.15 =
* Release 3.1.15 - 02/09/23
* Added an option to extended gallery to set the gap between columns
* Updated the Taxonomy Block to add the option to not link items and to allow for some display options.