Changeset 3176866
- Timestamp:
- 10/28/2024 10:15:15 AM (17 months ago)
- Location:
- blog-reading-progress-bar
- Files:
-
- 4 added
- 6 deleted
- 15 edited
- 1 copied
-
assets/Screenshot-1.png (modified) (1 prop) (previous)
-
assets/Screenshot-2.png (modified) (1 prop) (previous)
-
assets/Screenshot-3.png (modified) (1 prop) (previous)
-
assets/Screenshot-4.png (modified) (1 prop) (previous)
-
assets/banner-1544x500.png (modified) (1 prop) (previous)
-
assets/banner-752x250.png (modified) (1 prop) (previous)
-
assets/banner-772x250.png (modified) (1 prop) (previous)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-250x250.png (modified) (1 prop) (previous)
-
tags/1.0.5 (copied) (copied from blog-reading-progress-bar/trunk)
-
tags/1.0.5/README.md (modified) (5 diffs)
-
tags/1.0.5/assets/src (deleted)
-
tags/1.0.5/blog-reading-progress-bar.php (deleted)
-
tags/1.0.5/blog-reading-progress.php (added)
-
tags/1.0.5/inc/reader-options.php (modified) (2 diffs)
-
tags/1.0.5/languages (deleted)
-
tags/1.0.5/phpcs.xml (added)
-
tags/1.0.5/readme.txt (modified) (5 diffs)
-
trunk/README.md (modified) (5 diffs)
-
trunk/assets/src (deleted)
-
trunk/blog-reading-progress-bar.php (deleted)
-
trunk/blog-reading-progress.php (added)
-
trunk/inc/reader-options.php (modified) (2 diffs)
-
trunk/languages (deleted)
-
trunk/phpcs.xml (added)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blog-reading-progress-bar/assets/Screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/Screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/Screenshot-3.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/Screenshot-4.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/banner-1544x500.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/banner-752x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/assets/icon-250x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
blog-reading-progress-bar/tags/1.0.5/README.md
r3108819 r3176866 1 === BlogReading Progress Bar ===1 === Reading Progress Bar === 2 2 3 3 Contributors: ifatwp 4 Tags: reading progress bar, blog reading progress bar, reading progress5 Requires PHP : 7.36 Requires at least: 5.6 7 Tested up to: WordPress 6.58 Stable tag: 1.0.4 9 License : GPL-2.0+10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 4 Tags: progress bar, reading progress, blog, posts 5 Requires PHP : 7.3 6 Tested up to: WordPress 6.3.3 7 Stable tag: 1.0.5 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 11 11 12 12 Adds a reading progress bar to blog posts. … … 14 14 == Description == 15 15 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 enhancesthe reading experience and provides a visual indication of the user's progress.16 The 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. 17 17 18 18 == Features == … … 25 25 == Installation == 26 26 27 1. Upload the ` blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.27 1. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory. 28 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 3. Go to ' BlogReading Progress Bar' in the WordPress dashboard to configure the plugin settings.29 3. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings. 30 30 31 31 == Configuration == 32 32 33 1. Navigate to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard.33 1. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. 34 34 2. Customize the options according to your preference, such as the color and height of the progress bar. 35 35 3. Choose whether to display the progress bar on all posts or specific posts. … … 40 40 = How can I customize the appearance of the progress bar? = 41 41 42 You can modify the color and height of the progress bar by navigating to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.42 You 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. 43 43 44 44 = Can I enable the progress bar on specific posts only? … … 48 48 == Changelog == 49 49 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 == 53 54 54 55 = 1.0.0 = 55 -Initial release of the Reading Progress Bar plugin.56 Initial release of the Reading Progress Bar plugin. 56 57 57 58 == Screenshots == 58 59 59 60 1. Progress bar displayed on a blog post. 60  61 2. Plugin settings page in the WordPress dashboard. 61 62 62 2. Plugin settings page in the WordPress dashboard. 63  63 == Upgrade Notice == 64 64 65 3. Plugin settings option in the post editor. 66  67 68 4. Plugin settings in menu. 69  65 = 1.0.0 = 66 Initial release of the Reading Progress Bar plugin. 70 67 71 68 == License == 72 69 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 [http s://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.70 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 [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>8 1 <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> 10 3 <form method="post" action="options.php"> 11 4 <?php settings_fields('brp_reading_progress_bar_options_group');?> 12 5 <?php $options = get_option('brp_reading_progress_bar_options');?> 13 6 14 <h3><?php esc_html_e('Appearance', 'blog-reading-progress -bar');?> </h3>7 <h3><?php esc_html_e('Appearance', 'blog-reading-progress');?> </h3> 15 8 <table class="form-table"> 16 9 <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> 18 11 <td><input type="color" name="brp_reading_progress_bar_options[color]" value="<?php echo esc_attr($options['color']); ?>" /></td> 19 12 </tr> 20 13 <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> 23 16 </tr> 24 17 </table> … … 27 20 <table class="form-table"> 28 21 <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> 30 23 <td><input type="checkbox" name="brp_reading_progress_bar_options[show_on_posts]" value="1" <?php checked($options['show_on_posts'] ?? '', true);?> /></td> 31 24 </tr> -
blog-reading-progress-bar/tags/1.0.5/readme.txt
r3108819 r3176866 1 === BlogReading Progress Bar ===1 === Reading Progress Bar === 2 2 3 3 Contributors: ifatwp 4 Tags: reading progress bar, blog reading progress bar, reading progress5 Requires PHP : 7.36 Requires at least: 5.67 Tested up to: WordPress 6.58 Stable tag: 1.0.4 9 License : GPL-2.0+10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 4 Tags: progress bar, reading progress, blog, posts 5 Requires PHP : 7.3 6 Tested up to: WordPress 6.6 7 Stable tag: 1.0.5 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 11 11 12 12 Adds a reading progress bar to blog posts. … … 14 14 == Description == 15 15 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 enhancesthe reading experience and provides a visual indication of the user's progress.16 The 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. 17 17 18 18 == Features == … … 25 25 == Installation == 26 26 27 1. Upload the ` blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.27 1. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory. 28 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 3. Go to ' BlogReading Progress Bar' in the WordPress dashboard to configure the plugin settings.29 3. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings. 30 30 31 31 == Configuration == 32 32 33 1. Navigate to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard.33 1. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. 34 34 2. Customize the options according to your preference, such as the color and height of the progress bar. 35 35 3. Choose whether to display the progress bar on all posts or specific posts. … … 40 40 = How can I customize the appearance of the progress bar? = 41 41 42 You can modify the color and height of the progress bar by navigating to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.42 You 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. 43 43 44 44 = Can I enable the progress bar on specific posts only? … … 48 48 == Changelog == 49 49 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 == 53 54 54 55 = 1.0.0 = 55 -Initial release of the Reading Progress Bar plugin.56 Initial release of the Reading Progress Bar plugin. 56 57 57 58 == Screenshots == 58 59 59 60 1. Progress bar displayed on a blog post. 60  61 2. Plugin settings page in the WordPress dashboard. 61 62 62 2. Plugin settings page in the WordPress dashboard. 63  63 == Upgrade Notice == 64 64 65 3. Plugin settings option in the post editor. 66  67 68 4. Plugin settings in menu. 69  65 = 1.0.0 = 66 Initial release of the Reading Progress Bar plugin. 70 67 71 68 == License == 72 69 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 [http s://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.70 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 [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 === BlogReading Progress Bar ===1 === Reading Progress Bar === 2 2 3 3 Contributors: ifatwp 4 Tags: reading progress bar, blog reading progress bar, reading progress5 Requires PHP : 7.36 Requires at least: 5.6 7 Tested up to: WordPress 6.58 Stable tag: 1.0.4 9 License : GPL-2.0+10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 4 Tags: progress bar, reading progress, blog, posts 5 Requires PHP : 7.3 6 Tested up to: WordPress 6.3.3 7 Stable tag: 1.0.5 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 11 11 12 12 Adds a reading progress bar to blog posts. … … 14 14 == Description == 15 15 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 enhancesthe reading experience and provides a visual indication of the user's progress.16 The 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. 17 17 18 18 == Features == … … 25 25 == Installation == 26 26 27 1. Upload the ` blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.27 1. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory. 28 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 3. Go to ' BlogReading Progress Bar' in the WordPress dashboard to configure the plugin settings.29 3. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings. 30 30 31 31 == Configuration == 32 32 33 1. Navigate to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard.33 1. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. 34 34 2. Customize the options according to your preference, such as the color and height of the progress bar. 35 35 3. Choose whether to display the progress bar on all posts or specific posts. … … 40 40 = How can I customize the appearance of the progress bar? = 41 41 42 You can modify the color and height of the progress bar by navigating to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.42 You 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. 43 43 44 44 = Can I enable the progress bar on specific posts only? … … 48 48 == Changelog == 49 49 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 == 53 54 54 55 = 1.0.0 = 55 -Initial release of the Reading Progress Bar plugin.56 Initial release of the Reading Progress Bar plugin. 56 57 57 58 == Screenshots == 58 59 59 60 1. Progress bar displayed on a blog post. 60  61 2. Plugin settings page in the WordPress dashboard. 61 62 62 2. Plugin settings page in the WordPress dashboard. 63  63 == Upgrade Notice == 64 64 65 3. Plugin settings option in the post editor. 66  67 68 4. Plugin settings in menu. 69  65 = 1.0.0 = 66 Initial release of the Reading Progress Bar plugin. 70 67 71 68 == License == 72 69 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 [http s://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.70 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 [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>8 1 <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> 10 3 <form method="post" action="options.php"> 11 4 <?php settings_fields('brp_reading_progress_bar_options_group');?> 12 5 <?php $options = get_option('brp_reading_progress_bar_options');?> 13 6 14 <h3><?php esc_html_e('Appearance', 'blog-reading-progress -bar');?> </h3>7 <h3><?php esc_html_e('Appearance', 'blog-reading-progress');?> </h3> 15 8 <table class="form-table"> 16 9 <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> 18 11 <td><input type="color" name="brp_reading_progress_bar_options[color]" value="<?php echo esc_attr($options['color']); ?>" /></td> 19 12 </tr> 20 13 <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> 23 16 </tr> 24 17 </table> … … 27 20 <table class="form-table"> 28 21 <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> 30 23 <td><input type="checkbox" name="brp_reading_progress_bar_options[show_on_posts]" value="1" <?php checked($options['show_on_posts'] ?? '', true);?> /></td> 31 24 </tr> -
blog-reading-progress-bar/trunk/readme.txt
r3108819 r3176866 1 === BlogReading Progress Bar ===1 === Reading Progress Bar === 2 2 3 3 Contributors: ifatwp 4 Tags: reading progress bar, blog reading progress bar, reading progress5 Requires PHP : 7.36 Requires at least: 5.67 Tested up to: WordPress 6.58 Stable tag: 1.0.4 9 License : GPL-2.0+10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 4 Tags: progress bar, reading progress, blog, posts 5 Requires PHP : 7.3 6 Tested up to: WordPress 6.6 7 Stable tag: 1.0.5 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 11 11 12 12 Adds a reading progress bar to blog posts. … … 14 14 == Description == 15 15 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 enhancesthe reading experience and provides a visual indication of the user's progress.16 The 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. 17 17 18 18 == Features == … … 25 25 == Installation == 26 26 27 1. Upload the ` blog-reading-progress-bar` folder to the `/wp-content/plugins/` directory.27 1. Upload the `reading-progress-bar` folder to the `/wp-content/plugins/` directory. 28 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 3. Go to ' BlogReading Progress Bar' in the WordPress dashboard to configure the plugin settings.29 3. Go to 'Reading Progress Bar' in the WordPress dashboard to configure the plugin settings. 30 30 31 31 == Configuration == 32 32 33 1. Navigate to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard.33 1. Navigate to 'Settings' > 'Reading Progress Bar' in the WordPress dashboard. 34 34 2. Customize the options according to your preference, such as the color and height of the progress bar. 35 35 3. Choose whether to display the progress bar on all posts or specific posts. … … 40 40 = How can I customize the appearance of the progress bar? = 41 41 42 You can modify the color and height of the progress bar by navigating to 'Settings' > ' BlogReading Progress Bar' in the WordPress dashboard. Use the provided options to adjust the settings to your liking.42 You 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. 43 43 44 44 = Can I enable the progress bar on specific posts only? … … 48 48 == Changelog == 49 49 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 == 53 54 54 55 = 1.0.0 = 55 -Initial release of the Reading Progress Bar plugin.56 Initial release of the Reading Progress Bar plugin. 56 57 57 58 == Screenshots == 58 59 59 60 1. Progress bar displayed on a blog post. 60  61 2. Plugin settings page in the WordPress dashboard. 61 62 62 2. Plugin settings page in the WordPress dashboard. 63  63 == Upgrade Notice == 64 64 65 3. Plugin settings option in the post editor. 66  67 68 4. Plugin settings in menu. 69  65 = 1.0.0 = 66 Initial release of the Reading Progress Bar plugin. 70 67 71 68 == License == 72 69 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 [http s://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) for more information.70 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 [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.