Plugin Directory

Changeset 3453627


Ignore:
Timestamp:
02/04/2026 09:00:24 AM (2 weeks ago)
Author:
zetpy
Message:

Update to version 1.10.2 from GitHub

Location:
zetpy-mobile-login
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • zetpy-mobile-login/tags/1.10.2/CHANGELOG.md

    r3438401 r3453627  
    22
    33All notable changes to this project will be documented in this file.
     4
     5### 1.10.2
     6- **Maintenance**: Version synchronization and documentation refinement.
    47
    58### 1.10.1
  • zetpy-mobile-login/tags/1.10.2/readme.txt

    r3438401 r3453627  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 1.10.1
     7Stable tag: 1.10.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • zetpy-mobile-login/tags/1.10.2/vendor/composer/installed.php

    r3438401 r3453627  
    22    'root' => array(
    33        'name' => 'zetpy/zetpy-mobile-login',
    4         'pretty_version' => '1.10.1',
    5         'version' => '1.10.1.0',
    6         'reference' => '93b315387dcadb1da6ffd0168de303c49717a20a',
     4        'pretty_version' => '1.10.2',
     5        'version' => '1.10.2.0',
     6        'reference' => '3d968f63b24fae41cb6c0eae3e0878fb90c68d03',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    4545        ),
    4646        'zetpy/zetpy-mobile-login' => array(
    47             'pretty_version' => '1.10.1',
    48             'version' => '1.10.1.0',
    49             'reference' => '93b315387dcadb1da6ffd0168de303c49717a20a',
     47            'pretty_version' => '1.10.2',
     48            'version' => '1.10.2.0',
     49            'reference' => '3d968f63b24fae41cb6c0eae3e0878fb90c68d03',
    5050            'type' => 'library',
    5151            'install_path' => __DIR__ . '/../../',
  • zetpy-mobile-login/tags/1.10.2/zetpy-mobile-login.php

    r3438401 r3453627  
    44 * Plugin Name: Zetpy Mobile Login
    55 * Description: Mobile login with OTP/TAC verification. Supports country code selector and passwordless authentication.
    6  * Version: 1.10.1
     6 * Version: 1.10.2
    77 * Author: Zetpy
    88 * Author URI: https://zetpy.com
     
    1818
    1919// Define plugin constants
    20 define('ZETPY_ML_VERSION', '1.10.1');
     20define('ZETPY_ML_VERSION', '1.10.2');
    2121define('ZETPY_ML_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('ZETPY_ML_PLUGIN_URL', plugin_dir_url(__FILE__));
  • zetpy-mobile-login/trunk/CHANGELOG.md

    r3438401 r3453627  
    22
    33All notable changes to this project will be documented in this file.
     4
     5### 1.10.2
     6- **Maintenance**: Version synchronization and documentation refinement.
    47
    58### 1.10.1
  • zetpy-mobile-login/trunk/readme.txt

    r3438401 r3453627  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 1.10.1
     7Stable tag: 1.10.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • zetpy-mobile-login/trunk/vendor/composer/installed.php

    r3438401 r3453627  
    22    'root' => array(
    33        'name' => 'zetpy/zetpy-mobile-login',
    4         'pretty_version' => '1.10.1',
    5         'version' => '1.10.1.0',
    6         'reference' => '93b315387dcadb1da6ffd0168de303c49717a20a',
     4        'pretty_version' => '1.10.2',
     5        'version' => '1.10.2.0',
     6        'reference' => '3d968f63b24fae41cb6c0eae3e0878fb90c68d03',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    4545        ),
    4646        'zetpy/zetpy-mobile-login' => array(
    47             'pretty_version' => '1.10.1',
    48             'version' => '1.10.1.0',
    49             'reference' => '93b315387dcadb1da6ffd0168de303c49717a20a',
     47            'pretty_version' => '1.10.2',
     48            'version' => '1.10.2.0',
     49            'reference' => '3d968f63b24fae41cb6c0eae3e0878fb90c68d03',
    5050            'type' => 'library',
    5151            'install_path' => __DIR__ . '/../../',
  • zetpy-mobile-login/trunk/zetpy-mobile-login.php

    r3438401 r3453627  
    44 * Plugin Name: Zetpy Mobile Login
    55 * Description: Mobile login with OTP/TAC verification. Supports country code selector and passwordless authentication.
    6  * Version: 1.10.1
     6 * Version: 1.10.2
    77 * Author: Zetpy
    88 * Author URI: https://zetpy.com
     
    1818
    1919// Define plugin constants
    20 define('ZETPY_ML_VERSION', '1.10.1');
     20define('ZETPY_ML_VERSION', '1.10.2');
    2121define('ZETPY_ML_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('ZETPY_ML_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.