Changeset 3376722
- Timestamp:
- 10/11/2025 03:50:12 PM (2 months ago)
- Location:
- smart-heading
- Files:
-
- 14 added
- 2 edited
-
tags/1.0.8 (added)
-
tags/1.0.8/build (added)
-
tags/1.0.8/build/block.json (added)
-
tags/1.0.8/build/index-rtl.css (added)
-
tags/1.0.8/build/index.asset.php (added)
-
tags/1.0.8/build/index.css (added)
-
tags/1.0.8/build/index.js (added)
-
tags/1.0.8/build/style-index-rtl.css (added)
-
tags/1.0.8/build/style-index.css (added)
-
tags/1.0.8/languages (added)
-
tags/1.0.8/languages/smart-heading.pot (added)
-
tags/1.0.8/license.txt (added)
-
tags/1.0.8/readme.txt (added)
-
tags/1.0.8/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
r3369765 r3376722 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 77 Stable tag: 1.0.8 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
r3369765 r3376722 5 5 * Requires at least: 6.1 6 6 * Requires PHP: 7.0 7 * Version: 1.0. 77 * Version: 1.0.8 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. 7' );86 $this->define( 'SMART_HEADING_VERSION', '1.0.8' ); 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.