Changeset 3109028
- Timestamp:
- 06/28/2024 05:46:31 AM (22 months ago)
- Location:
- wallsio/trunk
- Files:
-
- 3 edited
-
block/src/init.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wallsio.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wallsio/trunk/block/src/init.php
r2214438 r3109028 48 48 'wallsio-block-js', // Handle. 49 49 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. 51 51 wallsio_asset_version() 52 52 ); -
wallsio/trunk/readme.txt
r3020365 r3109028 5 5 Tags: social media aggregator, social media embed, social media feed, instagram feed, twitter feed, facebook feed, social wall, social media wall 6 6 Contributors: rivalitaet, patrickmladensich 7 Tested up to: 6. 47 Tested up to: 6.5 8 8 Stable tag: trunk 9 9 License: GPL v3 or later … … 69 69 == Changelog == 70 70 71 = 3.0.12 = 72 * Fix Gutenberg block for WordPress 6.5.5 73 71 74 = 3.0.11 = 72 75 * Update sign up link -
wallsio/trunk/wallsio.php
r2951610 r3109028 5 5 Plugin URI: https://wordpress.org/plugins/wallsio 6 6 Description: Embed Walls.io social walls into WordPress posts with just one click! 7 Version: 3.0.1 17 Version: 3.0.12 8 8 Author: Walls.io 9 9 Author URI: https://walls.io … … 13 13 14 14 15 define( 'WALLSIO_PLUGIN_VERSION', '3.0.1 1' );15 define( 'WALLSIO_PLUGIN_VERSION', '3.0.12' ); 16 16 17 17 function wallsio_asset_version() {
Note: See TracChangeset
for help on using the changeset viewer.