Changeset 3449628
- Timestamp:
- 01/29/2026 12:49:43 PM (2 months ago)
- Location:
- myd-delivery-widgets/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
myd-delivery-widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
myd-delivery-widgets/trunk/README.txt
r3449626 r3449628 5 5 Requires at least: 5.5 6 6 Tested up to: 6.9 7 Stable tag: 1.8 7 Stable tag: 1.8.0 8 8 Requires PHP: 7.4 9 9 License: GPL-3.0+ -
myd-delivery-widgets/trunk/myd-delivery-widgets.php
r3449626 r3449628 6 6 * Author: EduardoVillao.me 7 7 * Author URI: https://eduardovillao.me/ 8 * Version: 1.8 8 * Version: 1.8.0 9 9 * Requires PHP: 7.4 10 10 * Requires at least: 5.5 … … 25 25 define( 'MYDW_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 26 26 define( 'MYDW_PLUGIN_DIRNAME', plugin_basename( __DIR__ ) ); 27 define( 'MYDW_CURRENT_VERSION', '1.8 ' );27 define( 'MYDW_CURRENT_VERSION', '1.8.0' ); 28 28 define( 'MYDW_MINIMUM_PHP_VERSION', '7.4' ); 29 29 define( 'MYDW_MINIMUM_WP_VERSION', '5.4' );
Note: See TracChangeset
for help on using the changeset viewer.