Plugin Directory

Changeset 2745760


Ignore:
Timestamp:
06/21/2022 10:17:43 AM (4 years ago)
Author:
combar
Message:

fix changelog history

Location:
jumper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jumper/tags/1.1.1/readme.txt

    r2745759 r2745760  
    55Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 1.1.1
     7Stable tag: 1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9494
    9595== Changelog ==
     96
    9697= 1.1.1 =
    9798* FIX: Replace str_contains with strpos for earlier versions of PHP
    9899* FIX: Add isset check for $_GET calls to prevent php errors
    99100* 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  
    55Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 1.1.1
     7Stable tag: 1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9494
    9595== Changelog ==
     96
    9697= 1.1.1 =
    9798* FIX: Replace str_contains with strpos for earlier versions of PHP
    9899* FIX: Add isset check for $_GET calls to prevent php errors
    99100* 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.