-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
47 lines (31 loc) · 1.44 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
=== Browsing History ===
Contributors: takashimatsuyama
Donate link:
Tags: browsing history, accessibility, design
Requires at least: 4.8
Tested up to: 6.0
Requires PHP: 5.4.0
Stable tag: 1.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Save user’s browsing history and list them.
== Description ==
Save user’s browsing history and list them.
This plugin is simple. You can save the user's browsing history just a install and display them anywhere you want with just a shortcode.
The logged-in user's data is saved in the user meta. Other user's data is saved to Web Storage (localStorage).
== Usage ==
* **Shortcode:** `[ccc_browsing_history_list_results title="" posts_per_page="" class="" style=""]`
You can show only specific post types.
* **Shortcode:** `[ccc_browsing_history_list_results post_type="post"]`
* **Shortcode:** `[ccc_browsing_history_list_results post_type="post, page, custom"]`
default: "any", It doesn't need "post_type".
== Installation ==
1. Upload `browsing-history` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Use shortcodes to display the browsing history list.
== Discover More ==
This plugin is [developed on GitHub](https://github.com/takashi-matsuyama/browsing-history)
== Changelog ==
= 1.3.1 =
Tested on WordPress 6.0.
See the [release notes on GitHub](https://github.com/takashi-matsuyama/browsing-history/releases).