Skip to content

Release Notes

Release Notes document changes, improvements, and fixes in each version of Shipedge Warehouse Pro. Understanding release notes helps you stay current with new features, know what’s been fixed, and understand changes that might affect your workflow.

The app is updated regularly with new features, bug fixes, and improvements. Release notes explain what changed and why it matters to you.

New Features

Learn about new functionality added to the app. Release notes explain what’s new and how to use it.

Bug Fixes

See what problems were fixed. If you reported an issue, check release notes to see if it’s resolved.

Improvements

Understand how features were improved. Performance enhancements and workflow changes are documented.

Breaking Changes

Know about changes that might affect your workflow. Release notes highlight important changes you need to know.

Security Updates

Stay informed about security improvements. Updates often include important security fixes.

Compatibility

Check Android version requirements. New releases may require newer Android versions.


Shipedge Warehouse Pro uses semantic versioning to identify releases.

Format: MAJOR.MINOR.PATCH (e.g., 25.7.1)

Current Version: 25.7.1 (versionCode: 203)

Version Components:

  • MAJOR (25): Major version number - significant changes or new features
  • MINOR (7): Minor version number - new features or improvements
  • PATCH (1): Patch version number - bug fixes and small improvements

Version Code: Internal number used by Android (e.g., 203)

Purpose: Android uses version code to determine if an update is available. Higher numbers indicate newer versions.

Note: Version code increments with each release, even for small updates.


  1. Open Android Settings

    Go to Android Settings on your device.

  2. Navigate to Apps

    Tap “Apps” or “Application Manager” (varies by device).

  3. Find Shipedge Warehouse Pro

    Scroll to find Shipedge Warehouse Pro in the app list.

  4. View App Info

    Tap on Shipedge Warehouse Pro to open app information.

  5. Check Version

    Version number is displayed in app info. Format: “25.7.1” or similar.

Device Information:

  • App version is stored in Device.appVersion (for developers)
  • Current version: “25.7.1”
  • Version is sent to server with device information

To View:

  • Long-press app icon on login screen shows device serial (version not directly shown)
  • Version is included in device data sent to server

In Code:

  • AndroidManifest.xml: android:versionName="25.7.1" and android:versionCode="203"
  • Device.java: appVersion = "25.7.1"

For Users:

  • Check Android Settings → Apps → Shipedge Warehouse Pro → Version

What’s New:

  • New modules or activities added
  • New functionality in existing features
  • New workflows or processes
  • New integration capabilities

Examples:

  • New Cycle Count module (MVP architecture)
  • New Load & Move module
  • Enhanced picking workflows
  • Improved scanner integration

Why It Matters: New features expand what you can do with the app. Release notes explain how to use new functionality.


Problems Resolved:

  • Crashes fixed
  • Error messages corrected
  • Connection issues resolved
  • Data sync problems fixed
  • UI issues corrected

Examples:

  • Fixed login error handling
  • Resolved sync timeout issues
  • Fixed scanner disconnection problems
  • Corrected data saving errors

Why It Matters: Bug fixes improve app stability and reliability. If you reported an issue, check if it’s fixed.


Enhancements:

  • Performance improvements
  • UI/UX enhancements
  • Workflow optimizations
  • Speed improvements
  • Battery usage optimizations

Examples:

  • Faster data loading
  • Improved sync performance
  • Better error handling
  • Enhanced UI responsiveness
  • Reduced battery usage

Why It Matters: Improvements make the app faster, more reliable, and easier to use.


Modifications:

  • Feature behavior changes
  • Workflow modifications
  • Configuration changes
  • API updates
  • Database schema changes

Examples:

  • Changed sync behavior
  • Modified login process
  • Updated settings structure
  • Changed data format

Why It Matters: Changes might affect your workflow. Release notes explain what changed and how it affects you.


Security Improvements:

  • Security vulnerabilities fixed
  • Authentication improvements
  • Data encryption enhancements
  • Permission updates

Examples:

  • Fixed security vulnerabilities
  • Improved authentication
  • Enhanced data protection
  • Updated security protocols

Why It Matters: Security updates protect your data and ensure app security. Always update when security fixes are available.


Major Version (e.g., 24 → 25):

  • Significant new features
  • Major architectural changes
  • Breaking changes possible
  • May require configuration updates

What to Expect:

  • New major features
  • Significant improvements
  • Possible workflow changes
  • May require reconfiguration

Minor Version (e.g., 25.6 → 25.7):

  • New features added
  • Improvements to existing features
  • New functionality
  • Usually backward compatible

What to Expect:

  • New features
  • Feature enhancements
  • Workflow improvements
  • Usually no breaking changes

Patch Version (e.g., 25.7.0 → 25.7.1):

  • Bug fixes
  • Small improvements
  • Security fixes
  • Stability improvements

What to Expect:

  • Bug fixes
  • Performance improvements
  • Security updates
  • No new features usually

The app can check for updates from the warehouse server.

