super-cool-ad-inserter-plugin

Insert ads, newsletter signup widgets, and calls to action in the middle of your posts!

Stars
32

Bot releases are visible (Hide)

super-cool-ad-inserter-plugin - v0.3.3

Published by matticbot about 3 years ago

0.3.3 (2021-08-26)

Bug Fixes

  • rename main plugin file (fe7751c)
super-cool-ad-inserter-plugin - v0.3.2

Published by matticbot about 3 years ago

0.3.2 (2021-08-26)

Bug Fixes

  • update stable version in readme; update docs (8a89bb2)
super-cool-ad-inserter-plugin - v0.3.1

Published by matticbot about 3 years ago

0.3.1 (2021-08-25)

Bug Fixes

  • trigger release and wporg rebuild (de21447)
super-cool-ad-inserter-plugin - v0.3.0

Published by matticbot about 3 years ago

0.3.0 (2021-08-25)

Features

  • "start" setting to define number of paragraphs before first insertion (#59) (fcd9351)
  • update block editor style to look like a Placeholder (#58) (d63dd33)
super-cool-ad-inserter-plugin - v0.3.0-alpha.1

Published by matticbot about 3 years ago

0.3.0-alpha.1 (2021-08-25)

Features

  • "start" setting to define number of paragraphs before first insertion (#59) (fcd9351)
  • update block editor style to look like a Placeholder (#58) (d63dd33)
super-cool-ad-inserter-plugin - Super Cool Ad Inserter Plugin version 0.2

Published by benlk almost 6 years ago

SCAIP version 0.2

The big new feature is the Inserted Ad Position block, which is the old [ad number="2"] shortcode that your could use in your posts, wrapped in a new user-friendly interface.

Changes

  • Adds Gutenberg block to enable custom placement of Inserted Ad Position widget areas within posts. This block supports Gutenberg's alignment and custom class tools.
  • Partial WordPress VIP code approval, via Adam Schweigert's work in pull request #32.
  • Adds filter to programmatically disable ad insertion. Pull request #39 for issue #25.
  • Adds filter to allow changing the before_widget, after_widget, before_title, and after_title attributes used to register SCAIP's Inserted Ad Position sidebars. Pull request #40, continuing #39's work to make the plugin more configurable for advanced use cases.
  • Removes some unneeded development files
  • Documentation improvements