Leafpub Versions Save

Simple, beautiful, open source publishing.

1.2.0-beta7

6 years ago
  • Added an option to force url building with https

1.2.0-beta6

6 years ago

🎉 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

1.2.0-beta5

7 years ago

:tada: Leafpub 1.2.0-beta5 released :tada:

Notable changes

  • more AMP :zap: 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: https://github.com/Leafpub/leafpub/commit/26edcacdf1717fb7dd5392eb91ccada95f0ccada#diff-d76f02f65e745babab62a8315f90a897R6

1.2-beta4

7 years ago

:tada: Leafpub 1.2-beta4 released :tada:

Notable changes

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

1.2-beta3

7 years ago

:tada: Leafpub 1.2-beta3 released :tada:

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

1.2-beta2

7 years ago

:tada: Leafpub 1.2-beta2 released :tada:

Notable changes

Updates to Wordpress importer

1.2-beta1

7 years ago

:tada: Leafpub 1.2-beta1 released :tada:

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.

1.1.8

7 years ago

:tada: Leafpub 1.1.8 released :tada:

Notable changes

[fix] #112 (thanks to @jstemberg)

1.1.7

7 years ago

:tada: Leafpub 1.1.7 released :tada:

Notable changes

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

1.1.6

7 years ago

:tada: Leafpub 1.1.6 released :tada:

Notable changes

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