Changeset 2513242
- Timestamp:
- 04/12/2021 11:38:35 AM (5 years ago)
- Location:
- miqid-core/trunk
- Files:
-
- 3 edited
-
miqid-core.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
src/Frontend/Shortcode/Business/Certificate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
miqid-core/trunk/miqid-core.php
r2513200 r2513242 3 3 * Plugin Name: MIQID-Core 4 4 * Description: MIQID-Core handle the basics. 5 * Version: 1.7. 15 * Version: 1.7.2 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.2 -
miqid-core/trunk/readme.md
r2513200 r2513242 4 4 Tested up to: 5.7 5 5 Requires PHP: 7.2 6 Stable tag: 1.7. 16 Stable tag: 1.7.2 7 7 License: GPL v3 or later 8 8 -
miqid-core/trunk/src/Frontend/Shortcode/Business/Certificate.php
r2513169 r2513242 25 25 private function __construct() { 26 26 add_shortcode( 'miqid-profilepassportfaceimage', [ $this, 'Shortcode_ProfilePassportFaceImage' ] ); 27 add_shortcode( 'miqid-business-passport', [ $this, 'Shortcode_ DriversLicenseFaceImage' ] );27 add_shortcode( 'miqid-business-passport', [ $this, 'Shortcode_PassportCertificateInformation' ] ); 28 28 add_shortcode( 'miqid-business-driverslicense', [ $this, 'Shortcode_DriversLicense' ] ); 29 29 add_shortcode( 'miqid-business-driverslicensefaceimage', [ $this, 'Shortcode_DriversLicenseFaceImage' ] );
Note: See TracChangeset
for help on using the changeset viewer.