All Versions
39
Latest Version
Avg Release Cycle
57 days
Latest Release
332 days ago

Changelog History
Page 4

  • v0.4.4 Changes

    May 29, 2018
    • Content: Addeded ability to work with CONTENT SECTIONS with help of shortcodes [section] and [section_create]
    • Content: getPage() method will only return data about requested page and will not insert them in global $page array.
    • ๐Ÿšš Content: events: onPageContentAfter and onPageContentRawAfter was removed from getPage(), use event onCurrentPageBeforeDisplayed instead.
    • Site Config: new items Addeded: robots and description
    • ๐Ÿฑ Theme Simple: Using Assets Component for css and js
    • Theme Simple: New head meta Addeded: description, keywords, robots, generator
    • Theme Simple: Meta charset getting from registry site.charset
    • ๐Ÿ›  Theme Simple: Fixed issue with broken paths for JS
    • โšก๏ธ Theme Simple: gulpfile: build process updated
    • ๐Ÿ“ฆ Theme Simple: package.json: Addeded gulp-concat and gulp-sourcemaps
  • v0.4.3 Changes

    May 28, 2018
    • Content: set text/html request headers for displayCurrentPage() method
    • Content: processCurrentPage() method Addeded
    • Content: event names changed: onPageBeforeRender to onCurrentPageBeforeProcessed
    • Content: event names changed: onPageAfterRender to onCurrentPageAfterProcessed
    • ๐Ÿšš robots.txt file was removed, use Robots plugin instead
    • ๐Ÿ”จ Code cleanup and refactoring #5
  • v0.4.2 Changes

    May 22, 2018
    • Settings: cache.enabled is true from now
    • Content: new methods Addeded: initShortcodes() initMarkdown() markdown()
    • Events: new events Addeded: onMarkdownInitialized and onShortcodesInitialized
  • v0.4.1 Changes

    May 20, 2018
    • ๐Ÿ›  Fixing issues with cache for getPages() method.
    • ๐Ÿ›  Fixing issues with processPage() method.
    • ๐Ÿ›  Fixing issues with all public methods in Cache class, from now all methods are static.
    • ๐Ÿšš Setting site.pages.flush_cache was removed from site.yaml file.
  • v0.4.0 Changes

    May 16, 2018
    • Using SCSS for Simple theme
    • Using Flextype Form Component
    • ๐Ÿ›  Themes: class bug fixes
    • ๐Ÿ”Œ Plugins: access for $locales changed to private
    • ๐Ÿ”Œ Plugins: cache bug fixes
    • ๐Ÿ†• New powerful Content class Addeded for working with content instead of Pages, Shortcode, Markdown
    • Content: new page field: published Addeded
    • Content: method for page blocks Addeded
    • Content: cache Addeded for pages and blocks
    • ๐Ÿ’… define CONSTANTS in PHP7 style
    • Themes: changing from template() to view()
  • v0.3.0 Changes

    May 05, 2018
    • Using Flextype Components instead of Symphony Components
    • ๐Ÿฑ Available Flextype Components for developers: Arr, Assets, Cookie, Date, Debug, ErrorHandler, Event, Filesystem, Html, Http, I18n, Notification, Number, Registry, Session, Text, Token, View.
    • Using .yaml files instead of .yml
    • 0๏ธโƒฃ Default theme from now is simple
    • Themes structure is changed. From now main folder for all theme templates and partials is views inside theme folder.
    • ๐Ÿšš Templates moved to /simple/views/templates/ and partials moved to /simple/views/partials/
    • 0๏ธโƒฃ Default template changes from index.php to default.php
    • ๐Ÿ”Œ Plugins templates can be overridden by templates in themes folder.
    • For pages we will not use index.md anymore. From now page file will have a name page.md
    • ๐Ÿ”ง Config class was removed, from now we will use simple powerful Registry Component to access configurations.
    • ๐Ÿšš Event, Filter, View class was removed. From now we are using more powerful Flextype Components!
    • ๐Ÿ›  Fixed issue with getPages() method.
    • โšก๏ธ Twitter Bootstrap updated to 4.1.0 for default theme.
    • ๐Ÿ”Š ErrorHandler Addeded with errors logs.
    • ๐Ÿ”จ Code cleanup and refactoring #5
  • v0.2.1 Changes

    March 26, 2018
    • date_format setting Addeded to /site/config.site.yml
    • ๐Ÿ›  Pages: Fixed bug with pages sort and slice in getPages() method
    • ๐Ÿ›  Pages: Fixed bug with pages list for /pages folder
    • ๐Ÿ›  Pages: Fixes for generating page url field
    • Pages: Added ability to create date field automatically for pages if date field is not exists.
    • ๐Ÿ”จ Code cleanup and refactoring #5
  • v0.2.0 Changes

    March 23, 2018
    • Thunderer Shortcode Framework - Addeded
    • Cache Flextype::VERSION for cache key - Addeded
    • ๐Ÿšš flextype/boot/shortcodes.php - removed
    • ๐Ÿšš flextype/boot/events.php - removed
    • ๐Ÿ”จ Code cleanup and refactoring #5
  • v0.1.0 Changes

    March 21, 2018
    • ๐ŸŽ‰ Initial Release