Changeset 3446790
- Timestamp:
- 01/26/2026 02:47:57 AM (2 months ago)
- Location:
- coreline
- Files:
-
- 2 added
- 2 deleted
- 7 edited
- 1 copied
-
assets/blueprints/blueprint.json (modified) (1 diff)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
tags/1.0.0 (copied) (copied from coreline/trunk)
-
tags/1.0.0/.wordpress-org (deleted)
-
tags/1.0.0/coreline.php (modified) (2 diffs)
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
tags/1.0.0/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/.wordpress-org (deleted)
-
trunk/coreline.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coreline/assets/blueprints/blueprint.json
r3445772 r3446790 1 1 { 2 "landingPage": "/ secure-login",2 "landingPage": "/wp-admin/admin.php?page=coreline-settings", 3 3 "features": { 4 4 "networking": true -
coreline/tags/1.0.0/coreline.php
r3445772 r3446790 4 4 * Plugin URI: https://github.com/kishanjasani/coreline 5 5 * Description: Essential hardening and cleanup for every WordPress site. 6 * Version: 0.1.36 * Version: 1.0.0 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 … … 27 27 28 28 // Define plugin constants. 29 define( 'CORELINE_VERSION', ' 0.1.3' );29 define( 'CORELINE_VERSION', '1.0.0' ); 30 30 define( 'CORELINE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 31 31 define( 'CORELINE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
coreline/tags/1.0.0/readme.txt
r3445772 r3446790 1 1 === Coreline === 2 2 Contributors: kishanjasani 3 Tags: security, hardening,performance, login, optimization3 Tags: security, performance, login, optimization 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.1.37 Stable tag: 1.0.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Screenshots == 72 72 73 1. Main settings page 74 2. Custom login page with updated slug and logo 75 73 76 74 77 == Changelog == 78 79 = 1.0.0 = 80 * Fix: Update landing page url in blueprint.json 81 * Fix: Improve build process to exclude .wordpress-org folder from distribution 82 * Fix: Update translations 83 84 = 0.1.3 = 85 * New: Add WordPress Playground blueprint support 86 * New: Add WordPress.org assets (banners and icons) 87 * Fix: Improve build process to exclude .wordpress-org folder from distribution 75 88 76 89 = 0.1.2 = … … 91 104 == Support == 92 105 93 For bug reports and feature requests, please visit: 94 https://github.com/kishanjasani/coreline/issues 106 For bug reports and feature requests, please visit [GitHub Issues](https://github.com/kishanjasani/coreline/issues) 95 107 96 108 == License == 97 109 98 This plugin is licensed under the GPLv2 or later. 99 https://www.gnu.org/licenses/gpl-2.0.html 110 This plugin is licensed under the [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html). -
coreline/tags/1.0.0/vendor/composer/installed.php
r3445772 r3446790 2 2 'root' => array( 3 3 'name' => 'kishanjasani/coreline', 4 'pretty_version' => 'v 0.1.3',5 'version' => ' 0.1.3.0',6 'reference' => ' d1648c0355f35992e477c1525b99abfe8ed98e9c',4 'pretty_version' => 'v1.0.0', 5 'version' => '1.0.0.0', 6 'reference' => '1e07161c283f2f731dcc730c081aa93153f0900c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'kishanjasani/coreline' => array( 14 'pretty_version' => 'v 0.1.3',15 'version' => ' 0.1.3.0',16 'reference' => ' d1648c0355f35992e477c1525b99abfe8ed98e9c',14 'pretty_version' => 'v1.0.0', 15 'version' => '1.0.0.0', 16 'reference' => '1e07161c283f2f731dcc730c081aa93153f0900c', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
coreline/trunk/coreline.php
r3445772 r3446790 4 4 * Plugin URI: https://github.com/kishanjasani/coreline 5 5 * Description: Essential hardening and cleanup for every WordPress site. 6 * Version: 0.1.36 * Version: 1.0.0 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 … … 27 27 28 28 // Define plugin constants. 29 define( 'CORELINE_VERSION', ' 0.1.3' );29 define( 'CORELINE_VERSION', '1.0.0' ); 30 30 define( 'CORELINE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 31 31 define( 'CORELINE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
coreline/trunk/readme.txt
r3445772 r3446790 1 1 === Coreline === 2 2 Contributors: kishanjasani 3 Tags: security, hardening,performance, login, optimization3 Tags: security, performance, login, optimization 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.1.37 Stable tag: 1.0.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Screenshots == 72 72 73 1. Main settings page 74 2. Custom login page with updated slug and logo 75 73 76 74 77 == Changelog == 78 79 = 1.0.0 = 80 * Fix: Update landing page url in blueprint.json 81 * Fix: Improve build process to exclude .wordpress-org folder from distribution 82 * Fix: Update translations 83 84 = 0.1.3 = 85 * New: Add WordPress Playground blueprint support 86 * New: Add WordPress.org assets (banners and icons) 87 * Fix: Improve build process to exclude .wordpress-org folder from distribution 75 88 76 89 = 0.1.2 = … … 91 104 == Support == 92 105 93 For bug reports and feature requests, please visit: 94 https://github.com/kishanjasani/coreline/issues 106 For bug reports and feature requests, please visit [GitHub Issues](https://github.com/kishanjasani/coreline/issues) 95 107 96 108 == License == 97 109 98 This plugin is licensed under the GPLv2 or later. 99 https://www.gnu.org/licenses/gpl-2.0.html 110 This plugin is licensed under the [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html). -
coreline/trunk/vendor/composer/installed.php
r3445772 r3446790 2 2 'root' => array( 3 3 'name' => 'kishanjasani/coreline', 4 'pretty_version' => 'v 0.1.3',5 'version' => ' 0.1.3.0',6 'reference' => ' d1648c0355f35992e477c1525b99abfe8ed98e9c',4 'pretty_version' => 'v1.0.0', 5 'version' => '1.0.0.0', 6 'reference' => '1e07161c283f2f731dcc730c081aa93153f0900c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'kishanjasani/coreline' => array( 14 'pretty_version' => 'v 0.1.3',15 'version' => ' 0.1.3.0',16 'reference' => ' d1648c0355f35992e477c1525b99abfe8ed98e9c',14 'pretty_version' => 'v1.0.0', 15 'version' => '1.0.0.0', 16 'reference' => '1e07161c283f2f731dcc730c081aa93153f0900c', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.