Plugin Directory

Changeset 3477975


Ignore:
Timestamp:
03/09/2026 11:06:54 AM (3 weeks ago)
Author:
nahuai
Message:

update to 1.2.2

Location:
genesis-simple-share
Files:
40 added
2 edited

Legend:

Unmodified
Added
Removed
  • genesis-simple-share/trunk/plugin.php

    r3018037 r3477975  
    44 * Plugin URI: https://wordpress.org/plugins/genesis-simple-share/
    55 * Description: A simple sharing plugin using the Share script.
    6  * Version: 1.2.1
     6 * Version: 1.2.2
    77 * Author: OsomPress
    88 * Author URI: https://www.osompress.com
     
    2323define( 'GENESIS_SIMPLE_SHARE_URL', plugins_url( '', __FILE__ ) );
    2424
    25 add_action( 'genesis_init', 'genesis_simple_share_init', 99 );
     25add_action( 'init', 'genesis_simple_share_init', 99 );
    2626
    2727/**
    28  * Loads plugin text domain and required files. Uses genesis_init to ensure Genesis functions are available
     28 * Loads plugin text domain and required files. Uses init instead of genesis_init to avoid loading too early.
    2929 *
    3030 * @since 0.1.0
     31 * changed on version 1.2.2
    3132 *
    3233 * @uses GENESIS_SIMPLE_SHARE_INC
  • genesis-simple-share/trunk/readme.txt

    r3420945 r3477975  
    44Requires at least: 3.7
    55Tested up to: 6.9
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131
    3232== Changelog ==
     33
     34= 1.2.2 =
     35* Improve translation loading.
    3336
    3437= 1.2.1 =
Note: See TracChangeset for help on using the changeset viewer.