Plugin Directory

Changeset 3176866


Ignore:
Timestamp:
10/28/2024 10:15:15 AM (17 months ago)
Author:
ifatwp
Message:

Update to version 1.0.5 from GitHub

Location:
blog-reading-progress-bar
Files:
4 added
6 deleted
15 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blog-reading-progress-bar/assets/Screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/Screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/Screenshot-3.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/Screenshot-4.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/banner-752x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/assets/icon-250x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • blog-reading-progress-bar/tags/1.0.5/README.md

    r3108819 r3176866  
    1 === Blog Reading Progress Bar ===
     1=== Reading Progress Bar ===
    22
    33Contributors: ifatwp
    4 Tags: reading progress bar, blog reading progress bar, reading progress
    5 Requires PHP: 7.3
    6 Requires at least: 5.6
    7 Tested up to: WordPress 6.5
    8 Stable tag: 1.0.4
    9 License: GPL-2.0+
    10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
     4Tags: progress bar, reading progress, blog, posts
     5Requires PHP : 7.3
     6Tested up to: WordPress 6.3.3
     7Stable tag: 1.0.5
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     10
    1111
    1212Adds a reading progress bar to blog posts.
     
    1414== Description ==
    1515
    16 The Blog Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature enhances the reading experience and provides a visual indication of the user's progress.
     16The Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature helps to enhance the reading experience and provides a visual indication of the user's progress.
    1717
    1818== Features ==
     
    2525== Installation ==
    2626
    27 1. Upload the `blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.
     271. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory.
    28282. Activate the plugin through the 'Plugins' menu in WordPress.
    29 3. Go to 'Blog Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
     293. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
    3030
    3131== Configuration ==
    3232
    33 1. Navigate to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard.
     331. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard.
    34342. Customize the options according to your preference, such as the color and height of the progress bar.
    35353. Choose whether to display the progress bar on all posts or specific posts.
     
    4040= How can I customize the appearance of the progress bar? =
    4141
    42 You can modify the color and height of the progress bar by navigating to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
     42You can modify the color and height of the progress bar by navigating to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
    4343
    4444= Can I enable the progress bar on specific posts only?
     
    4848== Changelog ==
    4949
    50 = 1.0.1 =
    51 - Updated text domain to plugin slug.
    52 - Added Pot File.
     50= 1.0.0 =
     51* Initial release.
     52
     53== Upgrade Notice ==
    5354
    5455= 1.0.0 =
    55 - Initial release of the Reading Progress Bar plugin.
     56Initial release of the Reading Progress Bar plugin.
    5657
    5758== Screenshots ==
    5859
    59601. Progress bar displayed on a blog post.
    60    ![Progress Bar on Blog Post](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-4.png)
     612. Plugin settings page in the WordPress dashboard.
    6162
    62 2. Plugin settings page in the WordPress dashboard.
    63    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-2.png)
     63== Upgrade Notice ==
    6464
    65 3. Plugin settings option in the post editor.
    66    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-3.png)
    67 
    68 4. Plugin settings in menu.
    69    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-1.png)
     65= 1.0.0 =
     66Initial release of the Reading Progress Bar plugin.
    7067
    7168== License ==
    7269
    73 This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.
     70This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [http://www.gnu.org/licenses/gpl-2.0.txt](http://www.gnu.org/licenses/gpl-2.0.txt) for more information.
  • blog-reading-progress-bar/tags/1.0.5/inc/reader-options.php

    r3108863 r3176866  
    1 <style>
    2     .wrap {
    3         padding: 15px;
    4         border: 1px solid #d8d8eb;
    5         box-shadow: 4px 4px 20px #ccc;
    6     }
    7 </style>
    81<div class="wrap">
    9     <h2><?php esc_html_e('Reading Progress Bar Settings', 'blog-reading-progress-bar');?></h2>
     2    <h2><?php esc_html_e('Reading Progress Bar Settings', 'blog-reading-progress');?></h2>
    103    <form method="post" action="options.php">
    114        <?php settings_fields('brp_reading_progress_bar_options_group');?>
    125        <?php $options = get_option('brp_reading_progress_bar_options');?>
    136
    14         <h3><?php esc_html_e('Appearance', 'blog-reading-progress-bar');?> </h3>
     7        <h3><?php esc_html_e('Appearance', 'blog-reading-progress');?> </h3>
    158        <table class="form-table">
    169            <tr valign="top">
    17                 <th scope="row"><?php esc_html_e('Color', 'blog-reading-progress-bar');?> :</th>
     10                <th scope="row"><?php esc_html_e('Color', 'blog-reading-progress');?> :</th>
    1811                <td><input type="color" name="brp_reading_progress_bar_options[color]" value="<?php echo esc_attr($options['color']); ?>" /></td>
    1912            </tr>
    2013            <tr valign="top">
    21                 <th scope="row"><?php esc_html_e('Height', 'blog-reading-progress-bar');?>:</th>
    22                 <td><input type="number" name="brp_reading_progress_bar_options[height]" min="1" step="1" value="<?php echo esc_attr($options['height'] ?? ''); ?>" /> <?php esc_html_e('pixels', 'blog-reading-progress-bar');?></td>
     14                <th scope="row"><?php esc_html_e('Height', 'blog-reading-progress');?>:</th>
     15                <td><input type="number" name="brp_reading_progress_bar_options[height]" min="1" step="1" value="<?php echo esc_attr($options['height'] ?? ''); ?>" /> <?php esc_html_e('pixels', 'blog-reading-progress');?></td>
    2316            </tr>
    2417        </table>
     
    2720        <table class="form-table">
    2821            <tr valign="top">
    29                 <th scope="row"> <?php esc_html_e('Show on Posts', 'blog-reading-progress-bar');?> :</th>
     22                <th scope="row"> <?php esc_html_e('Show on Posts', 'blog-reading-progress');?> :</th>
    3023                <td><input type="checkbox" name="brp_reading_progress_bar_options[show_on_posts]" value="1" <?php checked($options['show_on_posts'] ?? '', true);?> /></td>
    3124            </tr>
  • blog-reading-progress-bar/tags/1.0.5/readme.txt

    r3108819 r3176866  
    1 === Blog Reading Progress Bar ===
     1=== Reading Progress Bar ===
    22
    33Contributors: ifatwp
    4 Tags: reading progress bar, blog reading progress bar, reading progress
    5 Requires PHP: 7.3
    6 Requires at least: 5.6
    7 Tested up to: WordPress 6.5
    8 Stable tag: 1.0.4
    9 License: GPL-2.0+
    10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
     4Tags: progress bar, reading progress, blog, posts
     5Requires PHP : 7.3
     6Tested up to: WordPress 6.6
     7Stable tag: 1.0.5
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     10
    1111
    1212Adds a reading progress bar to blog posts.
     
    1414== Description ==
    1515
    16 The Blog Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature enhances the reading experience and provides a visual indication of the user's progress.
     16The Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature helps to enhance the reading experience and provides a visual indication of the user's progress.
    1717
    1818== Features ==
     
    2525== Installation ==
    2626
    27 1. Upload the `blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.
     271. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory.
    28282. Activate the plugin through the 'Plugins' menu in WordPress.
    29 3. Go to 'Blog Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
     293. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
    3030
    3131== Configuration ==
    3232
    33 1. Navigate to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard.
     331. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard.
    34342. Customize the options according to your preference, such as the color and height of the progress bar.
    35353. Choose whether to display the progress bar on all posts or specific posts.
     
    4040= How can I customize the appearance of the progress bar? =
    4141
    42 You can modify the color and height of the progress bar by navigating to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
     42You can modify the color and height of the progress bar by navigating to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
    4343
    4444= Can I enable the progress bar on specific posts only?
     
    4848== Changelog ==
    4949
    50 = 1.0.1 =
    51 - Updated text domain to plugin slug.
    52 - Added Pot File.
     50= 1.0.0 =
     51* Initial release.
     52
     53== Upgrade Notice ==
    5354
    5455= 1.0.0 =
    55 - Initial release of the Reading Progress Bar plugin.
     56Initial release of the Reading Progress Bar plugin.
    5657
    5758== Screenshots ==
    5859
    59601. Progress bar displayed on a blog post.
    60    ![Progress Bar on Blog Post](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-4.png)
     612. Plugin settings page in the WordPress dashboard.
    6162
    62 2. Plugin settings page in the WordPress dashboard.
    63    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-2.png)
     63== Upgrade Notice ==
    6464
    65 3. Plugin settings option in the post editor.
    66    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-3.png)
    67 
    68 4. Plugin settings in menu.
    69    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-1.png)
     65= 1.0.0 =
     66Initial release of the Reading Progress Bar plugin.
    7067
    7168== License ==
    7269
    73 This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.
     70This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [http://www.gnu.org/licenses/gpl-2.0.txt](http://www.gnu.org/licenses/gpl-2.0.txt) for more information.
  • blog-reading-progress-bar/trunk/README.md

    r3108819 r3176866  
    1 === Blog Reading Progress Bar ===
     1=== Reading Progress Bar ===
    22
    33Contributors: ifatwp
    4 Tags: reading progress bar, blog reading progress bar, reading progress
    5 Requires PHP: 7.3
    6 Requires at least: 5.6
    7 Tested up to: WordPress 6.5
    8 Stable tag: 1.0.4
    9 License: GPL-2.0+
    10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
     4Tags: progress bar, reading progress, blog, posts
     5Requires PHP : 7.3
     6Tested up to: WordPress 6.3.3
     7Stable tag: 1.0.5
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     10
    1111
    1212Adds a reading progress bar to blog posts.
     
    1414== Description ==
    1515
    16 The Blog Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature enhances the reading experience and provides a visual indication of the user's progress.
     16The Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature helps to enhance the reading experience and provides a visual indication of the user's progress.
    1717
    1818== Features ==
     
    2525== Installation ==
    2626
    27 1. Upload the `blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.
     271. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory.
    28282. Activate the plugin through the 'Plugins' menu in WordPress.
    29 3. Go to 'Blog Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
     293. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
    3030
    3131== Configuration ==
    3232
    33 1. Navigate to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard.
     331. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard.
    34342. Customize the options according to your preference, such as the color and height of the progress bar.
    35353. Choose whether to display the progress bar on all posts or specific posts.
     
    4040= How can I customize the appearance of the progress bar? =
    4141
    42 You can modify the color and height of the progress bar by navigating to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
     42You can modify the color and height of the progress bar by navigating to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
    4343
    4444= Can I enable the progress bar on specific posts only?
     
    4848== Changelog ==
    4949
    50 = 1.0.1 =
    51 - Updated text domain to plugin slug.
    52 - Added Pot File.
     50= 1.0.0 =
     51* Initial release.
     52
     53== Upgrade Notice ==
    5354
    5455= 1.0.0 =
    55 - Initial release of the Reading Progress Bar plugin.
     56Initial release of the Reading Progress Bar plugin.
    5657
    5758== Screenshots ==
    5859
    59601. Progress bar displayed on a blog post.
    60    ![Progress Bar on Blog Post](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-4.png)
     612. Plugin settings page in the WordPress dashboard.
    6162
    62 2. Plugin settings page in the WordPress dashboard.
    63    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-2.png)
     63== Upgrade Notice ==
    6464
    65 3. Plugin settings option in the post editor.
    66    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-3.png)
    67 
    68 4. Plugin settings in menu.
    69    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-1.png)
     65= 1.0.0 =
     66Initial release of the Reading Progress Bar plugin.
    7067
    7168== License ==
    7269
    73 This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.
     70This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [http://www.gnu.org/licenses/gpl-2.0.txt](http://www.gnu.org/licenses/gpl-2.0.txt) for more information.
  • blog-reading-progress-bar/trunk/inc/reader-options.php

    r3108863 r3176866  
    1 <style>
    2     .wrap {
    3         padding: 15px;
    4         border: 1px solid #d8d8eb;
    5         box-shadow: 4px 4px 20px #ccc;
    6     }
    7 </style>
    81<div class="wrap">
    9     <h2><?php esc_html_e('Reading Progress Bar Settings', 'blog-reading-progress-bar');?></h2>
     2    <h2><?php esc_html_e('Reading Progress Bar Settings', 'blog-reading-progress');?></h2>
    103    <form method="post" action="options.php">
    114        <?php settings_fields('brp_reading_progress_bar_options_group');?>
    125        <?php $options = get_option('brp_reading_progress_bar_options');?>
    136
    14         <h3><?php esc_html_e('Appearance', 'blog-reading-progress-bar');?> </h3>
     7        <h3><?php esc_html_e('Appearance', 'blog-reading-progress');?> </h3>
    158        <table class="form-table">
    169            <tr valign="top">
    17                 <th scope="row"><?php esc_html_e('Color', 'blog-reading-progress-bar');?> :</th>
     10                <th scope="row"><?php esc_html_e('Color', 'blog-reading-progress');?> :</th>
    1811                <td><input type="color" name="brp_reading_progress_bar_options[color]" value="<?php echo esc_attr($options['color']); ?>" /></td>
    1912            </tr>
    2013            <tr valign="top">
    21                 <th scope="row"><?php esc_html_e('Height', 'blog-reading-progress-bar');?>:</th>
    22                 <td><input type="number" name="brp_reading_progress_bar_options[height]" min="1" step="1" value="<?php echo esc_attr($options['height'] ?? ''); ?>" /> <?php esc_html_e('pixels', 'blog-reading-progress-bar');?></td>
     14                <th scope="row"><?php esc_html_e('Height', 'blog-reading-progress');?>:</th>
     15                <td><input type="number" name="brp_reading_progress_bar_options[height]" min="1" step="1" value="<?php echo esc_attr($options['height'] ?? ''); ?>" /> <?php esc_html_e('pixels', 'blog-reading-progress');?></td>
    2316            </tr>
    2417        </table>
     
    2720        <table class="form-table">
    2821            <tr valign="top">
    29                 <th scope="row"> <?php esc_html_e('Show on Posts', 'blog-reading-progress-bar');?> :</th>
     22                <th scope="row"> <?php esc_html_e('Show on Posts', 'blog-reading-progress');?> :</th>
    3023                <td><input type="checkbox" name="brp_reading_progress_bar_options[show_on_posts]" value="1" <?php checked($options['show_on_posts'] ?? '', true);?> /></td>
    3124            </tr>
  • blog-reading-progress-bar/trunk/readme.txt

    r3108819 r3176866  
    1 === Blog Reading Progress Bar ===
     1=== Reading Progress Bar ===
    22
    33Contributors: ifatwp
    4 Tags: reading progress bar, blog reading progress bar, reading progress
    5 Requires PHP: 7.3
    6 Requires at least: 5.6
    7 Tested up to: WordPress 6.5
    8 Stable tag: 1.0.4
    9 License: GPL-2.0+
    10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
     4Tags: progress bar, reading progress, blog, posts
     5Requires PHP : 7.3
     6Tested up to: WordPress 6.6
     7Stable tag: 1.0.5
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     10
    1111
    1212Adds a reading progress bar to blog posts.
     
    1414== Description ==
    1515
    16 The Blog Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature enhances the reading experience and provides a visual indication of the user's progress.
     16The Reading Progress Bar plugin adds a progress bar to your blog posts, allowing readers to see how much they have scrolled through the content. This feature helps to enhance the reading experience and provides a visual indication of the user's progress.
    1717
    1818== Features ==
     
    2525== Installation ==
    2626
    27 1. Upload the `blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.
     271. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory.
    28282. Activate the plugin through the 'Plugins' menu in WordPress.
    29 3. Go to 'Blog Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
     293. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings.
    3030
    3131== Configuration ==
    3232
    33 1. Navigate to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard.
     331. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard.
    34342. Customize the options according to your preference, such as the color and height of the progress bar.
    35353. Choose whether to display the progress bar on all posts or specific posts.
     
    4040= How can I customize the appearance of the progress bar? =
    4141
    42 You can modify the color and height of the progress bar by navigating to 'Settings' > 'Blog Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
     42You can modify the color and height of the progress bar by navigating to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.
    4343
    4444= Can I enable the progress bar on specific posts only?
     
    4848== Changelog ==
    4949
    50 = 1.0.1 =
    51 - Updated text domain to plugin slug.
    52 - Added Pot File.
     50= 1.0.0 =
     51* Initial release.
     52
     53== Upgrade Notice ==
    5354
    5455= 1.0.0 =
    55 - Initial release of the Reading Progress Bar plugin.
     56Initial release of the Reading Progress Bar plugin.
    5657
    5758== Screenshots ==
    5859
    59601. Progress bar displayed on a blog post.
    60    ![Progress Bar on Blog Post](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-4.png)
     612. Plugin settings page in the WordPress dashboard.
    6162
    62 2. Plugin settings page in the WordPress dashboard.
    63    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-2.png)
     63== Upgrade Notice ==
    6464
    65 3. Plugin settings option in the post editor.
    66    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-3.png)
    67 
    68 4. Plugin settings in menu.
    69    ![Plugin Settings](https://plugins.trac.wordpress.org/browser/blog-reading-progress-bar/assets/Screenshot-1.png)
     65= 1.0.0 =
     66Initial release of the Reading Progress Bar plugin.
    7067
    7168== License ==
    7269
    73 This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.
     70This plugin is released under the GPL-2.0+ license. You can find a copy of the license in the `license.txt` file or visit [http://www.gnu.org/licenses/gpl-2.0.txt](http://www.gnu.org/licenses/gpl-2.0.txt) for more information.
Note: See TracChangeset for help on using the changeset viewer.