Subversion Repositories wimsdev

Rev

Rev 5901 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read adm/title.phtml 2\
  2. WIMS version of a module
  3.  
  4. <p>
  5. WIMS is a system that evolves rapidly. New features are introduced to
  6. each new release.
  7. </p><p>
  8. If a module is developed under a recent version of WIMS, it may not be able
  9. to run under a server of earlier version, because the latter does not have
  10. the features needed to make it work correctly.
  11. </p><p>
  12. For this reason, WIMS now refuses to execute a module which requires a newer
  13. wims_version.
  14. </p><p>
  15. As your module <span class="tt wims_fname">$mod</span> is developed under WIMS-$wims_version, it is safe if you
  16. declare it requiring wims_version $wims_version. Unless you are sure that
  17. you have not used any new feature since an earlier wims_version, in which
  18. case you can use version_cheat. But you are warned that if you make it
  19. wrong, people may start discovering weird "bugs" in your module!
  20.  
  21. </p><p>
  22. WIMS version must be written like <span class="tt">d.dd</span> or <span class="tt">d.dda</span>
  23. where the <span class="tt">d</span>'s are fingers and the <span class="tt">a</span> is a letter, the whole word beeing
  24. of course a real version of WIMS.
  25. </p>