1.4.6
- BUGFIX - context of finished section caused exhausting of allowed memory limit
- BUGFIX - substitution strings need to be quoted
- NEW - added StripAllBetweenTags in all Action Content (ContentURL, ContentVariable, etc.)
- NEW - added StripComments in all Action Content (ContentURL, ContentVariable, etc.)
- IMPROVEMENT - allowed more substitutions separated by ","
- IMPROVEMENT - Section While - MaxIterations can be variable
- IMPROVEMENT - Action Email - added SMTP
1.4.5
- BUGFIX - SaveDbRow - if Primary was set and Mode was "insert", it inserted duplicities
- BUGFIX - SaveDbRow - if Primary variable's value was '0' it caused duplicities
1.4.4
- NEW - added content manipulation parameters (like ReplaceString) also for URLToFile
- NEW - added parameter GetPageInfo for Action ContentURL
- IMPROVEMENT - improved execution time for logger class
- IMPROVEMENT - improved execution time for context class
- NEW - added parameter ReturnLastId for Action SaveDbRow - return id of inserted row
- BUGFIX - corrections for php 5.3.0