Releases: Leafpub/leafpub
Releases Β· Leafpub/leafpub
Leafpub 1.2.0-beta7
- Added an option to force url building with https
Leafpub 1.2.0-beta6
π 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
π 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
π 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
π Leafpub 1.2-beta3 released π
Notable changes
Leafpub 1.2-beta2
π Leafpub 1.2-beta2 released π
Notable changes
Updates to Wordpress importer
Leafpub 1.2-beta1
π 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 table
- 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 fieldpost_meta.viewCount
.
Leafpub 1.1.8
Leafpub 1.1.7
π Leafpub 1.1.7 released π
Notable changes
[fix] Bugfix in AbstractModel::isAllowedCaller()
introduced with last release