block_inject 7.x-1.2

New features
Unsupported

Final Drupal 7 release. Adds index to the block_inject_exceptions table to speed up retrieval on bigger sites.

block_inject 7.x-1.2-rc1

Bug fixes
New features
Unsupported

Some code refactoring and new features + various fixes:

#2276073 - Remove clearfix div from block_inject region suffix
#2442979 - Panels integration

block_inject 7.x-1.2-alpha6

Bug fixes
Unsupported

Fixed minor errors and bugs.

* Corrected the bi_condition field definition in the schema
* Corrected the machine naming of the inject region (no spaces)
* Fixed bug on the node edit form in checking for existence of a default condition

block_inject 7.x-1.2-alpha4

Bug fixes
Unsupported

Fixed the update.php problem found in the previous release (Issue #2269905).

block_inject 7.x-1.2-alpha3

Bug fixes
New features
Unsupported

New features:

  • Issue #2184105 : Wrapped the injected region in a div with classes to be targetable by css. Created also an alter hook so you can easily add your own classes there. More info on how to use it in the README.txt file
  • Issue #2184071 : You can now set up a default condition and action when creating the inject region. For ex you can set it so that if the node has more then 10 paragraphs, there should be an offset of 5 paragraphs.

Bug fixes:

    block_inject 7.x-1.2-alpha2

    Bug fixes
    Unsupported
    • Fixed issue #2099069 and added an if/else check before setting the offset value in the variable
    • Fixed errors appearing on the node edit form of new nodes for which block inject was enabled

    block_inject 7.x-1.2-alpha1

    New features
    Bug fixes
    Unsupported

    1. Fixed issues #2082033 and #2083235.

    2. Added a new feature that allows you too provide an offset on the place where the region gets injected. You can now override the default inject place on individual nodes and move it up or down a given number paragraphs.

    block_inject 7.x-1.1-alpha4

    Bug fixes
    Unsupported

    Fixed minor issues:

    • Error on the create new node form when you try to create a new node as opposed to editing one.
    • Error on the exceptions list when there are no exceptions

    block_inject 7.x-1.1-alpha3

    Bug fixes
    Unsupported

    Added the possibility to remove the Block Inject effect from individual nodes that are affected by it. In the node edit form under the Publishing options you can tick a box to not have the block injected in its body (block that would have otherwise been injected). Additionally, you get a dedicated page with an overview of all the exceptions you have.

    Fixed also https://drupal.org/node/1957216#comment-7785809

    block_inject 7.x-1.1-alpha2

    Bug fixes
    Unsupported

    Added the possibility to remove the Block Inject effect from individual nodes that are affected by it. In the node edit form under the Publishing options you can tick a box to not have the block injected in its body (block that would have otherwise been injected). Additionally, you get a dedicated page with an overview of all the exceptions you have.

    Fixed also https://drupal.org/node/1957216#comment-7785809

    block_inject 7.x-1.1-alpha1

    New features
    Unsupported

    Added the possibility to remove the Block Inject effect from individual nodes that are affected by it. In the node edit form under the Publishing options you can tick a box to not have the block injected in its body (block that would have otherwise been injected). Additionally, you get a dedicated page with an overview of all the exceptions you have.

    Subscribe with RSS Subscribe to Releases for Block Inject