Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoMoreta committed Feb 28, 2023
1 parent e2d1e6a commit d815f65
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 3 deletions.
15 changes: 14 additions & 1 deletion technical/releases/app/changelog_android_v7.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
OppiaMobile Android App Change Log v7.x
=========================================

.. _appv108:

v108 (7.4.3) - not yet released
-------------------------------------------------------

Issue list:


.. _appv107:

v106 (7.4.2) - not yet released
v107 (7.4.2) - released 28 Feb 2023
-------------------------------------------------------

Issue list:

* OPPIA-1410: Round off performance score values and add tests
* oppia-1364 - Added notification permission
* Oppia 1324 apikey invalidate
* oppia-1310 - BuildConfig settings in App class removed
* OPPIA-1346: Add multi-lingual support for grade boundaries


.. _appv106:

Expand Down
16 changes: 15 additions & 1 deletion technical/releases/block/changelog_block_current.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
OppiaMobile Moodle Block Change Log
=====================================

.. _blockv1.4.3:

v1.4.3 - not yet released
------------------------------------------------

Issue list:


.. _blockv1.4.2:

v1.4.2 - not yet released
v1.4.2 - released 28 Feb 2023
------------------------------------------------

Issue list:

* OPPIA-1346: Add multi-lingual support for grade boundaries
* OPPIA-1366: Pass activity digests from previous step so we don't have to process the course again
* OPPIA-1304: Remove some PHP warnings in code
* OPPIA-1363: Clean saved password if the field is emptied
* Hotfix: Increase message field length and limit textarea


.. _blockv1.4.1:

Expand Down
14 changes: 13 additions & 1 deletion technical/releases/server/changelog_server_v0.14.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
OppiaMobile Server Change Log for v0.14.x
=============================================

.. _serverv0.14.9:

v0.14.9 - not yet released
------------------------------------------------------

.. toctree::
:maxdepth: 2

upgrading/to_0_14_9

Issue list:


.. _serverv0.14.8:

v0.14.8 - not yet released
v0.14.8 - released 28 Feb 2023
------------------------------------------------------

.. toctree::
Expand Down
22 changes: 22 additions & 0 deletions technical/releases/server/upgrading/to_0_14_9.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Upgrading to OppiaMobile Server v0.14.9
=========================================

All commands to be run when the Python virtual environment is active. If you
are skipping a release when upgrading (eg jumping from 0.12.0 to 0.14.0), check
there are no additional upgrade steps needed in the releases you are skipping.

Update packages
----------------------------
#. Run: ``(env)$ pip install -r requirements.txt``

Update database
-----------------

#. Run: ``(env)$ python manage.py migrate``

Update static files
--------------------

#. Run: ``(env)$ python manage.py compilescss`` - don't worry about the
unclosed files warning messages
#. Run: ``(env)$ python manage.py collectstatic``

0 comments on commit d815f65

Please sign in to comment.