Plugin Directory

Changeset 2587446


Ignore:
Timestamp:
08/24/2021 01:56:54 AM (5 years ago)
Author:
bucklit
Message:

Updated Readme

Location:
service-tracker
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • service-tracker/tags/1.0.0/readme.txt

    r2587443 r2587446  
    3131== Mobile Application ==
    3232
    33 =Prerequisites=
     33= Prerequisites =
    3434
    35 Mobile application requires JWT Authentication for WP-API WordPress Plugin to be installed in your website.
     35Mobile application requires [JWT Authentication]:
     36https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
     37 for WP-API WordPress Plugin to be installed in your website.
    3638
    37 https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
     39= Configuration in wp-config.php =
    3840
    39 =Configuration in wp-config.php =
    40 
    41 The JWT needs a secret key
     41The JWT requires a secret key
    4242define('JWT_AUTH_SECRET_KEY', 'SECRET KEY');
    4343The secret key can be generated here at https://api.wordpress.org/secret-key/1.1/salt/
     
    4545
    4646
    47 =Configure CORS support in wp-config.php =
     47= Configure CORS support in wp-config.php =
    4848define('JWT_AUTH_CORS_ENABLE', true);
    4949
     
    5555* SERVICES REST API is working <YOUR-WEBSITE-URL>/wp-json/wp/v2/services/
    5656
    57 =Install the Mobile Application=
     57= Install the Mobile Application =
    5858
    5959https://play.google.com/store/apps/details?id=com.bucklit.servicetracker
     
    7373
    7474
    75 For more detailed information, please refer to the page [contact us]: https://bucklit.com.au/products/service-tracker/.
     75For more detailed information, please refer to the page [contact us](https://bucklit.com.au/products/service-tracker/).
    7676
    77 [Installation Video]: https://youtu.be/bSj5gJ6aW9I
    78 [Configuration and Working Video]: https://youtu.be/hjSnbAEHg58
     77[Installation Video](https://youtu.be/bSj5gJ6aW9I)
     78[Configuration and Working Video](https://youtu.be/hjSnbAEHg58)
    7979
    8080== Installation ==
  • service-tracker/trunk/readme.txt

    r2587443 r2587446  
    3131== Mobile Application ==
    3232
    33 =Prerequisites=
     33= Prerequisites =
    3434
    35 Mobile application requires JWT Authentication for WP-API WordPress Plugin to be installed in your website.
     35Mobile application requires [JWT Authentication]:
     36https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
     37 for WP-API WordPress Plugin to be installed in your website.
    3638
    37 https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
     39= Configuration in wp-config.php =
    3840
    39 =Configuration in wp-config.php =
    40 
    41 The JWT needs a secret key
     41The JWT requires a secret key
    4242define('JWT_AUTH_SECRET_KEY', 'SECRET KEY');
    4343The secret key can be generated here at https://api.wordpress.org/secret-key/1.1/salt/
     
    4545
    4646
    47 =Configure CORS support in wp-config.php =
     47= Configure CORS support in wp-config.php =
    4848define('JWT_AUTH_CORS_ENABLE', true);
    4949
     
    5555* SERVICES REST API is working <YOUR-WEBSITE-URL>/wp-json/wp/v2/services/
    5656
    57 =Install the Mobile Application=
     57= Install the Mobile Application =
    5858
    5959https://play.google.com/store/apps/details?id=com.bucklit.servicetracker
     
    7373
    7474
    75 For more detailed information, please refer to the page [contact us]: https://bucklit.com.au/products/service-tracker/.
     75For more detailed information, please refer to the page [contact us](https://bucklit.com.au/products/service-tracker/).
    7676
    77 [Installation Video]: https://youtu.be/bSj5gJ6aW9I
    78 [Configuration and Working Video]: https://youtu.be/hjSnbAEHg58
     77[Installation Video](https://youtu.be/bSj5gJ6aW9I)
     78[Configuration and Working Video](https://youtu.be/hjSnbAEHg58)
    7979
    8080== Installation ==
     
    97974. Service Details Page - Service Title and Description
    98985. Service Details Page - Service related form fields
     996. Mobile Application - Splash Screen
     1007. Mobile Application - Login Screen
     1018. Mobile Application - Dashboard Screen
     1029. Mobile Application - Services Screen
     10310. Mobile Application - Service Details Screen - Update Status and Comments
     10411. Mobile Application - Splash Screens
    99105
    100106== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.