From c81926ab8441604328c2b85182983d1f6b2a2359 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Sun, 29 Oct 2023 19:07:12 -0500 Subject: [PATCH] Set version to 1.0.0-beta.1. --- fast-smooth-scroll.php | 10 +++++----- readme.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fast-smooth-scroll.php b/fast-smooth-scroll.php index 9d4b723..73bd311 100644 --- a/fast-smooth-scroll.php +++ b/fast-smooth-scroll.php @@ -9,7 +9,7 @@ * Plugin Name: Fast Smooth Scroll * Plugin URI: https://wordpress.org/plugins/fast-smooth-scroll/ * Description: This lightweight plugin enhances user experience by enabling smooth scrolling for anchor links without the need for jQuery or other dependencies. - * Version: 1.0.0 + * Version: 1.0.0-beta.1 * Requires at least: 5.0 * Requires PHP: 5.2 * Author: Felix Arntz @@ -27,7 +27,7 @@ /** * Prints the inline style tag to set the CSS 'scroll-behavior' property. * - * @since n.e.x.t + * @since 1.0.0 */ function fast_smooth_scroll_print_style() { ?> @@ -39,7 +39,7 @@ function fast_smooth_scroll_print_style() { /** * Registers the JavaScript polyfills for when the browser doesn't support the CSS 'scroll-behavior' property. * - * @since n.e.x.t + * @since 1.0.0 */ function fast_smooth_scroll_register_scripts() { global $wp_scripts; @@ -76,7 +76,7 @@ function fast_smooth_scroll_register_scripts() { /** * Enqueues the JavaScript that is conditionally used only if the browser doesn't support the CSS 'scroll-behavior' property. * - * @since n.e.x.t + * @since 1.0.0 */ function fast_smooth_scroll_enqueue_scripts() { /** @@ -89,7 +89,7 @@ function fast_smooth_scroll_enqueue_scripts() { * development best practices, there may still be situations where you want to disable it completely, depending on * the browser support of the website's end users. * - * @since n.e.x.t + * @since 1.0.0 * * @param bool $enqueue_scripts Whether to enqueue the JavaScript polyfills. Default true. */ diff --git a/readme.txt b/readme.txt index 2ae7450..9bb42ae 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ Donate link: https://felix-arntz.me/wordpress-plugins/ Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 5.2 -Stable tag: 1.2.0 +Stable tag: 1.0.0-beta.1 License: GNU General Public License v2 (or later) License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: smooth scroll, smooth scrolling, scroll animation, scroll behavior, performance, anchor links, user experience, lightweight