.js files source code
-
You all decided to remove the source code for the JavaScript files. In particular dokan.js. The file has been obfuscated. De minifying is not an option to reveal obfuscated source. Please provide the source files for customization like everybody does including Woocommerce.
-
Hello @ecottles,
We provide exclusively the build file, which is the compiled version of the original source file written in JavaScript. The source file contains the unaltered JavaScript code we authored, while the build file represents a minified and optimized version of that code, intended for loading in the user’s browser. As a result, you won’t be able to access the actual source file. Our primary concern is optimizing the site speed for our valued clients, which is why we have included the minified version of the JS file.
Thanks for understanding.You said: We provide exclusively the build file, which is the compiled version of the original source file written in JavaScript.
Really? That profound!
You said: The source file contains the unaltered JavaScript code we authored, while the build file represents a minified and optimized version of that code, intended for loading in the user’s browser.
Thanks for the education!
You said: As a result, you won’t be able to access the actual source file.
Then how am I to customize the source file to suit my needs as you have promised in your marketing? Dokan has always provided the source file along with the minified version for performance. The source for some reason has been removed in the latest version. When are you going to include the source?
You Said: Our primary concern is optimizing the site speed for our valued clients, which is why we have included the minified version of the JS file.
That great! So where are the source files?
Good Day!
Customizations now is impossible!
Describe the bug
As of Dokan Lite version v3.7.21, the JavaScript source files are missing from the plugin.Expected behavior
The source files have always been included in previous versions.Steps to reproduce the issue:
Inspect the plugin’s contents and check for the presence of JavaScript source files.Additional Information:
I contacted Dokan Lite support to inquire about the missing JavaScript source files, and they confirmed that these files are no longer available with the plugin. However, I believe this decision is surprising and concerning given that Dokan exists as an open-source solution for WooCommerce, which inherently involves including JavaScript files.As a concerned user, I want to highlight that the absence of JavaScript source files in the Dokan Lite plugin may be a violation of WordPress terms for listing plugins in the Directory. According to Section 4 of the WordPress guidelines, developers are required to provide public, maintained access to their source code and any build tools, either by including the source code in the deployed plugin or by providing a link to the development location in the readme.
I hope that this is merely an oversight or misunderstanding and not an intentional deviation from WordPress guidelines. I kindly request the development team to review this matter and address it accordingly. Access to the JavaScript source files is essential for transparency, security, and the continued success of Dokan Lite as a trusted plugin in the WordPress community.
Thank you for your attention to this matter. I look forward to a resolution that aligns with WordPress guidelines and maintains the integrity of the Dokan Lite plugin.
Larry J Cottle
Hi @ecottles,
When a plugin or theme is submitted for publication on www.ads-software.com, it undergoes a rigorous inspection by the associated team to ensure compliance with guidelines and standards. The Dokan plugin followed the same evaluation process and successfully met all necessary requirements. I am confident that the dedicated team responsible for reviewing the plugin is well-informed about the specific rule you are inquiring about. Rest assured, the team is committed to maintaining a high standard of quality and adherence to the guidelines for all published items.
We have enclosed a link to our GitHub repository with details of the Dokan plugin as shown in this screenshot. I can see you have already visited the GitHub repository and created an issue. Here is the link to the issue. The source files are also there as shown in this screenshot. You can download the develop version of the plugin or can fork it. If you are unfamiliar with how to fork a repo please visit this link. Please feel free to share which file you are not getting there.
Thanks for your feedback.
Hello,
The non-minified versions are not on Github In version v3.7.21 & the current version v3.7.22. Access to the non-minified versions has been denied by Dokan
The minified files are specifically located in the assets/js directory. Previous versions to v3.7.21 have always included both minified and non-minified versions. Non minified versions are now being denied.
While some level of minification might be acceptable for performance optimization, advanced obfuscation techniques that deliberately obscure the code’s purpose or logic are not allowed. The Plugin Directory guidelines state that code should be “human-readable” and “well-documented” to foster transparency and promote a safer environment for WordPress users.
Link: https://github.com/weDevsOfficial/dokan/tree/develop/assets/js
Thank you for you time resolving this issue.
Larry J Cottle
- The topic ‘.js files source code’ is closed to new replies.