Plugin Directory

Changeset 3329039


Ignore:
Timestamp:
07/16/2025 12:00:44 PM (9 months ago)
Author:
ibachal
Message:

Version bump

Location:
smart-docs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • smart-docs/tags/1.1.1/readme.txt

    r3322589 r3329039  
    128128== Changelog ==
    129129
    130 1.1.1 - July 5, 2025
     130= 1.1.1 - July 5, 2025 =
    131131* Important: Security fixes
    132132
  • smart-docs/tags/1.1.1/smart-docs.php

    r3322589 r3329039  
    66 * Author: IdeaBox Creations
    77 * Author URI: https://ideabox.io/
    8  * Version: 1.1.0
     8 * Version: 1.1.1
    99 * License: GNU General Public License v3.0
    1010 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1818}
    1919
    20 define( 'SMART_DOCS_VERSION', '1.1.0' );
     20define( 'SMART_DOCS_VERSION', '1.1.1' );
    2121define( 'SMART_DOCS_PATH', plugin_dir_path( __FILE__ ) );
    2222define( 'SMART_DOCS_URL', plugin_dir_url( __FILE__ ) );
  • smart-docs/trunk/readme.txt

    r3322589 r3329039  
    128128== Changelog ==
    129129
    130 1.1.1 - July 5, 2025
     130= 1.1.1 - July 5, 2025 =
    131131* Important: Security fixes
    132132
  • smart-docs/trunk/smart-docs.php

    r2696988 r3329039  
    66 * Author: IdeaBox Creations
    77 * Author URI: https://ideabox.io/
    8  * Version: 1.1.0
     8 * Version: 1.1.1
    99 * License: GNU General Public License v3.0
    1010 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1818}
    1919
    20 define( 'SMART_DOCS_VERSION', '1.1.0' );
     20define( 'SMART_DOCS_VERSION', '1.1.1' );
    2121define( 'SMART_DOCS_PATH', plugin_dir_path( __FILE__ ) );
    2222define( 'SMART_DOCS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.