Changeset 3199992
- Timestamp:
- 11/30/2024 04:51:29 PM (16 months ago)
- Location:
- simple-custom-login-page
- Files:
-
- 45 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/admin (added)
-
tags/1.0.2/admin/class-simple-custom-login-page-admin.php (added)
-
tags/1.0.2/admin/css (added)
-
tags/1.0.2/admin/css/simple-custom-login-page-admin.css (added)
-
tags/1.0.2/admin/images (added)
-
tags/1.0.2/admin/images/sclp-logo.svg (added)
-
tags/1.0.2/admin/index.php (added)
-
tags/1.0.2/admin/js (added)
-
tags/1.0.2/admin/js/simple-custom-login-page-admin.js (added)
-
tags/1.0.2/admin/partials (added)
-
tags/1.0.2/admin/partials/simple-custom-login-page-admin-display.php (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/class-simple-custom-login-page-activator.php (added)
-
tags/1.0.2/includes/class-simple-custom-login-page-deactivator.php (added)
-
tags/1.0.2/includes/class-simple-custom-login-page-i18n.php (added)
-
tags/1.0.2/includes/class-simple-custom-login-page-loader.php (added)
-
tags/1.0.2/includes/class-simple-custom-login-page.php (added)
-
tags/1.0.2/includes/index.php (added)
-
tags/1.0.2/index.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/languages/simple-custom-login-page-de_DE.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-de_DE.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-el.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-el.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-es_ES.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-es_ES.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-fr_FR.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-fr_FR.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-it_IT.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-it_IT.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-ru_RU.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-ru_RU.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-sv_SE.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-sv_SE.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-tr_TR.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-tr_TR.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-uk.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-uk.po (added)
-
tags/1.0.2/languages/simple-custom-login-page-zh_CN.mo (added)
-
tags/1.0.2/languages/simple-custom-login-page-zh_CN.po (added)
-
tags/1.0.2/languages/simple-custom-login-page.pot (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/simple-custom-login-page.php (added)
-
tags/1.0.2/uninstall.php (added)
-
trunk/includes/class-simple-custom-login-page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-custom-login-page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-custom-login-page/trunk/includes/class-simple-custom-login-page.php
r3015880 r3199992 65 65 $this->version = SCLP_VERSION; 66 66 } else { 67 $this->version = '1.0. 1';67 $this->version = '1.0.2'; 68 68 } 69 69 $this->plugin_name = 'simple-custom-login-page'; -
simple-custom-login-page/trunk/readme.txt
r3015880 r3199992 3 3 Tags: login, logo, login logo, admin, customisation, customization, branding, colors, custom login, wp-login, login page, login brand 4 4 Requires at least: 5.3.0 5 Tested up to: 6. 4.25 Tested up to: 6.7.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = Version 1.0.2 = 73 * Compatible with WP 6.7 74 72 75 = Version 1.0.1 = 73 76 * Compatible with WP 6.4 -
simple-custom-login-page/trunk/simple-custom-login-page.php
r3015880 r3199992 14 14 * Plugin URI: https://wordpress.org/plugins/simple-custom-login-page/ 15 15 * Description: This plugin allows you to customize the image and the appearance of the WordPress Login Screen. 16 * Version: 1.0. 116 * Version: 1.0.2 17 17 * Requires at least: 5.3.0 18 * Tested up to: 6. 4.218 * Tested up to: 6.7.1 19 19 * Requires PHP: 7.0 20 20 * Author: George Pattichis … … 53 53 * @var string The current plugin version. 54 54 */ 55 define( 'SCLP_VERSION', '1.0. 1' );55 define( 'SCLP_VERSION', '1.0.2' ); 56 56 57 57 /**
Note: See TracChangeset
for help on using the changeset viewer.