Changeset 3260284
- Timestamp:
- 03/23/2025 02:37:33 PM (13 months ago)
- Location:
- nhrrob-core-contributions
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from nhrrob-core-contributions/trunk)
-
tags/1.1.4/includes/Assets.php (modified) (1 diff)
-
tags/1.1.4/nhrrob-core-contributions.php (modified) (2 diffs)
-
tags/1.1.4/readme.txt (modified) (2 diffs)
-
trunk/includes/Assets.php (modified) (1 diff)
-
trunk/nhrrob-core-contributions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nhrrob-core-contributions/tags/1.1.4/includes/Assets.php
r3240228 r3260284 48 48 'nhrcc-common-script' => [ 49 49 'src' => NHRCC_ASSETS . '/js/common.js', 50 'version' => filemtime( NHR ST_PATH . '/assets/js/common.js' ),50 'version' => filemtime( NHRCC_PATH . '/assets/js/common.js' ), 51 51 'deps' => [ 'jquery', 'wp-util' ] 52 52 ], -
nhrrob-core-contributions/tags/1.1.4/nhrrob-core-contributions.php
r3240228 r3260284 6 6 * Author: Nazmul Hasan Robin 7 7 * Author URI: https://profiles.wordpress.org/nhrrob/ 8 * Version: 1.1. 38 * Version: 1.1.4 9 9 * Requires at least: 6.0 10 10 * Requires PHP: 7.4 … … 32 32 * @var string 33 33 */ 34 const nhrcc_version = '1.1. 3';34 const nhrcc_version = '1.1.4'; 35 35 36 36 /** -
nhrrob-core-contributions/tags/1.1.4/readme.txt
r3240228 r3260284 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 71 = 1.1.4 - 23/03/2025 = 72 - Fixed: Undefined constant name causes fatal error 73 - Few minor bug fixing & improvements 74 71 75 = 1.1.3 - 13/02/2025 = 72 76 - Added: React powered Settings page added -
nhrrob-core-contributions/trunk/includes/Assets.php
r3240228 r3260284 48 48 'nhrcc-common-script' => [ 49 49 'src' => NHRCC_ASSETS . '/js/common.js', 50 'version' => filemtime( NHR ST_PATH . '/assets/js/common.js' ),50 'version' => filemtime( NHRCC_PATH . '/assets/js/common.js' ), 51 51 'deps' => [ 'jquery', 'wp-util' ] 52 52 ], -
nhrrob-core-contributions/trunk/nhrrob-core-contributions.php
r3240228 r3260284 6 6 * Author: Nazmul Hasan Robin 7 7 * Author URI: https://profiles.wordpress.org/nhrrob/ 8 * Version: 1.1. 38 * Version: 1.1.4 9 9 * Requires at least: 6.0 10 10 * Requires PHP: 7.4 … … 32 32 * @var string 33 33 */ 34 const nhrcc_version = '1.1. 3';34 const nhrcc_version = '1.1.4'; 35 35 36 36 /** -
nhrrob-core-contributions/trunk/readme.txt
r3240228 r3260284 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 71 = 1.1.4 - 23/03/2025 = 72 - Fixed: Undefined constant name causes fatal error 73 - Few minor bug fixing & improvements 74 71 75 = 1.1.3 - 13/02/2025 = 72 76 - Added: React powered Settings page added
Note: See TracChangeset
for help on using the changeset viewer.