-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
80 lines (55 loc) · 2.08 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
=== Ocean Stick Anything ===
Contributors: oceanwp, apprimit, wpfleek
Tags: stick, sticky, stick anything, oceanwp
Requires at least: 5.6
Tested up to: 6.3.1
Stable tag: 2.0.7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
A simple plugin to stick anything you want.
This plugin requires the [OceanWP](https://oceanwp.org/) theme to be installed.
== Installation ==
1. Upload `ocean-stick-anything` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure it via Theme Panel > Stick Elements
4. Done!
== Frequently Asked Questions ==
= I installed the plugin but it does not work =
This plugin will only work with the [OceanWP](https://oceanwp.org/) theme. You also need to install the free [Ocean Extra](https://wordpress.org/plugins/ocean-extra/) plugin
== Screenshots ==
1. Settings.
== Changelog ==
= 2.0.7 - SEP 6 2023 =
- Updated: Compatibility: WordPress version number.
= 2.0.6 - MAY 23 2023 =
- Fixed: Warning: Use of undefined constant OE_ADMIN_PANEL_HOOK_PREFIX.
- Added: Compatibility: PHP 8.2.6: Creation of dynamic property Ocean_Stick_Anything::$plugin_path and Ocean_Stick_Anything::$plugin_url is deprecated.
= 2.0.5 - MAR 29 2023 =
- Updated: Version numbers for compatibility.
= 2.0.4 =
- Improved: Theme Panel.
= 2.0.3 =
- Updated: WordPress version number for compatibility.
= 2.0.2 =
- Improved: Scripts dependencies.
= 2.0.1 =
- Fixed: Widgets admin page issue.
= 2.0.0 =
- Added: Vanilla JS.
= 1.0.6 =
- Fixed: Warning: Use of undefined constant OE_ADMIN_PANEL_HOOK_PREFIX.
- Fixed: Offset Settings don't function #1
= 1.0.5 =
- Added: Version updated for WordPress 5.7.
= 1.0.4 =
- Added: Version updated for WordPress 5.4.
= 1.0.3 =
- Added: Codes for the Freemius switch.
- Fixed: Small error issue.
= 1.0.2 =
- Fixed: Extra bracket in the data offset in the body tag.
= 1.0.1 =
- Tweak: Sticky script improved, the sticky can be destroyed on window resize.
= 1.0.0 =
- Initial release.