Changes between Initial Version and Version 1 of Ticket #22316, comment 84
- Timestamp:
- 11/04/2017 11:02:06 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22316, comment 84
initial v1 1 I am worried, why no-one read my suggestion? 1 and what if the libraries were requested by version (from the parent plugin), like: 2 2 3 I will repeat once again, what if the libraries were requested by version (from the parent plugin), like: 3 {{{ 4 require_library('library-name', '1.32'); 5 }}} 4 6 5 require_library('library-name', '1.32');6 7 7 8 thus, WP can create the structure of frameworks, like this: 8 9 10 {{{ 9 11 wp-content/framework/library-name/1.32 10 12 wp-content/framework/library-name/1.31 11 13 .... 12 14 wp-content/framework/library-name/latest //<---- this could always be a latest version 15 }}} 13 16 14 17