Plugin Directory

Changeset 2460437


Ignore:
Timestamp:
01/21/2021 02:17:28 PM (5 years ago)
Author:
safeerz
Message:

trunk update

Location:
reusable-content-blocks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reusable-content-blocks/trunk/readme.txt

    r2460418 r2460437  
    44Tags: reusable content blocks, reusable content, reusable content widget, WPBakery page builder, insert page, insert content, page builders, pagebuilder, visual page builder, WPBakery, Visual Composer, Elementor, Beaver Builder, SiteOrigin, thecodepoetry
    55Requires at least: 4.9.7
    6 Tested up to: 5.6
    7 Stable tag: 1.0.5
     6Tested up to: 5.3
     7Stable tag: 1.0.4
    88Requires PHP: 5.6
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl.html
    1111
    12 Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with WPBakery Page Builder into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders.
     12Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with your favorite page builders like WPBakery’s Page Builder, Elementor, Beaver Builder, SiteOrigin Page Builder, and Classic editor into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders.
    1313
    1414== Description ==
    15 Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with WPBakery Page Builder into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders.
     15Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with your favorite page builders like WPBakery’s Page Builder, Elementor, Beaver Builder, SiteOrigin Page Builder, and Classic editor into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders.
    1616
    1717
    1818= Features =
    19 * Works with WPBakery's Page Builder
     19* Works with WPBakery's Page Builder, Elementor, Beaver Builder and SiteOrigin Page Builder.
    2020* Works with WP Bakery elements from the The7 theme
    2121* Dedicated Element for WP Bakery page builder.
     
    7777= 1.0.4 =
    7878* Fix for showing contnet blocks in excerps.
    79 = 1.0.5 =
    80 * WP 5.6 Comaptiblity.
    8179
  • reusable-content-blocks/trunk/reusablec-block.php

    r2460418 r2460437  
    33 * Plugin Name: Reusable Content Blocks
    44 * Plugin URI: http://thecodepoetry.com/plugins/wordpress-reusable-pagebulider-contnet-blocks/
    5  * Description: Reusable Content Blocks plugin allows you to insert content blocks created with WPBakery's Page Builder into pages, posts, custom post types, widget areas and templates using shortcode, Widget or PHP without missing custom/inline styles generated by page builders.
    6  * Version: 1.0.5
     5 * Description: Reusable Content Blocks plugin allows you to insert content blocks created with your favorite page builders like WPBakery's Page Builder, Elementor, Beaver Builder, SiteOrigin Page Builder, and Classic editor into pages, posts, custom post types, widget areas and templates using shortcode, Widget or PHP without missing custom/inline styles generated by page builders.
     6 * Version: 1.0.4
    77 * Author: Safeer
    88 * Author URI: http://thecodepoetry.com/
     
    1111 * License: GPL3
    1212 * Donate link: https://paypal.me/thecodepoetry
    13  * Tags: reusable content blocks, reusable content, reusable content widget, WPBakery page builder, insert page, insert content, page builders, pagebuilder, visual page builder, WPBakery, Visual Composer, thecodepoetry
     13 * Tags: reusable content blocks, reusable content, reusable content widget, WPBakery page builder, insert page, insert content, page builders, pagebuilder, visual page builder, WPBakery, Visual Composer, Elementor, Beaver Builder, SiteOrigin, thecodepoetry
    1414 *
    1515 * @package reusablec-block
     
    5858function rcb_get_content_func( $atts ) {
    5959
    60     if(!is_single()) return; //dont run if called in shortcode
    61 
    6260    $rcbval = shortcode_atts( array(
    6361        'data_source' => '',
Note: See TracChangeset for help on using the changeset viewer.