Changeset 2176823
- Timestamp:
- 10/21/2019 09:41:38 AM (6 years ago)
- File:
-
- 1 edited
-
dvk-conf/trunk/dvk-conf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dvk-conf/trunk/dvk-conf.php
r2172161 r2176823 17 17 * Plugin URI: https://www.marasit.com/ 18 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 19 * Version: 1.0. 219 * Version: 1.0.3 20 20 * Author: davask 21 21 * Author URI: https://www.marasit.com/ … … 39 39 /** 40 40 * Currently plugin version. 41 * Start at version 1.0. 2and use SemVer - https://semver.org41 * Start at version 1.0.3 and use SemVer - https://semver.org 42 42 * Rename this for your plugin and update it as you release new versions. 43 43 */ 44 define( 'DVK_CONF_VERSION', '1.0. 2' );44 define( 'DVK_CONF_VERSION', '1.0.3' ); 45 45 46 46 // extra feature without namespace
Note: See TracChangeset
for help on using the changeset viewer.