Skip to content

Releases: Leafpub/leafpub

Leafpub 1.2.0-beta7

05 Jan 08:43
Compare
Choose a tag to compare
Leafpub 1.2.0-beta7 Pre-release
Pre-release
  • Added an option to force url building with https

Leafpub 1.2.0-beta6

18 Jun 09:51
Compare
Choose a tag to compare
Leafpub 1.2.0-beta6 Pre-release
Pre-release

πŸŽ‰ Leafpub 1.2.0-beta6 released πŸŽ‰

Notable changes

  • sitemaps und robot.txt added
  • make the use of Google AMP optional
  • add table functionality to the editor
  • add external images to the content via image panel
  • Bootstrap tooltips are disabled for now as they block functions on mobile
  • added opacitiy to admin menu

Leafpub 1.2.0-beta5

20 Apr 05:19
Compare
Choose a tag to compare
Leafpub 1.2.0-beta5 Pre-release
Pre-release

πŸŽ‰ Leafpub 1.2.0-beta5 released πŸŽ‰

Notable changes

  • more AMP ⚑ elements (YouTube, Vimeo, Soundcloud and Facebook)
  • Cache::flush deletes all cashed images
  • Length of meta title and meta description added to the settings panel
  • minor bugifxes in several classes (Backup, Post)
  • Page slug has been added to the body class (Format: lp-slug)
    So you're able to style several pages with CSS
    ex: <body class="page-template lp-features">
  • Updated the demo images
  • Possibilty added to change the logo on login screen.
    You only need to uncomment to code seen here: 26edcac#diff-d76f02f65e745babab62a8315f90a897R6

Leafpub 1.2-beta4

13 Apr 09:32
Compare
Choose a tag to compare
Leafpub 1.2-beta4 Pre-release
Pre-release

πŸŽ‰ Leafpub 1.2-beta4 released πŸŽ‰

Notable changes

  • updated Range to 1.1.0
  • Bugfix in Post::ampify
  • Bugfix in Update::extractZip

Leafpub 1.2-beta3

12 Apr 13:29
Compare
Choose a tag to compare
Leafpub 1.2-beta3 Pre-release
Pre-release

πŸŽ‰ Leafpub 1.2-beta3 released πŸŽ‰

Notable changes

  • Language are getting downloaded and installed ( #117 )
  • AMP support added ( #97 )
  • Icon changes on locked posts: you'll only see a lock, if another user locked the post.
  • setting the correct timezone in database class
  • Bugfix in editor.js: figure and figcaption are getting saved correctly now

Leafpub 1.2-beta2

09 Apr 06:46
Compare
Choose a tag to compare
Leafpub 1.2-beta2 Pre-release
Pre-release

πŸŽ‰ Leafpub 1.2-beta2 released πŸŽ‰

Notable changes

Updates to Wordpress importer

Leafpub 1.2-beta1

07 Apr 08:55
Compare
Choose a tag to compare
Leafpub 1.2-beta1 Pre-release
Pre-release

πŸŽ‰ Leafpub 1.2-beta1 released πŸŽ‰

Updating

Replace index.php and source/

Notable changes

  • Leafpub is now able to update itself, the installed plugins/themes and languages (see #3)
  • Leafpub got a dashboard with widgets (see #110)
    At the moment, there are 2 dashboard widgets. You'll find them at here and here
  • Slug creation got an update, non-latin characters will be replaced with ANSII character (see #113)
  • Posts are getting locked on editing. (see #109)
  • increased schemeVersion to 3:
    • added table post_meta
  • added event PostViewed(slug, requestObject):
    This event gets raised if a post gets viewed at the front-end. Leafpub listens to this event and increases the field post_meta.viewCount.

Leafpub 1.1.8

03 Apr 06:42
Compare
Choose a tag to compare

πŸŽ‰ Leafpub 1.1.8 released πŸŽ‰

Notable changes

[fix] #112 (thanks to @jstemberg)

Leafpub 1.1.7

26 Mar 18:50
Compare
Choose a tag to compare

πŸŽ‰ Leafpub 1.1.7 released πŸŽ‰

Notable changes

[fix] Bugfix in AbstractModel::isAllowedCaller() introduced with last release

Leafpub 1.1.6

26 Mar 07:12
Compare
Choose a tag to compare

πŸŽ‰ Leafpub 1.1.6 released πŸŽ‰

Notable changes

[fix] added missing log directory
[fix] #108