Plugin Directory

Changeset 2886848

Timestamp:
03/25/2023 01:48:26 PM (3 years ago)
Author:
madhavsingh07
Message:

Version 0.4.3 road to v1.0.0

Location:
sharekar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sharekar/trunk/main.php

    r2860275 r2886848  
    3636        add_action('admin_enqueue_scripts', 'sharekar_load_settings_script');
    3737        add_action('enqueue_block_editor_assets', 'sharekar_add_gut_block');
     38
    3839    } else {
    3940        sharekar_front();
     
    140141}
    141142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
     154
     155
     156
     157
     158
     159
     160
     161
     162
     163
    142164// All the code required for the admin settings page
    143165function sharekar_settings()
  • sharekar/trunk/readme.txt

    r2860301 r2886848  
    44Requires at least: 4.6
    55Tested up to: 6.1
    6 Stable tag: 0.4.2
    7 Requires PHP: 5.6
     6Stable tag: 0.4.
     7Requires PHP:
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • sharekar/trunk/sharekar.php

    r2860297 r2886848  
    44 * Plugin URI:        https://sharekar.net/
    55 * Description:       Simple, easy to use and fast social share plugin.
    6  * Version:           0.4.2
     6 * Version:           0.4.
    77 * Requires at least: 4.6
    8  * Requires PHP:      5.6
     8 * Requires PHP:     
    99 * Author:            Anju
    1010 * License:           GPL v2 or later
     
    1414 */
    1515
    16 define( 'SHAREKAR_VERSION', '0.4.2' );
     16define( 'SHAREKAR_VERSION', '0.4.' );
    1717define( 'SHAREKAR_DIR', __DIR__ );
    1818define( 'SHAREKAR_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.