Plugin Directory

Changeset 3260215


Ignore:
Timestamp:
03/23/2025 08:58:18 AM (9 months ago)
Author:
nielslange
Message:

Update to version 1.6 from GitHub

Location:
to-the-top-block
Files:
2 added
2 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • to-the-top-block/tags/1.6/.prettierrc.js

    r2753403 r3260215  
    1 // Import the default config file and expose it in the project root.
    2 // Useful for editor integrations.
    3 module.exports = require( '@wordpress/prettier-config' );
     1const defaultConfig = require( '@wordpress/prettier-config' );
     2
     3module.exports = {
     4    ...defaultConfig,
     5
     6    overrides: [
     7        {
     8            files: '*.yml',
     9            options: {
     10                tabWidth: 2,
     11            },
     12        },
     13        {
     14            files: '*.md',
     15            options: {
     16                tabWidth: 2,
     17                listItemIndent: 'one',
     18            },
     19        },
     20    ],
     21};
  • to-the-top-block/tags/1.6/README.md

    r2981929 r3260215  
    22
    33![Support Level](https://img.shields.io/badge/support-active-green.svg)
    4 ![Deploy Status](https://github.com/nielslange/to-the-top-block/actions/workflows/deploy.yml/badge.svg)
    54![GPLv2 License](https://img.shields.io/github/license/nielslange/to-the-top-block.svg)
    65![Compatible to WordPress version](https://plugintests.com/plugins/to-the-top-block/wp-badge.svg)
     
    98![Plugin Version](https://img.shields.io/wordpress/plugin/v/to-the-top-block.svg)
    109![Tag Version](https://img.shields.io/github/tag/nielslange/to-the-top-block.svg)
     10![Deploy to WordPress.org](https://github.com/nielslange/to-the-top-block/workflows/Deploy%20to%20WordPress.org/badge.svg)
    1111
    1212## Description
     
    2323## Plugin page
    2424
    25 You can find the plugin on <https://wordpress.org/plugins/to-the-top-block/>.
     25You can find the plugin on [WordPress.org](https://wordpress.org/plugins/to-the-top-block/).
    2626
    2727## Changelog
    2828
     29### 1.6 (2025.03.23)
     30
     31- Tested up to WordPress 6.8
     32
    2933### 1.5.0 (2023.10.21)
    3034
    31 -   Bump version to trigger WordPress.org deploy action
     35- Bump version to trigger WordPress.org deploy action
    3236
    3337### 1.4.0 (2023.10.21)
    3438
    35 -   Test against WP 6.4
     39- Tested up to WordPress 6.4
    3640
    3741### 1.3.0 (2023.03.04)
    3842
    39 -   Test against WP 6.2
     43- Tested up to WordPress 6.2
    4044
    4145### 1.2.0 (2022.07.12)
    4246
    43 -   Update screenshots
    44 -   Update tags
     47- Update screenshots
     48- Update tags
    4549
    4650### 1.1.0 (2022.07.07)
    4751
    48 -   Add build folder to repo due to WordPress.org deploy action
     52- Add build folder to repo due to WordPress.org deploy action
    4953
    5054### 1.0.0 (2022.07.01)
    5155
    52 -   Initial release
     56- Initial release
  • to-the-top-block/tags/1.6/package.json

    r2981929 r3260215  
    1616        "start": "wp-scripts start"
    1717    },
    18     "dependencies": {
     18    "devDependencies": {
     19        "@wordpress/block-editor": "^9.4.0",
     20        "@wordpress/scripts": "^23.4.0",
    1921        "eslint": "^7.32.0",
    2022        "prettier": "npm:[email protected]"
    21     },
    22     "devDependencies": {
    23         "@wordpress/block-editor": "^9.4.0",
    24         "@wordpress/scripts": "^23.4.0"
    2523    }
    2624}
  • to-the-top-block/tags/1.6/readme.txt

    r2981929 r3260215  
    33Contributors:       nielslange
    44Tags:               back to top, scroll to top, scroll top, scroll up, scroll to top block
    5 Tested up to:       6.4
     5Stable tag:         1.6
     6Tested up to:       6.8
    67Requires at least:  5.0
    7 Stable tag:         1.5
    8 Requires PHP:       7.0
     8Requires PHP:       7.4
    99License:            GPL-2.0-or-later
    1010License URI:        https://www.gnu.org/licenses/gpl-2.0.html
     
    3737== Changelog ==
    3838
     39= 1.6 (2025.03.23) =
     40
     41- Tested up to WordPress 6.8
     42
    3943= 1.5.0 (2023.10.21) =
    4044
     
    4347= 1.4.0 (2023.10.21) =
    4448
    45 - Test against WP 6.4
     49- Tested up to WordPress 6.4
    4650
    4751= 1.3.0 (2023.03.04) =
    4852
    49 - Test against WP 6.2
     53- Tested up to WordPress 6.2
    5054
    5155= 1.2.0 (2022.07.12) =
  • to-the-top-block/tags/1.6/to-the-top-block.php

    r2981929 r3260215  
    77 * Author URI:          https://nielslange.de
    88 * Text Domain:         smntcs-to-the-top-block
    9  * Version:             1.5
     9 * Version:             1.6
    1010 * Requires at least:   5.0
    11  * Requires PHP:        7.0
     11 * Requires PHP:        7.4
    1212 * License:             GPL v2 or later
    1313 * License URI:         https://www.gnu.org/licenses/gpl-2.0.html
  • to-the-top-block/trunk/.prettierrc.js

    r2753403 r3260215  
    1 // Import the default config file and expose it in the project root.
    2 // Useful for editor integrations.
    3 module.exports = require( '@wordpress/prettier-config' );
     1const defaultConfig = require( '@wordpress/prettier-config' );
     2
     3module.exports = {
     4    ...defaultConfig,
     5
     6    overrides: [
     7        {
     8            files: '*.yml',
     9            options: {
     10                tabWidth: 2,
     11            },
     12        },
     13        {
     14            files: '*.md',
     15            options: {
     16                tabWidth: 2,
     17                listItemIndent: 'one',
     18            },
     19        },
     20    ],
     21};
  • to-the-top-block/trunk/README.md

    r2981929 r3260215  
    22
    33![Support Level](https://img.shields.io/badge/support-active-green.svg)
    4 ![Deploy Status](https://github.com/nielslange/to-the-top-block/actions/workflows/deploy.yml/badge.svg)
    54![GPLv2 License](https://img.shields.io/github/license/nielslange/to-the-top-block.svg)
    65![Compatible to WordPress version](https://plugintests.com/plugins/to-the-top-block/wp-badge.svg)
     
    98![Plugin Version](https://img.shields.io/wordpress/plugin/v/to-the-top-block.svg)
    109![Tag Version](https://img.shields.io/github/tag/nielslange/to-the-top-block.svg)
     10![Deploy to WordPress.org](https://github.com/nielslange/to-the-top-block/workflows/Deploy%20to%20WordPress.org/badge.svg)
    1111
    1212## Description
     
    2323## Plugin page
    2424
    25 You can find the plugin on <https://wordpress.org/plugins/to-the-top-block/>.
     25You can find the plugin on [WordPress.org](https://wordpress.org/plugins/to-the-top-block/).
    2626
    2727## Changelog
    2828
     29### 1.6 (2025.03.23)
     30
     31- Tested up to WordPress 6.8
     32
    2933### 1.5.0 (2023.10.21)
    3034
    31 -   Bump version to trigger WordPress.org deploy action
     35- Bump version to trigger WordPress.org deploy action
    3236
    3337### 1.4.0 (2023.10.21)
    3438
    35 -   Test against WP 6.4
     39- Tested up to WordPress 6.4
    3640
    3741### 1.3.0 (2023.03.04)
    3842
    39 -   Test against WP 6.2
     43- Tested up to WordPress 6.2
    4044
    4145### 1.2.0 (2022.07.12)
    4246
    43 -   Update screenshots
    44 -   Update tags
     47- Update screenshots
     48- Update tags
    4549
    4650### 1.1.0 (2022.07.07)
    4751
    48 -   Add build folder to repo due to WordPress.org deploy action
     52- Add build folder to repo due to WordPress.org deploy action
    4953
    5054### 1.0.0 (2022.07.01)
    5155
    52 -   Initial release
     56- Initial release
  • to-the-top-block/trunk/package.json

    r2981929 r3260215  
    1616        "start": "wp-scripts start"
    1717    },
    18     "dependencies": {
     18    "devDependencies": {
     19        "@wordpress/block-editor": "^9.4.0",
     20        "@wordpress/scripts": "^23.4.0",
    1921        "eslint": "^7.32.0",
    2022        "prettier": "npm:[email protected]"
    21     },
    22     "devDependencies": {
    23         "@wordpress/block-editor": "^9.4.0",
    24         "@wordpress/scripts": "^23.4.0"
    2523    }
    2624}
  • to-the-top-block/trunk/readme.txt

    r2981929 r3260215  
    33Contributors:       nielslange
    44Tags:               back to top, scroll to top, scroll top, scroll up, scroll to top block
    5 Tested up to:       6.4
     5Stable tag:         1.6
     6Tested up to:       6.8
    67Requires at least:  5.0
    7 Stable tag:         1.5
    8 Requires PHP:       7.0
     8Requires PHP:       7.4
    99License:            GPL-2.0-or-later
    1010License URI:        https://www.gnu.org/licenses/gpl-2.0.html
     
    3737== Changelog ==
    3838
     39= 1.6 (2025.03.23) =
     40
     41- Tested up to WordPress 6.8
     42
    3943= 1.5.0 (2023.10.21) =
    4044
     
    4347= 1.4.0 (2023.10.21) =
    4448
    45 - Test against WP 6.4
     49- Tested up to WordPress 6.4
    4650
    4751= 1.3.0 (2023.03.04) =
    4852
    49 - Test against WP 6.2
     53- Tested up to WordPress 6.2
    5054
    5155= 1.2.0 (2022.07.12) =
  • to-the-top-block/trunk/to-the-top-block.php

    r2981929 r3260215  
    77 * Author URI:          https://nielslange.de
    88 * Text Domain:         smntcs-to-the-top-block
    9  * Version:             1.5
     9 * Version:             1.6
    1010 * Requires at least:   5.0
    11  * Requires PHP:        7.0
     11 * Requires PHP:        7.4
    1212 * License:             GPL v2 or later
    1313 * License URI:         https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.