Plugin Directory

Changeset 3260284


Ignore:
Timestamp:
03/23/2025 02:37:33 PM (13 months ago)
Author:
nhrrob
Message:

Update to version 1.1.4 from GitHub

Location:
nhrrob-core-contributions
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • nhrrob-core-contributions/tags/1.1.4/includes/Assets.php

    r3240228 r3260284  
    4848            'nhrcc-common-script' => [
    4949                'src'     => NHRCC_ASSETS . '/js/common.js',
    50                 'version' => filemtime( NHRST_PATH . '/assets/js/common.js' ),
     50                'version' => filemtime( NHRCC_PATH . '/assets/js/common.js' ),
    5151                'deps'    => [ 'jquery', 'wp-util' ]
    5252            ],
  • nhrrob-core-contributions/tags/1.1.4/nhrrob-core-contributions.php

    r3240228 r3260284  
    66 * Author: Nazmul Hasan Robin
    77 * Author URI: https://profiles.wordpress.org/nhrrob/
    8  * Version: 1.1.3
     8 * Version: 1.1.4
    99 * Requires at least: 6.0
    1010 * Requires PHP: 7.4
     
    3232     * @var string
    3333     */
    34     const nhrcc_version = '1.1.3';
     34    const nhrcc_version = '1.1.4';
    3535
    3636    /**
  • nhrrob-core-contributions/tags/1.1.4/readme.txt

    r3240228 r3260284  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.1.4 - 23/03/2025 =
     72- Fixed: Undefined constant name causes fatal error
     73- Few minor bug fixing & improvements
     74
    7175= 1.1.3 - 13/02/2025 =
    7276- Added: React powered Settings page added
  • nhrrob-core-contributions/trunk/includes/Assets.php

    r3240228 r3260284  
    4848            'nhrcc-common-script' => [
    4949                'src'     => NHRCC_ASSETS . '/js/common.js',
    50                 'version' => filemtime( NHRST_PATH . '/assets/js/common.js' ),
     50                'version' => filemtime( NHRCC_PATH . '/assets/js/common.js' ),
    5151                'deps'    => [ 'jquery', 'wp-util' ]
    5252            ],
  • nhrrob-core-contributions/trunk/nhrrob-core-contributions.php

    r3240228 r3260284  
    66 * Author: Nazmul Hasan Robin
    77 * Author URI: https://profiles.wordpress.org/nhrrob/
    8  * Version: 1.1.3
     8 * Version: 1.1.4
    99 * Requires at least: 6.0
    1010 * Requires PHP: 7.4
     
    3232     * @var string
    3333     */
    34     const nhrcc_version = '1.1.3';
     34    const nhrcc_version = '1.1.4';
    3535
    3636    /**
  • nhrrob-core-contributions/trunk/readme.txt

    r3240228 r3260284  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.1.4 - 23/03/2025 =
     72- Fixed: Undefined constant name causes fatal error
     73- Few minor bug fixing & improvements
     74
    7175= 1.1.3 - 13/02/2025 =
    7276- Added: React powered Settings page added
Note: See TracChangeset for help on using the changeset viewer.