Plugin Directory

Changeset 3493796


Ignore:
Timestamp:
03/29/2026 11:17:34 AM (4 days ago)
Author:
nsouta
Message:

Release 1.0.1: readme updates

Location:
navitto/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • navitto/trunk/languages/navitto.pot

    r3493784 r3493796  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Navitto 1.0.0\n"
     5"Project-Id-Version: Navitto 1.0.1\n"
    66"Report-Msgid-Bugs-To: \n"
    77"POT-Creation-Date: 2026-02-19T00:00+0000\n"
  • navitto/trunk/navitto.php

    r3493784 r3493796  
    44 * Plugin URI:        https://wordpress.org/plugins/navitto/
    55 * Description:       Fixed navigation bar that follows H2 headings and shows a simple, sticky table of contents.
    6  * Version:           1.0.0
     6 * Version:           1.0.1
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    3939 * プラグインバージョン
    4040 */
    41 define( 'NAVITTO_VERSION', '1.0.0' );
     41define( 'NAVITTO_VERSION', '1.0.1' );
    4242
    4343/**
  • navitto/trunk/readme.txt

    r3493784 r3493796  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2525* **Theme-aware** – Tries to detect common fixed headers and adjust scroll offset so the heading is not hidden behind the header.
    2626* **Posts and pages** – Works on both posts and pages, which is useful for long landing pages and comparison content.
    27 
    28 Navitto does **not** require any license key or external service. 
    29 All features included in this plugin are fully available for free.
    3027
    3128== Installation ==
     
    6461== Changelog ==
    6562
     63= 1.0.1 = (2026-03-29)
     64* Updated readme: trimmed description and simplified changelog for the plugin directory page.
     65
    6666= 1.0.0 = (2026-03-29)
    6767* Initial release on the WordPress.org Plugin Directory.
    68 * Changed: Customizer inline CSS is built only from predefined fixed strings (allowlisted theme_mod pairs), per Plugin Directory review guidance.
    69 
    70 = 1.2.0 = (2026-02-20)
    71 * Changed: Removed license checks and external license validation to comply with WordPress.org guidelines.
    72 * Changed: Made all features included in this plugin fully available without any license key.
    73 * Improved: Theme integration and minor visual tweaks to the fixed navigation.
    74 
    75 = 1.1.0 = (2026-02-19)
    76 * Added: Design presets (“Simple” / “Theme-based”) with Customizer controls.
    77 * Changed: Respect the “Enable by default for new posts” option when determining initial display mode.
    78 * Changed: Bulk enable/disable now preserves each post’s selected headings and display mode.
    79 * Changed: Updated bulk apply description text.
    80 * Removed: “Navitto – Common Settings” section from the Customizer (scroll offset fixed at 100px).
    8168
    8269== Upgrade Notice ==
    8370
    84 = 1.0.0 =
    85 Initial release on WordPress.org. Customizer inline CSS uses only predefined CSS fragments for directory compliance. No functional changes from the last pre-release build.
    86 
    87 = 1.2.0 =
    88 This release removes license checks and external license validation and makes all included features available for free. It also includes minor visual and compatibility improvements for the fixed navigation bar.
     71= 1.0.1 =
     72Readme-only update. No code changes.
Note: See TracChangeset for help on using the changeset viewer.