Skip to content

Releases: Upstatement/stream-manager

Fix for TimberPost Aliasing Error

25 May 20:05
Compare
Choose a tag to compare

Added a call to Timber\Timber constructor when Timber is installed via Composer. This will properly alias Timber\Post and prevent a fatal error.

Gulp build processes

18 May 19:36
Compare
Choose a tag to compare
  • Replaced the no longer supported Compass in favor of Gulp for front-end build tasks.
  • Added a Gulp task to automate releasing the plugin to the WP plugin repository.

Adding filter to 'Add Posts' search box

06 Apr 18:55
Compare
Choose a tag to compare
  • Addresses #56 - The Add Post' search metabox will now use the same filters applied to the stream when querying posts.
  • Updated Travis config to test against newer versions of php and WordPress.

Fix for TimberStream constructor error

08 Mar 13:28
Compare
Choose a tag to compare

Addresses #52

  • Added a conditional to check whether TimberStreams are the correct post type rather than throwing an exception. The will prevent the subclass check performed in Timber::PostGetter from throwing an error and preventing posts from being saved.
  • Moved constructor logic into init_stream function, following the pattern used in the Timber classes.

1.2.1

18 Feb 19:32
Compare
Choose a tag to compare

Tweaked readme text, replaced placeholder text in Help tab with instructions.

Initial release

07 Mar 22:12
Compare
Choose a tag to compare
1.2

Removed unused sm_rules box code

Added Scheduled Posts Feature

20 Oct 16:18
Compare
Choose a tag to compare
  • Stream Manger now will recognize and inject scheduled posts
  • Mike B's Travis fix is included