Skip to content

Releases: wpsharks/core

WebSharks Core v160831.61689

Choose a tag to compare

@jaswrks jaswrks released this 31 Aug 17:11
  • Additional c::arrayToXml() bug fix. Allow for duplicate tags.

WebSharks Core v160831.49522

Choose a tag to compare

@jaswrks jaswrks released this 31 Aug 13:46
  • c::arrayToXml() bug fix. Allow for duplicate tags.

WebSharks Core v160829.74007

Choose a tag to compare

@jaswrks jaswrks released this 29 Aug 20:34
  • Adding c::arrayToXml().
  • Adding c::arrayToHtml().

WebSharks Core v160827.7391

Choose a tag to compare

@jaswrks jaswrks released this 27 Aug 02:04
  • Bug fix. isSlug() was requiring a minimum of three chars; based a prior implementation. Updated so that only isSlugReserved() makes this check.

WebSharks Core v160726.73683

Choose a tag to compare

@jaswrks jaswrks released this 26 Jul 20:31
  • $compress parameter to c::normalizeEols() now defaults to false.
  • Enhancing docBlocks throughout for improved codex generation coming soon.

WebSharks Core v160721.58607

Choose a tag to compare

@jaswrks jaswrks released this 21 Jul 16:18
  • Adding c::stripLeadingIndents().
  • Refactoring Classes\Tokenizer{}.
  • Making it possible to tokenize specific shortcode tag names in Classes\Core\Tokenizer{}.
  • Adding $compress parameter to c::normalizeEols() to allow for compressino to be disabled there.
  • Adding c::removeKey() and c::removeKeys().

WebSharks Core v160721.51169

Choose a tag to compare

@jaswrks jaswrks released this 21 Jul 14:17
  • Adding c::stripLeadingIndents().
  • Refactoring Classes\Tokenizer{}.
  • Making it possible to tokenize specific shortcode tag names in Classes\Core\Tokenizer{}.
  • Adding $compress parameter to c::normalizeEols() to allow for compressino to be disabled there.

WebSharks Core v160719.52827

Choose a tag to compare

@jaswrks jaswrks released this 19 Jul 14:42
  • Bug fix. AwsLib instead of Aws, because this name conflicts with the utility that calls it.

WebSharks Core v160719.43613

Choose a tag to compare

@jaswrks jaswrks released this 19 Jul 12:08
WebSharks Core v160719.43613 via Phing.

WebSharks Core v160719.39064

Choose a tag to compare

@jaswrks jaswrks released this 19 Jul 10:52
  • Bumping AWS library integration to v3.
  • Adding c::awsSdk() and c::awsS3Client().
  • Dropping PDO extension requirement (now optional).
  • Dropping posix extension requirement (now optional).