Changeset 2682784
- Timestamp:
- 02/22/2022 07:03:55 AM (4 years ago)
- Location:
- random-post-shortcode
- Files:
-
- 4 added
- 3 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/random-post-shortcode.php (added)
-
tags/1.0.5/random-post-widget.php (added)
-
tags/1.0.5/readme.txt (added)
-
trunk/random-post-shortcode.php (modified) (1 diff)
-
trunk/random-post-widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
random-post-shortcode/trunk/random-post-shortcode.php
r1855571 r2682784 4 4 Plugin URI: https://powie.de/wordpress 5 5 Description: Shortcode <code>[random-post]</code> for displaying a random post, or use the Widget 6 Version: 1.0. 46 Version: 1.0.5 7 7 License: GPLv2 8 8 Author: Thomas Ehrhardt -
random-post-shortcode/trunk/random-post-widget.php
r1317238 r2682784 77 77 } // class 78 78 79 add_action( 'widgets_init', create_function( '', "register_widget('random_Post_Widget');" ) ); 79 add_action( 'widgets_init', 'random_post_register_widgets' ); 80 81 function random_post_register_widgets() { 82 register_widget( 'random_Post_Widget' ); 83 } -
random-post-shortcode/trunk/readme.txt
r1997858 r2682784 4 4 Tags: random, post, widget, shortcode 5 5 Requires at least: 4.0 6 Tested up to: 5. 0.17 Stable tag: 1.0. 46 Tested up to: 5.9 7 Stable tag: 1.0.5 8 8 License: GPLv2 9 9 … … 18 18 19 19 = Support = 20 Support Forum @ [powie.de](https:// forum.powie.de)20 Support Forum @ [powie.de](https://powie.de) 21 21 22 22 == Installation == … … 38 38 = How can I support you? = 39 39 40 Post a comment on [powie.de Forum](https:// forum.powie.de)40 Post a comment on [powie.de Forum](https://powie.de) 41 41 42 42 = What is the plugin page? = … … 46 46 = Where do I post my feedback? = 47 47 48 Post it at my Forum: [powie.de Forum](https:// forum.powie.de)48 Post it at my Forum: [powie.de Forum](https://powie.de) 49 49 50 50 == Changelog == 51 = 1.0.5 (22.02.2022) = 52 * WP 5.9 tests 53 * php 8 compatibility 54 51 55 = 1.0.4 (10.04.2017) = 52 56 * 4.9.5 evaluation
Note: See TracChangeset
for help on using the changeset viewer.