We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461b591 commit 52baa6dCopy full SHA for 52baa6d
plugin_settings.py
@@ -8,10 +8,10 @@
8
DISPLAY_NAME = 'Custom Styling'
9
DESCRIPTION = 'Allows staff to add custom css to journals.'
10
AUTHOR = 'Andy Byers'
11
-VERSION = '0.1'
+VERSION = '1.0'
12
SHORT_NAME = 'customstyling'
13
MANAGER_URL = 'customstyling_manager'
14
-JANEWAY_VERSION = "1.3.8"
+JANEWAY_VERSION = "1.5.0"
15
BASE_CSS_PATH = os.path.join(
16
settings.MEDIA_ROOT,
17
'customstyling',
0 commit comments