Build: #22 was successful Changes by Matt Friedman <maf675@gmail.com>

Build result summary

Details

Completed
Queue duration
1 second
Duration
33 seconds
Labels
None
Agent
Agent 2
Revision
b9633f5202a3d69054ad6c862992e07943481f87 b9633f5202a3d69054ad6c862992e07943481f87
Successful since
#3 ()

Code commits

Author Commit Message Commit date
Matt Friedman <maf675@gmail.com> Matt Friedman <maf675@gmail.com> b9633f5202a3d69054ad6c862992e07943481f87 b9633f5202a3d69054ad6c862992e07943481f87 Merge pull request #108 from JoshyPHP/text-formatter-fixes
Fixes related to text formatting
JoshyPHP <s9e.dev@gmail.com> JoshyPHP <s9e.dev@gmail.com> e77969bea2dea5be8a9149a4a6e46394b8d12d3b m e77969bea2dea5be8a9149a4a6e46394b8d12d3b Fixed typo
JoshyPHP <s9e.dev@gmail.com> JoshyPHP <s9e.dev@gmail.com> 1f0a4701fdb2a8f3ba2d72ef0f395743efb9a02d m 1f0a4701fdb2a8f3ba2d72ef0f395743efb9a02d Removed smiley_text() from the list of 3.2 functions
smiley_text() is specific to the 3.1 formatting.
JoshyPHP <s9e.dev@gmail.com> JoshyPHP <s9e.dev@gmail.com> 5b665d48970a91acbf3c14a599ce70e5a56a3de2 m 5b665d48970a91acbf3c14a599ce70e5a56a3de2 Fixed example.
enable_bbcode() and the other functions described are part of the parser service's API.
get_parser() retrieves the underlying s9e\TextFormatter\Parser instance, which has a different API.