- Issue created by @darren.fisher
- First commit to issue fork.
- Merge request !7Adds a $punctuate parameter to control whether sentences end with a full stop. → (Merged) created by Unnamed author
Tested locally and it worked. Using
{{ tp_lorem_ipsum(5, null, false) }}
generates 5 words with no paragraphs and no full stop.- 🇬🇧United Kingdom darren.fisher
Thank you @priscarabelli. This was sat on my to do list. I've added a test to cover this and updated the readme and implemented this in to the menu, select, and table functions so that full stops don't come out when using these twig functions. I've merged to 1.0.x if you want to test it works for you? Will tag a release once we've had a change to test the dev branch.
- 🇬🇧United Kingdom darren.fisher
Tested and added another fix to 1.0.x for tp_select_data(). Let me know if all looks good to you and I'll close this and tag a new release.
Tested all other options menu, select and table functions and all looks good!
- 🇬🇧United Kingdom darren.fisher
Thank you. And that takes us to the first full release 1.0.0!!