Skip to content

Commit

Permalink
+ 6.0.0 (Submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaulant committed Feb 19, 2024
1 parent e231819 commit e3411e8
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
Binary file modified dist/ladb_opencutlist.rbz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "6.0.0",
"build": "202402191042",
"build": "202402191429",
"url": "https://www.lairdubois.fr/opencutlist/download",
"sponsor": {
"objectiveName": "7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ladb_opencutlist/js/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CONSTANTS
// ======================

var EXTENSION_BUILD = '202402191042'; // /!\ Auto-generated line, do not edit //
var EXTENSION_BUILD = '202402191429'; // /!\ Auto-generated line, do not edit //

// UI /////

Expand Down
2 changes: 1 addition & 1 deletion src/ladb_opencutlist/ruby/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Ladb::OpenCutList

EXTENSION_NAME = 'OpenCutList'.freeze
EXTENSION_VERSION = '6.0.0'.freeze
EXTENSION_BUILD = '202402191042'.freeze
EXTENSION_BUILD = '202402191429'.freeze

FILE_FORMAT_SKP = 'skp'.freeze
FILE_FORMAT_STL = 'stl'.freeze
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="smarttools.export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="tool.smart-export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="smarttools.export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="tool.smart-export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="smarttools.export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="tool.smart-export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="smarttools.export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="tool.smart-export"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="cutlist.cuttingdiagram1d"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="cutlist.cuttingdiagram1d.write"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="cutlist.cuttingdiagram2d"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="cutlist.cuttingdiagram2d.write"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="cutlist.export2d"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="cutlist.write2d"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block headerToolsInner %}
{% include 'components/_widget-preset.twig' %}
<button class="btn btn-default btn-xs" data-help-page="cutlist.export2d"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
<button class="btn btn-default btn-xs" data-help-page="cutlist.write3d"><i class="ladb-opencutlist-icon-help"></i> {{ 'default.help'|i18next }}</button>
{% endblock %}

{% block bodyInner %}
Expand Down

0 comments on commit e3411e8

Please sign in to comment.