Changeset 3329039
- Timestamp:
- 07/16/2025 12:00:44 PM (9 months ago)
- Location:
- smart-docs
- Files:
-
- 4 edited
-
tags/1.1.1/readme.txt (modified) (1 diff)
-
tags/1.1.1/smart-docs.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/smart-docs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-docs/tags/1.1.1/readme.txt
r3322589 r3329039 128 128 == Changelog == 129 129 130 1.1.1 - July 5, 2025 130 = 1.1.1 - July 5, 2025 = 131 131 * Important: Security fixes 132 132 -
smart-docs/tags/1.1.1/smart-docs.php
r3322589 r3329039 6 6 * Author: IdeaBox Creations 7 7 * Author URI: https://ideabox.io/ 8 * Version: 1.1. 08 * Version: 1.1.1 9 9 * License: GNU General Public License v3.0 10 10 * License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 18 18 } 19 19 20 define( 'SMART_DOCS_VERSION', '1.1. 0' );20 define( 'SMART_DOCS_VERSION', '1.1.1' ); 21 21 define( 'SMART_DOCS_PATH', plugin_dir_path( __FILE__ ) ); 22 22 define( 'SMART_DOCS_URL', plugin_dir_url( __FILE__ ) ); -
smart-docs/trunk/readme.txt
r3322589 r3329039 128 128 == Changelog == 129 129 130 1.1.1 - July 5, 2025 130 = 1.1.1 - July 5, 2025 = 131 131 * Important: Security fixes 132 132 -
smart-docs/trunk/smart-docs.php
r2696988 r3329039 6 6 * Author: IdeaBox Creations 7 7 * Author URI: https://ideabox.io/ 8 * Version: 1.1. 08 * Version: 1.1.1 9 9 * License: GNU General Public License v3.0 10 10 * License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 18 18 } 19 19 20 define( 'SMART_DOCS_VERSION', '1.1. 0' );20 define( 'SMART_DOCS_VERSION', '1.1.1' ); 21 21 define( 'SMART_DOCS_PATH', plugin_dir_path( __FILE__ ) ); 22 22 define( 'SMART_DOCS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.