Plugin Directory

Changeset 3490629


Ignore:
Timestamp:
03/25/2026 07:57:39 AM (7 days ago)
Author:
bsolveit
Message:

v1.3.6: Enable spec attribution by default for new installs

Location:
ai-discovery-files
Files:
3 edited
21 copied

Legend:

Unmodified
Added
Removed
  • ai-discovery-files/tags/1.3.6/ai-discovery-files.php

    r3488958 r3490629  
    44 * Plugin URI:        https://www.ai-visibility.org.uk/wordpress-plugin/ai-discovery-files/
    55 * Description:       The only WordPress plugin that generates all 10 AI Discovery Files and tracks which AI bots visit your site. Built by 365i.
    6  * Version:           1.3.5
     6 * Version:           1.3.6
    77 * Requires at least: 6.2
    88 * Requires PHP:      8.0
     
    2424 * Plugin constants.
    2525 */
    26 define( 'AIDF_VERSION', '1.3.5' );
     26define( 'AIDF_VERSION', '1.3.6' );
    2727define( 'AIDF_PLUGIN_FILE', __FILE__ );
    2828define( 'AIDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • ai-discovery-files/tags/1.3.6/includes/class-plugin.php

    r3488558 r3490629  
    122122            // Generation control.
    123123            'active_files'       => array( 'llms-txt', 'ai-txt' ),
    124             'spec_attribution'   => false,
     124            'spec_attribution'   => true,
    125125
    126126            // Directory verification.
  • ai-discovery-files/tags/1.3.6/readme.txt

    r3488958 r3490629  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    179179== Changelog ==
    180180
     181= 1.3.6 =
     182* Fix: Specification attribution is now enabled by default for new installs
     183
    181184= 1.3.5 =
    182185* Fix: Rebuild Summary now processes the full log history (not just the last 2 days)
  • ai-discovery-files/trunk/ai-discovery-files.php

    r3488958 r3490629  
    44 * Plugin URI:        https://www.ai-visibility.org.uk/wordpress-plugin/ai-discovery-files/
    55 * Description:       The only WordPress plugin that generates all 10 AI Discovery Files and tracks which AI bots visit your site. Built by 365i.
    6  * Version:           1.3.5
     6 * Version:           1.3.6
    77 * Requires at least: 6.2
    88 * Requires PHP:      8.0
     
    2424 * Plugin constants.
    2525 */
    26 define( 'AIDF_VERSION', '1.3.5' );
     26define( 'AIDF_VERSION', '1.3.6' );
    2727define( 'AIDF_PLUGIN_FILE', __FILE__ );
    2828define( 'AIDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • ai-discovery-files/trunk/includes/class-plugin.php

    r3488558 r3490629  
    122122            // Generation control.
    123123            'active_files'       => array( 'llms-txt', 'ai-txt' ),
    124             'spec_attribution'   => false,
     124            'spec_attribution'   => true,
    125125
    126126            // Directory verification.
  • ai-discovery-files/trunk/readme.txt

    r3488958 r3490629  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    179179== Changelog ==
    180180
     181= 1.3.6 =
     182* Fix: Specification attribution is now enabled by default for new installs
     183
    181184= 1.3.5 =
    182185* Fix: Rebuild Summary now processes the full log history (not just the last 2 days)
Note: See TracChangeset for help on using the changeset viewer.