-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
149 lines (117 loc) · 5.59 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
=== ArchivesPress: Index Blocks for WordPress ===
Contributors: GDragoN
Donate link: https://buymeacoffee.com/millan
Tags: blocks, dev4press, archives, navigation, index
Stable tag: 3.3
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Display indexes based on the dates (years, months, and days archives), authors, and taxonomy terms for quick navigation and filtering of posts.
== Description ==
Display indexes based on the dates (years, months and days archives), authors and taxonomy terms for quick navigation and filtering of posts with various customization options available for each shortcode or block used.
The plugin uses shortcodes for each of the archive indexes. This includes three shortcodes, each one with various attributes to configure the index and styling. And, the plugin also includes three blocks for the Gutenberg Block Editor. Each block can be configured via the Block Sidebar.
= Block Editor Blocks =
All blocks are available under 'ArchivesPress' block category.
* Dates Archives Index
* Authors Archives Index
* Terms Archives Index
= Shortcodes =
* Dates Archives Index: `[archivespress-dates]`
* Authors Archives Index: `[archivespress-authors]`
* Terms Archives Index: `[archivespress-terms]`
To learn more about each shortcode, available attributes and get some examples, make sure to check out the [knowledge base](https://support.dev4press.com/kb/product/archivespress/) for this plugin.
= More Plugin Features =
* SASS based styling
* CSS using variables and flex
* Two layouts for every shortcode
* Change colors and font via shortcode
* Support for RTL orientation
* Fully responsive styling
* Load styling file only when needed
= Home, Knowledge Base, Support and GitHub =
* Learn more About the Plugin: [ArchivesPress Website](https://plugins.dev4press.com/archivespress/)
* Shortcodes Configuration: [ArchivesPress Knowledge Base](https://support.dev4press.com/kb/product/archivespress/)
* Support Forum: [Dev4Press Support](https://support.dev4press.com/forums/forum/plugins-free/archivespress/)
* Contribute to Plugin Development: [ArchivesPress on GitHub](https://github.com/dev4press/archivespress)
== Installation ==
= General Requirements =
* PHP: 7.4 or newer
* WordPress: 6.0 or newer
= PHP Notice =
* The plugin doesn't work with PHP 7.3 or older versions.
= WordPress Notice =
* The plugin doesn't work with WordPress 5.9 or older versions.
= Basic Installation =
* Plugin folder in the WordPress plugins folder should be `archivespress`.
* Upload `archivespress` folder to the `/wp-content/plugins/` directory.
* Activate the plugin through the 'Plugins' menu in WordPress.
* Plugin doesn't have any settings, and it doesn't add any panels to WordPress administration.
== Frequently Asked Questions ==
= How can I add blocks to my posts? =
All three blocks registered by this plugin are listed under 'ArchivesPress' block category.
= Where can I configure the plugin? =
The plugin doesn't have any global settings or configuration panels.
== Changelog ==
= Version: 3.3 / June 28, 2024 =
* New: updated plugin system requirements
* Edit: reverted blocks packages dependencies and build to WP 6.1
* Fix: minor issue with duplicated directives for multi block
* Fix: block dependencies causing blocks to not load
= Version: 3.2 / March 2, 2024 =
* New: updated plugin system requirements
* Edit: built with the updated core libraries
= Version: 3.1 / December 21, 2023 =
* New: updated plugin system requirements
* Edit: built with the updated core libraries
= Version: 3.0 / October 12, 2023 =
* New: blocks source uses JSON file format for blocks
* New: built with the updated core libraries
* New: requires WordPress 5.8 or newer
* Edit: few changes to the block controls imports
* Edit: updated missing default values for blocks
* Fix: issue with having the colors as CSS variables
= Version: 2.6 / July 15, 2023 =
* New: built with the updated core libraries
= Version: 2.5 / February 3, 2023 =
* New: built with the updated core libraries
= Version: 2.4 / December 13, 2022 =
* New: tested with the new WordPress 6.1
* New: built with the updated core libraries
= Version: 2.3 / August 25, 2022 =
* New: built with the updated core libraries
= Version: 2.2 / May 14, 2022 =
* New: tested with the new WordPress 6.0
* New: built with the updated core libraries
= Version: 2.1 / August 3, 2021 =
* New: tested with the new WordPress 5.8
* New: built with the updated core libraries
* New: blocks in editor wrapped in Disabled control
* New: improved with SVG icons for all blocks
= Version: 2.0 / May 1, 2021 =
* New: blocks for the gutenberg block editor
* New: additional wrapper for each index block
* New: options/attributes to hide posts counts
* New: show post counts for the dates index days
* New: show months using names or numbers only
* New: requires WordPress 5.3 or newer
* Edit: various tweaks and improvements to rendering
* Edit: several smaller styling improvements
* Edit: translation strings include extra information
= Version: 1.0 / April 22, 2021 =
* New: first official version
== Upgrade Notice ==
= 3.3 =
Various improvements and updates.
= 3.2 =
Various improvements and updates.
= 3.1 =
Various improvements and updates.
= 3.0 =
Block source format updated. Various improvements and updates.
== Screenshots ==
1. Examples for the Dates Archives Index
2. Examples for the Author Archives Index
3. Examples for the Terms Archives Index
4. Blocks with Settings in Block Editor