Plugin Directory

Changeset 3445772


Ignore:
Timestamp:
01/23/2026 06:51:40 PM (2 months ago)
Author:
kishanjasani
Message:

Update to version 0.1.3 from GitHub

Location:
coreline
Files:
16 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • coreline/tags/0.1.3/coreline.php

    r3444177 r3445772  
    44 * Plugin URI: https://github.com/kishanjasani/coreline
    55 * Description: Essential hardening and cleanup for every WordPress site.
    6  * Version: 0.1.0
     6 * Version: 0.1.3
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.4
     
    2727
    2828// Define plugin constants.
    29 define( 'CORELINE_VERSION', '0.1.0' );
     29define( 'CORELINE_VERSION', '0.1.3' );
    3030define( 'CORELINE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3131define( 'CORELINE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • coreline/tags/0.1.3/readme.txt

    r3444177 r3445772  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 0.1.0
     7Stable tag: 0.1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7474== Changelog ==
    7575
     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
    7683= 0.1.0 =
    7784* Initial release
  • coreline/tags/0.1.3/vendor/composer/installed.php

    r3444376 r3445772  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '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',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • coreline/trunk/coreline.php

    r3444177 r3445772  
    44 * Plugin URI: https://github.com/kishanjasani/coreline
    55 * Description: Essential hardening and cleanup for every WordPress site.
    6  * Version: 0.1.0
     6 * Version: 0.1.3
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.4
     
    2727
    2828// Define plugin constants.
    29 define( 'CORELINE_VERSION', '0.1.0' );
     29define( 'CORELINE_VERSION', '0.1.3' );
    3030define( 'CORELINE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3131define( 'CORELINE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • coreline/trunk/readme.txt

    r3444177 r3445772  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 0.1.0
     7Stable tag: 0.1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7474== Changelog ==
    7575
     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
    7683= 0.1.0 =
    7784* Initial release
  • coreline/trunk/vendor/composer/installed.php

    r3444376 r3445772  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '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',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.