Changeset 3363387
- Timestamp:
- 09/17/2025 04:33:14 PM (3 months ago)
- Location:
- smart-heading
- Files:
-
- 14 added
- 2 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/build (added)
-
tags/1.0.6/build/block.json (added)
-
tags/1.0.6/build/index-rtl.css (added)
-
tags/1.0.6/build/index.asset.php (added)
-
tags/1.0.6/build/index.css (added)
-
tags/1.0.6/build/index.js (added)
-
tags/1.0.6/build/style-index-rtl.css (added)
-
tags/1.0.6/build/style-index.css (added)
-
tags/1.0.6/languages (added)
-
tags/1.0.6/languages/smart-heading.pot (added)
-
tags/1.0.6/license.txt (added)
-
tags/1.0.6/readme.txt (added)
-
tags/1.0.6/smart-heading.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/smart-heading.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-heading/trunk/readme.txt
r3359254 r3363387 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
smart-heading/trunk/smart-heading.php
r3359254 r3363387 5 5 * Requires at least: 6.1 6 6 * Requires PHP: 7.0 7 * Version: 1.0. 57 * Version: 1.0.6 8 8 * Author: Iqbal Hossain 9 9 * License: GPL-2.0-or-later … … 84 84 */ 85 85 private function define_constants() { 86 $this->define( 'SMART_HEADING_VERSION', '1.0. 5' );86 $this->define( 'SMART_HEADING_VERSION', '1.0.6' ); 87 87 $this->define( 'SMART_HEADING_FILE', __FILE__ ); 88 88 $this->define( 'SMART_HEADING_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.