Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
misterboe committed Nov 3, 2017
2 parents f1f72f4 + 01aa180 commit 983ddec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/basic-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ printf "TCA Ready" && sleep 0.1 && printf "." && sleep 0.1 && printf "." && slee

## Page TS
mkdir -p $extensiondir/Configuration/TSconfig/ContentElements
envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription}' < $bindir/lib/basic/pagets_ce_wizard.t3s > $extensiondir/Configuration/TSconfig/ContentElements/${cename}.typoscript
envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription}' < $bindir/lib/basic/pagets_ce_wizard.t3s > $extensiondir/Configuration/TSconfig/ContentElements/${cename}.tsconfig
printf "PageTS Ready" && sleep 0.1 && printf "." && sleep 0.1 && printf "." && sleep 0.1 && printf ".\n"

## Typoscript
Expand Down
2 changes: 1 addition & 1 deletion bin/irre-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription}' < $bi
printf "TCA tx_${cename}.php Ready" && sleep 0.1 && printf "." && sleep 0.1 && printf "." && sleep 0.1 && printf ".\n"

## Page TS
envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription}' < $bindir/lib/irre/pagets_ce_wizard.t3s > $extensiondir/Configuration/TSconfig/ContentElements/${cename}.typoscript
envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription}' < $bindir/lib/irre/pagets_ce_wizard.t3s > $extensiondir/Configuration/TSconfig/ContentElements/${cename}.tsconfig
printf "PageTS Ready" && sleep 0.1 && printf "." && sleep 0.1 && printf "." && sleep 0.1 && printf ".\n"

## Typoscript
Expand Down
2 changes: 1 addition & 1 deletion bin/mm-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription} ${mmti
printf "TCA tx_${cename}.php Ready" && sleep 0.1 && printf "." && sleep 0.1 && printf "." && sleep 0.1 && printf ".\n"

## Page TS
envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription} ${mmtitleLower} ${mmtitle}' < $bindir/lib/mm/pagets_ce_wizard.t3s > $extensiondir/Configuration/TSconfig/ContentElements/${cename}.typoscript
envsubst '${extname} ${cename} ${cenameUpper} ${cetitle} ${cedescription} ${mmtitleLower} ${mmtitle}' < $bindir/lib/mm/pagets_ce_wizard.t3s > $extensiondir/Configuration/TSconfig/ContentElements/${cename}.tsconfig
printf "PageTS Ready" && sleep 0.1 && printf "." && sleep 0.1 && printf "." && sleep 0.1 && printf ".\n"

## Typoscript
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"ce-gen.sh"
],
"minimum-stability": "dev",
"version": "1.1.1"
"version": "1.2.0"
}

0 comments on commit 983ddec

Please sign in to comment.