Skip to content

Commit

Permalink
2sxc 14 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
getBlup committed Jul 4, 2022
1 parent 4b9878c commit 5bc1221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .data/app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="13.10.02" ExportDate="2022-05-10T13:32:32.9844294+02:00">
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="14.07.00" ExportDate="2022-06-30T15:13:04.4762141+02:00">
<Header>
<App Guid="8a4ae8c7-331b-455d-8d77-7ed38948c506" />
<Language Default="en-us" />
Expand Down Expand Up @@ -396,13 +396,13 @@
<Value Key="RequiredOqtaneVersion" Value="03.01.00" Type="String">
<Dimension DimensionID="161" ReadOnly="false" />
</Value>
<Value Key="RequiredVersion" Value="13.10.00" Type="String">
<Value Key="RequiredVersion" Value="14.07.00" Type="String">
<Dimension DimensionID="161" ReadOnly="false" />
</Value>
<Value Key="SupportsAjaxReload" Value="True" Type="Boolean">
<Dimension DimensionID="161" ReadOnly="false" />
</Value>
<Value Key="Version" Value="03.01.00" Type="String">
<Value Key="Version" Value="03.02.00" Type="String">
<Dimension DimensionID="161" ReadOnly="false" />
</Value>
</Entity>
Expand Down
2 changes: 1 addition & 1 deletion _SnippetInject.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits Custom.Hybrid.Razor12
@inherits Custom.Hybrid.Razor14
@using ToSic.Razor.Blade;
@{
// Detect what kind of snippet this is (js, html, css)
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ But note that you usually don't want to do this, as added snippets should just b
* Switched all injects to use Razor
* Reduced views to a single file
* v3.01 2022-05
* Activated Lightspeed
* Activated Lightspeed
* v3.02 2022-06
* Replaced all base classes with their 2sxc 14 equivalend

0 comments on commit 5bc1221

Please sign in to comment.