projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd3112
)
CiviCRM osm username extension update
author
Guillaume Rischard
<github@stereo.lu>
Sun, 24 Feb 2019 10:40:16 +0000
(11:40 +0100)
committer
GitHub
<noreply@github.com>
Sun, 24 Feb 2019 10:40:16 +0000
(11:40 +0100)
Version bump:
* Handle more names through urlescape
* Validate names on public signup form
cookbooks/civicrm/attributes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/civicrm/attributes/default.rb
b/cookbooks/civicrm/attributes/default.rb
index 31c08911e4d5c9bba4698a28fca0a355c28b1213..41a6649fb23378af06e470f02badb6aa578a8ecf 100644
(file)
--- a/
cookbooks/civicrm/attributes/default.rb
+++ b/
cookbooks/civicrm/attributes/default.rb
@@
-22,4
+22,4
@@
default[:civicrm][:extensions][:mailchimp][:revision] = "v2.0.1"
default[:civicrm][:extensions][:username][:name] = "org.openstreetmap.username"
default[:civicrm][:extensions][:username][:repository] = "git://github.com/grischard/org.openstreetmap.username.git"
-default[:civicrm][:extensions][:username][:revision] = "1.
0
"
+default[:civicrm][:extensions][:username][:revision] = "1.
1
"