Changeset 3200951
- Timestamp:
- 12/02/2024 01:42:20 PM (15 months ago)
- Location:
- image-widget-rb
- Files:
-
- 32 added
- 2 edited
-
tags/1.0.11 (added)
-
tags/1.0.11/assets (added)
-
tags/1.0.11/assets/css (added)
-
tags/1.0.11/assets/css/images (added)
-
tags/1.0.11/assets/css/images/icons.png (added)
-
tags/1.0.11/assets/css/images/icons.svg (added)
-
tags/1.0.11/assets/css/images/index.html (added)
-
tags/1.0.11/assets/css/images/loader.gif (added)
-
tags/1.0.11/assets/css/index.html (added)
-
tags/1.0.11/assets/css/swipebox.style.css (added)
-
tags/1.0.11/assets/index.html (added)
-
tags/1.0.11/assets/js (added)
-
tags/1.0.11/assets/js/admin.script.js (added)
-
tags/1.0.11/assets/js/index.html (added)
-
tags/1.0.11/assets/js/script.js (added)
-
tags/1.0.11/assets/js/swipebox.lightbox.js (added)
-
tags/1.0.11/class.plugin.php (added)
-
tags/1.0.11/image-widget-rb.php (added)
-
tags/1.0.11/index.html (added)
-
tags/1.0.11/languages (added)
-
tags/1.0.11/languages/image-widget-rb-es_US.mo (added)
-
tags/1.0.11/languages/image-widget-rb-es_US.po (added)
-
tags/1.0.11/languages/image-widget-rb.pot (added)
-
tags/1.0.11/languages/image-widget-rb_es.mo (added)
-
tags/1.0.11/languages/image-widget-rb_es.po (added)
-
tags/1.0.11/languages/image-widget-rb_pl.mo (added)
-
tags/1.0.11/languages/image-widget-rb_pl.po (added)
-
tags/1.0.11/languages/index.html (added)
-
tags/1.0.11/options.php (added)
-
tags/1.0.11/readme.txt (added)
-
tags/1.0.11/widget-gallery.php (added)
-
tags/1.0.11/widget.php (added)
-
trunk/image-widget-rb.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-widget-rb/trunk/image-widget-rb.php
r2914732 r3200951 4 4 Plugin URI: https://wordpress.org/support/plugin/image-widget-rb 5 5 Description: Most simple and fast way to create image widget to your sidebar 6 Version: 1.0.1 06 Version: 1.0.11 7 7 Author: rbPlugins 8 8 Author URI: https://www.facebook.com/rb.plugins.5 … … 20 20 define("RB_IMAGE_WIDGET_FILE", __FILE__ ); 21 21 22 define("RB_IMAGE_WIDGET_VERSION", '1.0.1 0' );22 define("RB_IMAGE_WIDGET_VERSION", '1.0.11' ); 23 23 24 24 add_action( 'plugins_loaded', 'rb_image_widget_load_textdomain' ); -
image-widget-rb/trunk/readme.txt
r2914732 r3200951 3 3 Tags: image widget, gallery widget, image, sidebar, widget 4 4 Requires at least: 3.1 5 Tested up to: 6. 26 Stable tag: 1.0.1 05 Tested up to: 6.7 6 Stable tag: 1.0.11 7 7 License: GPLv2 or later 8 8 … … 50 50 == Changelog == 51 51 52 = 1.0.11 = 53 * Image widget tested with Wordpress 6.7 54 52 55 = 1.0.10 = 53 56 * Image widget tested with Wordpress 6.2
Note: See TracChangeset
for help on using the changeset viewer.