Changeset 3493796
- Timestamp:
- 03/29/2026 11:17:34 AM (4 days ago)
- Location:
- navitto/trunk
- Files:
-
- 3 edited
-
languages/navitto.pot (modified) (1 diff)
-
navitto.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
navitto/trunk/languages/navitto.pot
r3493784 r3493796 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Navitto 1.0. 0\n"5 "Project-Id-Version: Navitto 1.0.1\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 7 "POT-Creation-Date: 2026-02-19T00:00+0000\n" -
navitto/trunk/navitto.php
r3493784 r3493796 4 4 * Plugin URI: https://wordpress.org/plugins/navitto/ 5 5 * Description: Fixed navigation bar that follows H2 headings and shows a simple, sticky table of contents. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 39 39 * プラグインバージョン 40 40 */ 41 define( 'NAVITTO_VERSION', '1.0. 0' );41 define( 'NAVITTO_VERSION', '1.0.1' ); 42 42 43 43 /** -
navitto/trunk/readme.txt
r3493784 r3493796 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 * **Theme-aware** – Tries to detect common fixed headers and adjust scroll offset so the heading is not hidden behind the header. 26 26 * **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.30 27 31 28 == Installation == … … 64 61 == Changelog == 65 62 63 = 1.0.1 = (2026-03-29) 64 * Updated readme: trimmed description and simplified changelog for the plugin directory page. 65 66 66 = 1.0.0 = (2026-03-29) 67 67 * 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).81 68 82 69 == Upgrade Notice == 83 70 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 = 72 Readme-only update. No code changes.
Note: See TracChangeset
for help on using the changeset viewer.