Plugin Directory

Changeset 3109028


Ignore:
Timestamp:
06/28/2024 05:46:31 AM (22 months ago)
Author:
wallsio
Message:

Add lodash to dependancy array

Location:
wallsio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wallsio/trunk/block/src/init.php

    r2214438 r3109028  
    4848        'wallsio-block-js', // Handle.
    4949        plugins_url( '/dist/blocks.build.js', dirname( __FILE__ ) ), // Block.build.js: We register the block here. Built with Webpack.
    50         array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-editor' ), // Dependencies, defined above.
     50        array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-editor', 'lodash' ), // Dependencies, defined above.
    5151        wallsio_asset_version()
    5252    );
  • wallsio/trunk/readme.txt

    r3020365 r3109028  
    55Tags: social media aggregator, social media embed, social media feed, instagram feed, twitter feed, facebook feed, social wall, social media wall
    66Contributors: rivalitaet, patrickmladensich
    7 Tested up to: 6.4
     7Tested up to: 6.5
    88Stable tag: trunk
    99License: GPL v3 or later
     
    6969== Changelog ==
    7070
     71= 3.0.12 =
     72* Fix Gutenberg block for WordPress 6.5.5
     73
    7174= 3.0.11 =
    7275* Update sign up link
  • wallsio/trunk/wallsio.php

    r2951610 r3109028  
    55Plugin URI: https://wordpress.org/plugins/wallsio
    66Description: Embed Walls.io social walls into WordPress posts with just one click!
    7 Version: 3.0.11
     7Version: 3.0.12
    88Author: Walls.io
    99Author URI: https://walls.io
     
    1313
    1414
    15 define( 'WALLSIO_PLUGIN_VERSION', '3.0.11' );
     15define( 'WALLSIO_PLUGIN_VERSION', '3.0.12' );
    1616
    1717function wallsio_asset_version() {
Note: See TracChangeset for help on using the changeset viewer.