Changeset 3453627
- Timestamp:
- 02/04/2026 09:00:24 AM (2 weeks ago)
- Location:
- zetpy-mobile-login
- Files:
-
- 8 edited
- 1 copied
-
tags/1.10.2 (copied) (copied from zetpy-mobile-login/trunk)
-
tags/1.10.2/CHANGELOG.md (modified) (1 diff)
-
tags/1.10.2/readme.txt (modified) (1 diff)
-
tags/1.10.2/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.10.2/zetpy-mobile-login.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/zetpy-mobile-login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zetpy-mobile-login/tags/1.10.2/CHANGELOG.md
r3438401 r3453627 2 2 3 3 All notable changes to this project will be documented in this file. 4 5 ### 1.10.2 6 - **Maintenance**: Version synchronization and documentation refinement. 4 7 5 8 ### 1.10.1 -
zetpy-mobile-login/tags/1.10.2/readme.txt
r3438401 r3453627 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 1.10. 17 Stable tag: 1.10.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
zetpy-mobile-login/tags/1.10.2/vendor/composer/installed.php
r3438401 r3453627 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 45 45 ), 46 46 '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', 50 50 'type' => 'library', 51 51 'install_path' => __DIR__ . '/../../', -
zetpy-mobile-login/tags/1.10.2/zetpy-mobile-login.php
r3438401 r3453627 4 4 * Plugin Name: Zetpy Mobile Login 5 5 * Description: Mobile login with OTP/TAC verification. Supports country code selector and passwordless authentication. 6 * Version: 1.10. 16 * Version: 1.10.2 7 7 * Author: Zetpy 8 8 * Author URI: https://zetpy.com … … 18 18 19 19 // Define plugin constants 20 define('ZETPY_ML_VERSION', '1.10. 1');20 define('ZETPY_ML_VERSION', '1.10.2'); 21 21 define('ZETPY_ML_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('ZETPY_ML_PLUGIN_URL', plugin_dir_url(__FILE__)); -
zetpy-mobile-login/trunk/CHANGELOG.md
r3438401 r3453627 2 2 3 3 All notable changes to this project will be documented in this file. 4 5 ### 1.10.2 6 - **Maintenance**: Version synchronization and documentation refinement. 4 7 5 8 ### 1.10.1 -
zetpy-mobile-login/trunk/readme.txt
r3438401 r3453627 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 1.10. 17 Stable tag: 1.10.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
zetpy-mobile-login/trunk/vendor/composer/installed.php
r3438401 r3453627 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 45 45 ), 46 46 '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', 50 50 'type' => 'library', 51 51 'install_path' => __DIR__ . '/../../', -
zetpy-mobile-login/trunk/zetpy-mobile-login.php
r3438401 r3453627 4 4 * Plugin Name: Zetpy Mobile Login 5 5 * Description: Mobile login with OTP/TAC verification. Supports country code selector and passwordless authentication. 6 * Version: 1.10. 16 * Version: 1.10.2 7 7 * Author: Zetpy 8 8 * Author URI: https://zetpy.com … … 18 18 19 19 // Define plugin constants 20 define('ZETPY_ML_VERSION', '1.10. 1');20 define('ZETPY_ML_VERSION', '1.10.2'); 21 21 define('ZETPY_ML_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('ZETPY_ML_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.