Plugin Directory

Changeset 2958799


Ignore:
Timestamp:
08/27/2023 09:26:00 AM (3 years ago)
Author:
stacks
Message:

update error message of phone user not exist

Location:
stacks-mobile-app-builder
Files:
5 edited
26 copied

Legend:

Unmodified
Added
Removed
  • stacks-mobile-app-builder/tags/5.2.3/api/mobile/woocommerce/api/services/translation/strings.php

    r2739350 r2958799  
    6767            'registeration_method_mismatch'         => __('This user is registered using another method', 'plates'),
    6868            'wrong_password'                    => __('the provided password is wrong.', 'plates'),
    69             'no_users_found_matching'               => __('no users found matching this email', 'plates'),
     69            'no_users_found_matching'               => __('No Users Found matching this mail or phone.', 'plates'),
    7070            'could_not_fetch_data'              => __('Sorry We could not fetch your data from registration service', 'plates'),
    7171            'data_returned_successfully'            => __('Data Returned Successfully', 'plates'),
  • stacks-mobile-app-builder/tags/5.2.3/helper_functions.php

    r2956848 r2958799  
    129129 *                                Definitions                                  *
    130130 * =========================================================================== */
    131 define('stacks_version', '5.2.2');
     131define('stacks_version', '5.2.3');
    132132define('STACKS_BRAIN', 'http://tunnel.stacksmarket.co:8083');
    133133define('STACKS_WC_API', plugin_dir_path(__FILE__) . 'api/mobile/woocommerce/api');
  • stacks-mobile-app-builder/tags/5.2.3/index.php

    r2956848 r2958799  
    66 * Author URI: stacksmarket.co
    77 * Description: Enjoy the fast and easy experience of building your Ecommerce mobile application
    8  * Version: 5.2.2
     8 * Version: 5.2.3
    99 */
    1010class stacks_app_builder {
  • stacks-mobile-app-builder/tags/5.2.3/readme.txt

    r2956848 r2958799  
    66Requires PHP: 7.4
    77WC tested up to: 8.0.2
    8 Stable tag: 5.2.2
     8Stable tag: 5.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    121121
    122122== Changelog ==
     123
     124= 5.2.3 (27 August, 2023) =
     125* App: Modify error message for users signing up with phone
    123126
    124127= 5.2.2 (22 August, 2023) =
  • stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/services/translation/strings.php

    r2739350 r2958799  
    6767            'registeration_method_mismatch'         => __('This user is registered using another method', 'plates'),
    6868            'wrong_password'                    => __('the provided password is wrong.', 'plates'),
    69             'no_users_found_matching'               => __('no users found matching this email', 'plates'),
     69            'no_users_found_matching'               => __('No Users Found matching this mail or phone.', 'plates'),
    7070            'could_not_fetch_data'              => __('Sorry We could not fetch your data from registration service', 'plates'),
    7171            'data_returned_successfully'            => __('Data Returned Successfully', 'plates'),
  • stacks-mobile-app-builder/trunk/helper_functions.php

    r2956848 r2958799  
    129129 *                                Definitions                                  *
    130130 * =========================================================================== */
    131 define('stacks_version', '5.2.2');
     131define('stacks_version', '5.2.3');
    132132define('STACKS_BRAIN', 'http://tunnel.stacksmarket.co:8083');
    133133define('STACKS_WC_API', plugin_dir_path(__FILE__) . 'api/mobile/woocommerce/api');
  • stacks-mobile-app-builder/trunk/index.php

    r2956848 r2958799  
    66 * Author URI: stacksmarket.co
    77 * Description: Enjoy the fast and easy experience of building your Ecommerce mobile application
    8  * Version: 5.2.2
     8 * Version: 5.2.3
    99 */
    1010class stacks_app_builder {
  • stacks-mobile-app-builder/trunk/readme.txt

    r2956848 r2958799  
    66Requires PHP: 7.4
    77WC tested up to: 8.0.2
    8 Stable tag: 5.2.2
     8Stable tag: 5.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    121121
    122122== Changelog ==
     123
     124= 5.2.3 (27 August, 2023) =
     125* App: Modify error message for users signing up with phone
    123126
    124127= 5.2.2 (22 August, 2023) =
Note: See TracChangeset for help on using the changeset viewer.