Changeset 2886848
- Timestamp:
- 03/25/2023 01:48:26 PM (3 years ago)
- Location:
- sharekar/trunk
- Files:
-
- 3 edited
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
sharekar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sharekar/trunk/main.php
r2860275 r2886848 36 36 add_action('admin_enqueue_scripts', 'sharekar_load_settings_script'); 37 37 add_action('enqueue_block_editor_assets', 'sharekar_add_gut_block'); 38 38 39 } else { 39 40 sharekar_front(); … … 140 141 } 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 142 164 // All the code required for the admin settings page 143 165 function sharekar_settings() -
sharekar/trunk/readme.txt
r2860301 r2886848 4 4 Requires at least: 4.6 5 5 Tested up to: 6.1 6 Stable tag: 0.4. 27 Requires PHP: 5.66 Stable tag: 0.4. 7 Requires PHP: 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
sharekar/trunk/sharekar.php
r2860297 r2886848 4 4 * Plugin URI: https://sharekar.net/ 5 5 * Description: Simple, easy to use and fast social share plugin. 6 * Version: 0.4. 26 * Version: 0.4. 7 7 * Requires at least: 4.6 8 * Requires PHP: 5.68 * Requires PHP: 9 9 * Author: Anju 10 10 * License: GPL v2 or later … … 14 14 */ 15 15 16 define( 'SHAREKAR_VERSION', '0.4. 2' );16 define( 'SHAREKAR_VERSION', '0.4.' ); 17 17 define( 'SHAREKAR_DIR', __DIR__ ); 18 18 define( 'SHAREKAR_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.