Plugin Directory

Changeset 3200951


Ignore:
Timestamp:
12/02/2024 01:42:20 PM (15 months ago)
Author:
rbplugins
Message:

1.0.11 - image widget tested with Wordpress 6.7

Location:
image-widget-rb
Files:
32 added
2 edited

Legend:

Unmodified
Added
Removed
  • image-widget-rb/trunk/image-widget-rb.php

    r2914732 r3200951  
    44Plugin URI: https://wordpress.org/support/plugin/image-widget-rb
    55Description: Most simple and fast way to create image widget to your sidebar
    6 Version: 1.0.10
     6Version: 1.0.11
    77Author: rbPlugins
    88Author URI: https://www.facebook.com/rb.plugins.5
     
    2020define("RB_IMAGE_WIDGET_FILE",      __FILE__ );
    2121
    22 define("RB_IMAGE_WIDGET_VERSION",   '1.0.10' );
     22define("RB_IMAGE_WIDGET_VERSION",   '1.0.11' );
    2323
    2424add_action( 'plugins_loaded', 'rb_image_widget_load_textdomain' );
  • image-widget-rb/trunk/readme.txt

    r2914732 r3200951  
    33Tags: image widget, gallery widget, image, sidebar, widget
    44Requires at least: 3.1
    5 Tested up to: 6.2
    6 Stable tag: 1.0.10
     5Tested up to: 6.7
     6Stable tag: 1.0.11
    77License: GPLv2 or later
    88
     
    5050== Changelog ==
    5151
     52= 1.0.11 =
     53* Image widget tested with Wordpress 6.7
     54
    5255= 1.0.10 =
    5356* Image widget tested with Wordpress 6.2
Note: See TracChangeset for help on using the changeset viewer.