Changeset 2786894
- Timestamp:
- 09/19/2022 11:12:41 AM (4 years ago)
- Location:
- bitcanna-widget
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.5 (copied) (copied from bitcanna-widget/trunk)
-
tags/1.1.5/README.txt (modified) (1 diff)
-
tags/1.1.5/bitcanna-widget.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/bitcanna-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bitcanna-widget/tags/1.1.5/README.txt
r2786865 r2786894 4 4 Requires at least: 3.0.1 5 5 Tested up to: 5.8 6 Stable tag: 1.1. 36 Stable tag: 1.1.5 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bitcanna-widget/tags/1.1.5/bitcanna-widget.php
r2786892 r2786894 4 4 Plugin URI: https://cosmos-tool.com/ 5 5 Description: Add a widget that displays your bcna address in the site footer 6 Version: 1.1. 46 Version: 1.1.5 7 7 Author: atmon3r 8 8 Author URI: http://cosmos-tool.com/ … … 19 19 * Rename this for your plugin and update it as you release new versions. 20 20 */ 21 define( 'BITCANNA_WIDGET', '1.1. 4' );21 define( 'BITCANNA_WIDGET', '1.1.5' ); 22 22 23 23 // The widget class -
bitcanna-widget/trunk/README.txt
r2786865 r2786894 4 4 Requires at least: 3.0.1 5 5 Tested up to: 5.8 6 Stable tag: 1.1. 36 Stable tag: 1.1.5 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bitcanna-widget/trunk/bitcanna-widget.php
r2786892 r2786894 4 4 Plugin URI: https://cosmos-tool.com/ 5 5 Description: Add a widget that displays your bcna address in the site footer 6 Version: 1.1. 46 Version: 1.1.5 7 7 Author: atmon3r 8 8 Author URI: http://cosmos-tool.com/ … … 19 19 * Rename this for your plugin and update it as you release new versions. 20 20 */ 21 define( 'BITCANNA_WIDGET', '1.1. 4' );21 define( 'BITCANNA_WIDGET', '1.1.5' ); 22 22 23 23 // The widget class
Note: See TracChangeset
for help on using the changeset viewer.