Changeset 2745760
- Timestamp:
- 06/21/2022 10:17:43 AM (4 years ago)
- Location:
- jumper
- Files:
-
- 2 edited
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jumper/tags/1.1.1/readme.txt
r2745759 r2745760 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 1. 1.17 Stable tag: 1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 94 94 95 95 == Changelog == 96 96 97 = 1.1.1 = 97 98 * FIX: Replace str_contains with strpos for earlier versions of PHP 98 99 * FIX: Add isset check for $_GET calls to prevent php errors 99 100 * FIX: Set default values before wp_localize_script to prevent php errors 101 102 = 1.1 = 103 * FIX: Plugin name in readme. 104 * FIX: Sidebar display for logged-in users with admin bar in frontend. 105 * FIX: Add JS hashchange EventListener for websites compability. 106 * FIX: Scrollbar in RTL websites. 107 * FIX: Clearer demo content. 108 * NEW: Preview box desktop and mobile mode. 109 * NEW: Preview box dark mode. 110 111 = 1.0 = 112 * Initial Release -
jumper/trunk/readme.txt
r2745758 r2745760 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 1. 1.17 Stable tag: 1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 94 94 95 95 == Changelog == 96 96 97 = 1.1.1 = 97 98 * FIX: Replace str_contains with strpos for earlier versions of PHP 98 99 * FIX: Add isset check for $_GET calls to prevent php errors 99 100 * FIX: Set default values before wp_localize_script to prevent php errors 101 102 = 1.1 = 103 * FIX: Plugin name in readme. 104 * FIX: Sidebar display for logged-in users with admin bar in frontend. 105 * FIX: Add JS hashchange EventListener for websites compability. 106 * FIX: Scrollbar in RTL websites. 107 * FIX: Clearer demo content. 108 * NEW: Preview box desktop and mobile mode. 109 * NEW: Preview box dark mode. 110 111 = 1.0 = 112 * Initial Release
Note: See TracChangeset
for help on using the changeset viewer.