45 | | - `website/public_html/live/common/menu-doc.html`: |
46 | | - Edit menu link. |
47 | | - `website/public_html/live/doc/.htaccess`: |
48 | | - Redirect from `development` to new version. |
49 | | - Remove redirect to beta version (if present). |
50 | | - ''TODO'': Set maximum version in php. |
51 | | - Check changes, commit, check on the site that they've worked. |
| 45 | - Website: |
| 46 | - `website/public_html/live/doc/.htaccess`: |
| 47 | - Redirect from `development` to new version (not really necessary?). |
| 48 | - Check changes, commit, check on the site that they've worked. |
60 | | - Put documentation on server as above. |
61 | | - `website/public_html/live/common/menu-doc.html`: |
62 | | - Edit menu link. |
63 | | - `website/public_html/live/doc/.htaccess`: |
64 | | - Redirect from `development` to new version. |
65 | | - Remove redirect to beta version (if present). |
66 | | - `common/code/boost.php`: |
67 | | - Update version. |
68 | | - Check changes, commit, check on the site that they've worked. |
| 57 | - If necessary, put documentation on server as above. |
| 58 | - Website: |
| 59 | - `website/public_html/live/common/menu-doc.html`: |
| 60 | - Edit menu link. |
| 61 | - `website/public_html/live/doc/.htaccess`: |
| 62 | - Redirect from `development` and `release` to new version. |
| 63 | - `common/code/boost.php`: |
| 64 | - Update version. |
| 65 | - Check changes, commit, check on the site that they've worked. |