Skip to content

Commit

Permalink
+ 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaulant committed Apr 9, 2018
1 parent 040f079 commit ec982e3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
This changelog references the relevant changes (bug and security fixes) done
in 1.x and 0.x versions.

* 1.4.1 (DEV)
* 1.4.1 (2018-04-09)

* Fix cutlist volume summary
* Add instance identical names count
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lairdubois-opencutlist-sketchup-extension",
"version": "1.4.1-dev",
"version": "1.4.1",
"description": "OpenCutList by L'Air du Bois =======================================",
"main": "index.js",
"directories": {
Expand Down
Binary file modified dist/ladb_opencutlist.rbz
Binary file not shown.
5 changes: 5 additions & 0 deletions src/ladb_opencutlist/ruby/controller/materials_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ def export_to_skm_command(material_data)
name = material_data['name']
display_name = material_data['display_name']

response = {
:errors => [],
:export_path => ''
}

# Fetch material
materials = model.materials
material = materials[name]
Expand Down
4 changes: 2 additions & 2 deletions src/ladb_opencutlist/ruby/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module Ladb::OpenCutList
class Plugin

NAME = 'OpenCutList'.freeze
VERSION = '1.4.1-dev'.freeze
BUILD = '201804091154'.freeze
VERSION = '1.4.1'.freeze
BUILD = '201804092110'.freeze

DEFAULT_SECTION = ATTRIBUTE_DICTIONARY = 'ladb_opencutlist'.freeze
BC_DEFAULT_SECTION = BC_ATTRIBUTE_DICTIONARY = 'ladb_toolbox'.freeze
Expand Down

0 comments on commit ec982e3

Please sign in to comment.