WPIntell

Source evidence

Version 1.0?

Custom progress bar 路 support 路 2015-08-29T22:12:00+00:00

complaintsentiment
mediumseverity
0.8relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 18 rows with source links

5.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

17 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Jenny unresolved
Where I can download version 1.0? https://wordpress.org/plugins/custom-progress-bar/ The nice thing about a subversion repository is that you can pull down specific revisions of code. If you visit https://plugins.trac.wordpress.org/log/custom-progress-bar/ you鈥檒l see that the last 1.0 revision is at revision 910503. So on the command line you can check out that revision like so. svn co -r910503 http://plugins.svn.wordpress.org/custom-progress-bar/ Which will create custom-progress-bar in your current directory and dump these files and and directories like so. $ svn co -r910503 http://plugins.svn.wordpress.org/custom-progress-bar/ A custom-progress-bar/branches A custom-progress-bar/tags A custom-progress-bar/assets A custom-progress-bar/assets/banner-772x250.png A custom-progress-bar/assets/banner.png A custom-progress-bar/assets/screenshot-1.png A custom-progress-bar/assets/screenshot-2.png A custom-progress-bar/assets/screenshot-3.png A custom-progress-bar/assets/screenshot-4.png A custom-progress-bar/assets/screenshot (1).png A custom-progress-bar/assets/screenshot-5.png A custom-progress-bar/assets/screenshot (2).png A custom-progress-bar/assets/screenshot-6.png A custom-progress-bar/assets/screenshot (3).png A custom-progress-bar/assets/screenshot-7.png A custom-progress-bar/assets/screenshot (4).png A custom-progress-bar/assets/screenshot (5).png A custom-progress-bar/assets/screenshot (6).png A custom-progress-bar/assets/screenshot (7).png A custom-progress-bar/trunk A custom-progress-bar/trunk/css A custom-progress-bar/trunk/css/custom.bootstrap.css A custom-progress-bar/trunk/custom-progressbar.css A custom-progress-bar/trunk/readme.txt A custom-progress-bar/trunk/js A custom-progress-bar/trunk/js/bootstrap.min.js A custom-progress-bar/trunk/progressbar.php Checked out revision 910503. $ The 1.0 plugin is located in custom-progress-bar/trunk There is a few caveats. You will need to manually create a directory in your wp-content/plugins for those files and directory. If you keep the same plugin name then WordPress will see the 1.0 and offer to upgrade it for you. That would get you the current version of the plugin. You will need to edit the plugin to prevent that from happening. Now for the important question: why do you want the old version of this plugin? Thanks. I updated plugin to 2.0 but I like more the previous progress bar design than the current version. Fair enough. Just make sure to watch out for that version number. 馃槈

Comments

3 shown
Jan Dembowski 2015-08-29T23:01:00+00:00

The nice thing about a subversion repository is that you can pull down specific revisions of code. If you visit https://plugins.trac.wordpress.org/log/custom-progress-bar/ you鈥檒l see that the last 1.0 revision is at revision 910503. So on the command line you can check out that revision like so. svn co -r910503 http://plugins.svn.wordpress.org/custom-progress-bar/ Which will create custom-progress-bar in your current directory and dump these files and and directories like so. $ svn co -r910503 http://plugins.svn.wordpress.org/custom-progress-bar/ A custom-progress-bar/branches A custom-progress-bar/tags A custom-progress-bar/assets A custom-progress-bar/assets/banner-772x250.png A custom-progress-bar/assets/banner.png A custom-progress-bar/assets/screenshot-1.png A custom-progress-bar/assets/screenshot-2.png A custom-progress-bar/assets/screenshot-3.png A custom-progress-bar/assets/screenshot-4.png A custom-progress-bar/assets/screenshot (1).png A custom-progress-bar/assets/screenshot-5.png A custom-progress-bar/assets/screenshot (2).png A custom-progress-bar/assets/screenshot-6.png A custom-progress-bar/assets/screenshot (3).png A custom-progress-bar/assets/screenshot-7.png A custom-progress-bar/assets/screenshot (4).png A custom-progress-bar/assets/screenshot (5).png A custom-progress-bar/assets/screenshot (6).png A custom-progress-bar/assets/screenshot (7).png A custom-progress-bar/trunk A custom-progress-bar/trunk/css A custom-progress-bar/trunk/css/custom.bootstrap.css A custom-progress-bar/trunk/custom-progressbar.css A custom-progress-bar/trunk/readme.txt A custom-progress-bar/trunk/js A custom-progress-bar/trunk/js/bootstrap.min.js A custom-progress-bar/trunk/progressbar.php Checked out revision 910503. $ The 1.0 plugin is located in custom-progress-bar/trunk There is a few caveats. You will need to manually create a directory in your wp-content/plugins for those files and directory. If you keep the same plugin name then WordPress will see the 1.0 and offer to upgrade it for you. That would get you the current version of the plugin. You will need to edit the plugin to prevent that from happening. Now for the important question: why do you want the old version of this plugin?

Jenny 2015-08-30T00:29:00+00:00

Thanks. I updated plugin to 2.0 but I like more the previous progress bar design than the current version.

Jan Dembowski 2015-08-30T11:15:00+00:00

Fair enough. Just make sure to watch out for that version number. 馃槈