Update Check Process:

  1. App connects to warehouse server
  2. Checks update endpoint: https://[warehouse].shipedge.com/android/checkUpdating.php
  3. Compares current version with server version
  4. Notifies if update is available

Update Download:

  • Updates can be downloaded from server
  • APK file downloaded to device
  • Installation prompt appears
  • User approves installation

From Google Play Store:

  1. Open Google Play Store
  2. Search for “Shipedge Warehouse Pro”
  3. Tap “Update” if available
  4. Wait for download and installation

From Server:

  • App may prompt for update
  • Follow update instructions
  • Download and install APK file
  • Reconfigure if needed

Typical Release Note Format:

Version 25.7.1 (versionCode: 203)
Release Date: [Date]
New Features:
- Feature 1 description
- Feature 2 description
Bug Fixes:
- Fixed issue description
- Resolved problem description
Improvements:
- Enhancement description
- Performance improvement description
Changes:
- Change description
- Modification description

When Reading Release Notes:

  1. Check Version Number

    Verify if update applies to your version. Compare with your current version.

  2. Review New Features

    See what new functionality is available. Learn how to use new features.

  3. Check Bug Fixes

    See if issues you experienced are fixed. Verify fixes apply to your problems.

  4. Review Changes

    Understand what changed. Check if changes affect your workflow.

  5. Note Requirements

    Check Android version requirements. Verify device compatibility.


Read Release Notes

Always read release notes before updating. Understand what changed and how it affects you.

Sync Data First

Sync all data before updating. This ensures no data is lost during update.

Check Compatibility

Verify your Android version is compatible. Updates may require newer Android versions.

Update During Downtime

Update during non-peak hours if possible. Updates may require app restart.

Test After Update

Test key features after updating. Verify everything works as expected.

Report Issues

Report any problems after updating. New versions may introduce new issues.


Current Version: 25.7.1

Version Code: 203

Package: shipedge.rep

Android Requirements:

  • Minimum SDK: API 14 (Android 4.0)
  • Target SDK: API 28 (Android 9.0)

Version Information Sources:

  • AndroidManifest.xml: android:versionName="25.7.1", android:versionCode="203"
  • Device.java: appVersion = "25.7.1"

Prepare for Update:

  1. Sync All Data

    Ensure all data is synced to server. Tap Sync button in Time Tracking to sync pending data.

  2. Note Current Settings

    Write down warehouse name and key if needed. Settings usually persist, but it’s good to have backup.

  3. Check Storage Space

    Verify device has enough storage for update. Updates require free space.

  4. Check Internet Connection

    Ensure stable internet connection. Updates download from server or Play Store.

  5. Close App

    Close app completely before updating. This ensures clean update process.

Update Process:

  1. Download Update

    Update downloads automatically or manually. Wait for download to complete.

  2. Approve Installation

    Approve installation when prompted. Android may ask for installation permission.

  3. Wait for Installation

    Wait for installation to complete. Don’t interrupt the process.

  4. App Restarts

    App may restart automatically after update. Wait for restart to complete.

Post-Update Steps:

  1. Open App

    Open app after update completes. First launch may take longer.

  2. Verify Settings

    Check warehouse settings are still correct. Settings usually persist.

  3. Test Key Features

    Test important features to verify they work. Check login, scanning, sync.

  4. Check Release Notes

    Review release notes for new features. Learn how to use new functionality.

  5. Report Issues

    If something doesn’t work, report to support. Include version number in report.


Problem: Update downloads but won’t install.

Solutions:

  • Check storage space - free up space if needed
  • Enable “Install from unknown sources” if installing APK directly
  • Restart device and try again
  • Clear Play Store cache if updating from Play Store
  • Contact support if problem persists

Problem: App crashes or won’t open after update.

Solutions:

  • Restart device
  • Clear app cache (Settings → Apps → Shipedge Warehouse Pro → Clear Cache)
  • Reinstall app if needed
  • Check Android version compatibility
  • Contact support with version information

Problem: Warehouse settings disappeared after update.

Solutions:

  • Reconfigure warehouse settings
  • Settings are stored in local database and usually persist
  • If lost, enter warehouse name and key again
  • Contact support if settings won’t save

Problem: Features that worked before update don’t work now.

Solutions:

  • Check release notes for changes
  • Verify Android version compatibility
  • Clear app cache
  • Restart app
  • Contact support with specific feature and version

Version 25.7.1 (versionCode: 203)

  • Current stable version
  • Includes latest features and fixes

Previous Versions:

  • Version history maintained by Shipedge
  • Check release notes for specific version details
  • Contact support for version history if needed

Next Steps:

Settings:


Release Notes keep you informed about Shipedge Warehouse Pro updates:

Version Information - Current version: 25.7.1 (versionCode: 203)
New Features - Learn about new functionality
Bug Fixes - See what problems were resolved
Improvements - Understand enhancements
Changes - Know what changed
Security Updates - Stay secure
Update Process - How to update safely
Troubleshooting - Fix update problems

Stay updated by checking release notes regularly. Updates improve the app and fix problems. Always sync data before updating and test features after updating.