Plugin Directory

Changeset 1981386


Ignore:
Timestamp:
11/27/2018 03:35:18 PM (7 years ago)
Author:
malikzohaib42
Message:

minor version updated with bug fixes

Location:
gosign-background-container/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gosign-background-container/trunk/plugin.php

    r1981365 r1981386  
    66 * Author: Ahmed Ramzan - Gosign.de
    77 * Author URI: https://www.gosign.de/team/
    8  * Version: 2.2.4
     8 * Version: 2.2.5
    99 * License: GPL3+
    1010 * License URI: https://www.gnu.org/licenses/gpl.txt
  • gosign-background-container/trunk/readme.md

    r1981324 r1981386  
    22Contributors: ahmedcassini, malikzohaib42,mansoor1,mohsinkhan1,awaiskhalid0,ahsan21
    33Tags: Parallax background, video container, background section, color section, Background Section Block, gutentberg background section, gutenberg color section, gutenberg container, Gosign - Background Container
    4 Stable tag: 2.0
     4Stable tag: 2.2.5
    55Requires at least: 4.9.8
    66Tested up to : 4.9.8
     
    1414
    1515### English
     16
    1617This plugin creates a background container which holds all kinds of elements with 40+ background options in WordPress 5 (Codename: Gutenberg). It has all the necessary options that will help you with background elements i.e. parallax, background color, background images, overlay in background inside container options and many more.
    1718
    1819#### Tested with Themes
    19 * [Demo](https://www.karlinder.com/gosign-background-container-block/)
     20
     21- [Demo](https://www.karlinder.com/gosign-background-container-block/)
    2022
    2123#### Features:
    22 * Creates background container block
    23 * Full width and limited width options
    24 * Parallax effects
    25 * Parallax mouse effects
    26 * Add background video
    27 * Add background colors
    28 * Add background images
    29 * Background overlay with opacity
    30 * Beautiful borders around grid (diagonal, arrows, shadows)
    31 * Inside container styling options
    32 * Custom margins and paddings
    33 * Automatic and defined height options
    34 * Multiple options to customise inside content elements
    35 * PHP 7.2-support
    36 * Full WordPress 5 (Codename: Gutenberg) support
     24
     25- Creates background container block
     26- Full width and limited width options
     27- Parallax effects
     28- Parallax mouse effects
     29- Add background video
     30- Add background colors
     31- Add background images
     32- Background overlay with opacity
     33- Beautiful borders around grid (diagonal, arrows, shadows)
     34- Inside container styling options
     35- Custom margins and paddings
     36- Automatic and defined height options
     37- Multiple options to customise inside content elements
     38- PHP 7.2-support
     39- Full WordPress 5 (Codename: Gutenberg) support
    3740
    3841Easy To Use All features.
    3942
    4043#### Features coming soon:
    41 * Just write us what you want.
    4244
    43 -----------------------------
     45- Just write us what you want.
     46
     47---
    4448
    4549### Note: We are trying to give our best to Test this Plugin with the WordPress 5 Plugins and Themes. We will be thankfull if you can give us feedback about your Tests. So we can extend the bottom list.
    4650
    4751#### Tested with Themes
    48 * [GutenType](https://themeforest.net/item/gutentype-gutenberg-wordpress-blog-theme/22486033)
     52
     53- [GutenType](https://themeforest.net/item/gutentype-gutenberg-wordpress-blog-theme/22486033)
    4954
    5055#### More WordPress 5 (Gutenberg) Content Elements / Content Blocks:
    51 * [Masonry Post Block](https://wordpress.org/plugins/gosign-masonry-post-block/)
     56
     57- [Masonry Post Block](https://wordpress.org/plugins/gosign-masonry-post-block/)
    5258
    5359== Screenshots ==
     
    6066
    6167== Installation ==
     68
    6269### English
     70
    63711. Upload \"gosign-background-container\" to the \"/wp-content/plugins/\" directory.
    64722. Activate the plugin through the \"Plugins\" menu in WordPress.
    65733. Add the Gosign - Background Container to the post or page where you want to add beautiful content.
    6674
    67 
    6875== Changelog ==
  • gosign-background-container/trunk/src/init.php

    r1981365 r1981386  
    4646        wp_enqueue_script(
    4747            'paralax codes for fe', // Handle.
    48             plugins_url( '/src/js/parallax.js', dirname( __FILE__ ) ), // Block.build.js: We register the block here. Built with Webpack.
     48            plugins_url( '/src/jslibs/parallax.js', dirname( __FILE__ ) ), // Block.build.js: We register the block here. Built with Webpack.
    4949            array( 'wp-blocks', 'wp-i18n', 'wp-element', 'jquery' ), // Dependencies, defined above.
    5050            // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.build.js' ), // Version: filemtime — Gets file modification time.
Note: See TracChangeset for help on using the changeset viewer.