Changeset 2581814
- Timestamp:
- 08/12/2021 04:10:50 AM (5 years ago)
- Location:
- magiclabs
- Files:
-
- 2 edited
-
tags/1.0.2/wp-magic.php (modified) (2 diffs)
-
trunk/wp-magic.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magiclabs/tags/1.0.2/wp-magic.php
r2581812 r2581814 5 5 * Plugin URI: https://github.com/magiclabs/wp-magic 6 6 * Description: Login by Magic provides passwordless login for your WordPress site. 7 * Version: 1.0. 07 * Version: 1.0.2 8 8 * Author: Magic 9 9 * Author URI: https://magic.link/ … … 28 28 * Plugin Version 29 29 * 30 * @since 1.0. 030 * @since 1.0.2 31 31 * @var string The plugin version. 32 32 */ 33 const VERSION = '1.0. 0';33 const VERSION = '1.0.2'; 34 34 35 35 /** -
magiclabs/trunk/wp-magic.php
r2581808 r2581814 5 5 * Plugin URI: https://github.com/magiclabs/wp-magic 6 6 * Description: Login by Magic provides passwordless login for your WordPress site. 7 * Version: 1.0. 07 * Version: 1.0.2 8 8 * Author: Magic 9 9 * Author URI: https://magic.link/ … … 28 28 * Plugin Version 29 29 * 30 * @since 1.0. 030 * @since 1.0.2 31 31 * @var string The plugin version. 32 32 */ 33 const VERSION = '1.0. 0';33 const VERSION = '1.0.2'; 34 34 35 35 /**
Note: See TracChangeset
for help on using the changeset viewer.