We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f0b27 commit fe42380Copy full SHA for fe42380
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 = '1.0'
+VERSION = '1.1.1'
12
SHORT_NAME = 'customstyling'
13
MANAGER_URL = 'customstyling_manager'
14
-JANEWAY_VERSION = "1.5.0"
+JANEWAY_VERSION = "1.7.0"
15
BASE_CSS_PATH = os.path.join(
16
settings.MEDIA_ROOT,
17
'customstyling',
0 commit comments