Skip to content

Commit

Permalink
feat: vuejs 2.7.8 + style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jul 30, 2022
1 parent 8d3eab7 commit c169433
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ name: uniCMS - Bootstrap Italia template
platforms:
- linux
- web
releaseDate: '2022-05-24'
releaseDate: '2022-07-31'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia/issues'
softwareType: standalone/web
softwareVersion: v0.8.4
softwareVersion: v0.8.6
url: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia'
usedBy:
- Università della Calabria - https://www.unical.it
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name=PKG_NAME,
version='0.8.4',
version='0.8.6',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down
2 changes: 1 addition & 1 deletion src/unicms_template_italia/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@

# CDN FOR STATICS
UNICMS_TEMPLATE_ITALIA_USE_CDN = False
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/[email protected].4/src/unicms_template_italia/static'
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/[email protected].6/src/unicms_template_italia/static'
6 changes: 0 additions & 6 deletions src/unicms_template_italia/static/js/vue.2.6.14.js

This file was deleted.

6 changes: 6 additions & 0 deletions src/unicms_template_italia/static/js/vue.2.7.8.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/unicms_template_italia/templates/inits/vue-init.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load unicms_template_italia %}


<script src="{% unicms_template_italia_static_path 'js/vue.2.6.14.js' %}"></script>
<script src="{% unicms_template_italia_static_path 'js/vue.2.7.8.js' %}"></script>
<script src="{% unicms_template_italia_static_path 'js/axios.0.27.2.js' %}"></script>
<script src="{% unicms_template_italia_static_path 'js/vue.options.js' %}"></script>

0 comments on commit c169433

Please sign in to comment.