Skip to content

Commit

Permalink
fixed initial config where no fields are selected
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmaturen committed Jul 30, 2012
1 parent 1dc0609 commit 1324b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
git log | grep -m 1 commit
commit=`git log | grep -m 1 commit `
commitnick=${commit:7:10}
commitnick='0.7'
commitnick='0.71'
echo "updating version information in inline_keywords.yaml with latest git commit $commitnick"
sed -ibk "s/version: .*/version: $commitnick/" inline_keywords.yaml
rm inline_keywords.yamlbk
Expand Down
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
$inline_keywords_use_legacy_jQuery = True;
$inline_keywords_clear_fields_on_submit = True;
$inline_keywords_sticky_panel = True;
$inline_keywords_editable_fields = Array(0);
$inline_keywords_editable_fields = Array(1);
2 changes: 1 addition & 1 deletion inline_keywords.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: inline_keywords
author: Aaron T. Maturen
version: 0.7
version: 0.71
desc: Enable Editing Fields on Search Result Page
info_url: https://github.com/aaronmaturen/rs_inline_keywords
config_url: /plugins/inline_keywords/pages/setup.php
Expand Down

0 comments on commit 1324b6a

Please sign in to comment.