Changeset 3445772
- Timestamp:
- 01/23/2026 06:51:40 PM (2 months ago)
- Location:
- coreline
- Files:
-
- 16 added
- 6 edited
- 1 copied
-
assets/blueprints (added)
-
assets/blueprints/blueprint.json (added)
-
tags/0.1.3 (copied) (copied from coreline/trunk)
-
tags/0.1.3/.wordpress-org (added)
-
tags/0.1.3/.wordpress-org/banner-1544x500.png (added)
-
tags/0.1.3/.wordpress-org/banner-772x250.png (added)
-
tags/0.1.3/.wordpress-org/blueprints (added)
-
tags/0.1.3/.wordpress-org/blueprints/blueprint.json (added)
-
tags/0.1.3/.wordpress-org/icon-128x128.png (added)
-
tags/0.1.3/.wordpress-org/icon-256x256.png (added)
-
tags/0.1.3/coreline.php (modified) (2 diffs)
-
tags/0.1.3/readme.txt (modified) (2 diffs)
-
tags/0.1.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/.wordpress-org (added)
-
trunk/.wordpress-org/banner-1544x500.png (added)
-
trunk/.wordpress-org/banner-772x250.png (added)
-
trunk/.wordpress-org/blueprints (added)
-
trunk/.wordpress-org/blueprints/blueprint.json (added)
-
trunk/.wordpress-org/icon-128x128.png (added)
-
trunk/.wordpress-org/icon-256x256.png (added)
-
trunk/coreline.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coreline/tags/0.1.3/coreline.php
r3444177 r3445772 4 4 * Plugin URI: https://github.com/kishanjasani/coreline 5 5 * Description: Essential hardening and cleanup for every WordPress site. 6 * Version: 0.1. 06 * Version: 0.1.3 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. 0' );29 define( 'CORELINE_VERSION', '0.1.3' ); 30 30 define( 'CORELINE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 31 31 define( 'CORELINE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
coreline/tags/0.1.3/readme.txt
r3444177 r3445772 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.1. 07 Stable tag: 0.1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 74 74 == Changelog == 75 75 76 = 0.1.2 = 77 * Fix deployment workflow and vendor folder inclusion 78 * Update GitHub Actions for proper releases 79 80 = 0.1.1 = 81 * Improve deployment process 82 76 83 = 0.1.0 = 77 84 * Initial release -
coreline/tags/0.1.3/vendor/composer/installed.php
r3444376 r3445772 2 2 'root' => array( 3 3 'name' => 'kishanjasani/coreline', 4 'pretty_version' => 'v0.1. 2',5 'version' => '0.1. 2.0',6 'reference' => ' 7accd9398edd43857b20ccbd9f254037cec0a981',4 'pretty_version' => 'v0.1.3', 5 'version' => '0.1.3.0', 6 'reference' => 'd1648c0355f35992e477c1525b99abfe8ed98e9c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'kishanjasani/coreline' => array( 14 'pretty_version' => 'v0.1. 2',15 'version' => '0.1. 2.0',16 'reference' => ' 7accd9398edd43857b20ccbd9f254037cec0a981',14 'pretty_version' => 'v0.1.3', 15 'version' => '0.1.3.0', 16 'reference' => 'd1648c0355f35992e477c1525b99abfe8ed98e9c', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
coreline/trunk/coreline.php
r3444177 r3445772 4 4 * Plugin URI: https://github.com/kishanjasani/coreline 5 5 * Description: Essential hardening and cleanup for every WordPress site. 6 * Version: 0.1. 06 * Version: 0.1.3 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. 0' );29 define( 'CORELINE_VERSION', '0.1.3' ); 30 30 define( 'CORELINE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 31 31 define( 'CORELINE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
coreline/trunk/readme.txt
r3444177 r3445772 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.1. 07 Stable tag: 0.1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 74 74 == Changelog == 75 75 76 = 0.1.2 = 77 * Fix deployment workflow and vendor folder inclusion 78 * Update GitHub Actions for proper releases 79 80 = 0.1.1 = 81 * Improve deployment process 82 76 83 = 0.1.0 = 77 84 * Initial release -
coreline/trunk/vendor/composer/installed.php
r3444376 r3445772 2 2 'root' => array( 3 3 'name' => 'kishanjasani/coreline', 4 'pretty_version' => 'v0.1. 2',5 'version' => '0.1. 2.0',6 'reference' => ' 7accd9398edd43857b20ccbd9f254037cec0a981',4 'pretty_version' => 'v0.1.3', 5 'version' => '0.1.3.0', 6 'reference' => 'd1648c0355f35992e477c1525b99abfe8ed98e9c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'kishanjasani/coreline' => array( 14 'pretty_version' => 'v0.1. 2',15 'version' => '0.1. 2.0',16 'reference' => ' 7accd9398edd43857b20ccbd9f254037cec0a981',14 'pretty_version' => 'v0.1.3', 15 'version' => '0.1.3.0', 16 'reference' => 'd1648c0355f35992e477c1525b99abfe8ed98e9c', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.