hoodcms 6.0.0-preview1 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/js/admin.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
package/dist/js/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
package/dist/js/login.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hoodcms",
3
- "version": "6.0.0-preview1",
3
+ "version": "6.0.0",
4
4
  "description": "A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.",
5
5
  "keywords": [
6
6
  "hood",
@@ -121,13 +121,13 @@
121
121
  <center>
122
122
  <table
123
123
  style="width: 600px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;margin: 0;padding: 0;font-family: &quot;ProximaNova&quot;, sans-serif;border-collapse: collapse !important;height: 100% !important;"
124
- align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
124
+ align="left" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
125
125
  <tr>
126
- <td align="center" valign="top" id="bodyCell"
126
+ <td align="left" valign="top" id="bodyCell"
127
127
  style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;margin: 0;padding: 20px;font-family: &quot;ProximaNova&quot;, sans-serif;height: 100% !important;">
128
128
  <div class="main">
129
- <p style="text-align: center;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; margin-bottom: 30px;">
130
- <img src="https://cdn.jsdelivr.net/npm/hoodcms@5.0.15/images/hood-cms.png" width="50" alt=" {{ application.name }}"
129
+ <p style="text-align: left;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; margin-bottom: 30px;">
130
+ <img src="https://cdn.jsdelivr.net/npm/hoodcms@5.0.15/images/hood-cms.png" width="250" alt="{{ application.name }}"
131
131
  style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;">
132
132
  </p>
133
133
 
@@ -143,7 +143,7 @@
143
143
 
144
144
  <p style="font-size: 1.2em;line-height: 1.3;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;">Click and confirm that you want to sign in to {{ application.name }}. This link will expire in three minutes.</p>
145
145
 
146
- <div style="text-align:center">
146
+ <div style="text-align:left">
147
147
  <a id="signIn"
148
148
  style="text-transform: uppercase;letter-spacing: 1px;color: #ffffff;text-decoration: none;display: inline-block;min-height: 48px;line-height: 48px;padding-top: 0;padding-right: 26px;padding-bottom: 0;margin: 20px 0;padding-left: 26px;border: 0;outline: 0;background: #eb5424;font-size: 14px;font-style: normal;font-weight: 400;text-align: center;white-space: nowrap;border-radius: 3px;text-overflow: ellipsis;max-width: 280px;overflow: hidden;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;"
149
149
  href="{{ link }}">Sign in to {{ application.name }}</a>
@@ -171,7 +171,7 @@
171
171
 
172
172
  <br><br>
173
173
  <hr style="border: 2px solid #EAEEF3; border-bottom: 0; margin: 20px 0;">
174
- <p style="text-align: center;color: #A9B3BC;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;">
174
+ <p style="text-align: left;color: #A9B3BC;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;">
175
175
  If you did not make this request, please contact us by replying to this mail.
176
176
  </p>
177
177
  </div>
package/src/js/admin.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
package/src/js/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.
package/src/js/login.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hoodcms v6.0.0-preview1
2
+ * hoodcms v6.0.0
3
3
  * A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
4
4
  * Written by George Whysall, 2022
5
5
  * Released under the GPL-3.0 License.