Plugin Directory

Changeset 2964351


Ignore:
Timestamp:
09/08/2023 05:48:36 AM (3 years ago)
Author:
netbiel
Message:

Change description

Location:
rocksite-sections
Files:
42 added
3 edited

Legend:

Unmodified
Added
Removed
  • rocksite-sections/trunk/README.txt

    r2953750 r2964351  
    66Tested up to: 6.3
    77Requires PHP: 7.0
    8 Stable tag: 1.1.2
     8Stable tag: 1.1.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Collection of ready-to-use Gutenberg sections (block patterns) based on Kadence Blocks Library: Hero Sections, Features Sections, Call to Actions etc.
     12Collection of ready-to-use Gutenberg sections (block patterns) based on Kadence Blocks Library: Article Lists Sections, Features, Subscription Form Sections
    1313
    1414== Description ==
     
    6666== Changelog ==
    6767
    68 = 1.1.2 =
    69 * Changing stable tag
    70 
    71 = 1.1.1 =
    72 * Fix error "cant redeclare function" - wrong function name
    73 
    74 = 1.1.0 =
    75 * updating section templates
    76 * changing the installation method of the required plugin
    77 * adding settings responsible for CSS
    78 
    79 = 1.0.10 =
    80 * Remove welcome message
    81 
    8268= 1.0.11 =
    8369* Add language files - polish
  • rocksite-sections/trunk/includes/class-rocksite-blocks-library.php

    r2953708 r2964351  
    108108         * Load TGM Plugin
    109109         */
    110         if ( ! class_exists( 'TGM_Plugin_Activation' ) ) {
    111             require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/tgm/class-tgm-plugin-activation.php';
    112 
    113             require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/tgm/plugins-list.php';
    114         }
     110
     111        require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/tgm/class-tgm-plugin-activation.php';
     112
     113        require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/tgm/plugins-list.php';
    115114
    116115        /**
  • rocksite-sections/trunk/rocksite-blocks-library.php

    r2953750 r2964351  
    44 * Plugin Name:       Rocksite Sections
    55 * Description:       Extends Kadence Blocks Library with new sections: Hero Sections, Features Sections, Call to Actions etc.
    6  * Version:           1.1.2
     6 * Version:           1.1.0
    77 * Author:            Piotr Bielecki
    88 * Author URI:        https://rocksite.pro/
     
    1818}
    1919
    20 define( 'ROCKSITE_BLOCKS_LIBRARY_VERSION', '1.1.1' );
     20define( 'ROCKSITE_BLOCKS_LIBRARY_VERSION', '1.0.3' );
    2121
    2222/**
Note: See TracChangeset for help on using the changeset viewer.