Skip to content

Commit

Permalink
Set version to 1.0.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Oct 30, 2023
1 parent c8849b1 commit c81926a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions fast-smooth-scroll.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
?>
Expand All @@ -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;
Expand Down Expand Up @@ -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() {
/**
Expand All @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c81926a

Please sign in to comment.