Plugin Directory

Changeset 3404631


Ignore:
Timestamp:
11/28/2025 05:42:36 AM (3 months ago)
Author:
analogwp
Message:

Update to version 1.1.1 from GitHub

Location:
analogwp-site-notes
Files:
476 added
10 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • analogwp-site-notes/tags/1.1.1/analogwp-site-notes.php

    r3404623 r3404631  
    44 * Plugin URI: https://github.com/analogwp/analogwp-site-notes
    55 * Description: A comprehensive solution for agency-client transitions with visual commenting system, maintenance scheduling, and client-friendly editing mode.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: AnalogWP
    88 * License: GPL v2 or later
     
    2020
    2121// Define plugin constants.
    22 define( 'AGWP_SN_VERSION', '1.1.0' );
     22define( 'AGWP_SN_VERSION', '1.1.1' );
    2323define( 'AGWP_SN_PLUGIN_FILE', __FILE__ );
    2424define( 'AGWP_SN_PLUGIN_URL', plugin_dir_url( AGWP_SN_PLUGIN_FILE ) );
  • analogwp-site-notes/trunk/analogwp-site-notes.php

    r3404623 r3404631  
    44 * Plugin URI: https://github.com/analogwp/analogwp-site-notes
    55 * Description: A comprehensive solution for agency-client transitions with visual commenting system, maintenance scheduling, and client-friendly editing mode.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: AnalogWP
    88 * License: GPL v2 or later
     
    2020
    2121// Define plugin constants.
    22 define( 'AGWP_SN_VERSION', '1.1.0' );
     22define( 'AGWP_SN_VERSION', '1.1.1' );
    2323define( 'AGWP_SN_PLUGIN_FILE', __FILE__ );
    2424define( 'AGWP_SN_PLUGIN_URL', plugin_dir_url( AGWP_SN_PLUGIN_FILE ) );
Note: See TracChangeset for help on using the changeset viewer.