Changeset 3053942
- Timestamp:
- 03/18/2024 10:41:08 PM (2 years ago)
- Location:
- shipink/trunk
- Files:
-
- 12 edited
-
README.txt (modified) (1 diff)
-
admin/class-shipink-admin.php (modified) (6 diffs)
-
admin/partials/shipink-admin-display.php (modified) (1 diff)
-
includes/class-shipink-activator.php (modified) (3 diffs)
-
includes/class-shipink-deactivator.php (modified) (3 diffs)
-
includes/class-shipink-i18n.php (modified) (3 diffs)
-
includes/class-shipink-loader.php (modified) (8 diffs)
-
includes/class-shipink.php (modified) (15 diffs)
-
public/class-shipink-public.php (modified) (6 diffs)
-
public/partials/shipink-public-display.php (modified) (1 diff)
-
shipink.php (modified) (4 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shipink/trunk/README.txt
r3053932 r3053942 1 1 === Shipink === 2 Version: 1. 1.02 Version: 1.2.0 3 3 Contributors: shipink 4 4 Tags: shipink,shipping,woocommerce,kargo,yurtiçi,aras,sendeo,octovan,ups,fedex,aramex,ptt,mng,shipping price,shipping cost,kargo ücreti,kargo takip,shipping api,kargo entegrasyonu,shipping label,kargo etiketi,kargo fişi,ihracat,eihracat,mikro ihracat,yurtdışı kargo,kargo fiyat hesaplama,shipping cost 5 5 Requires at least: 4.5.0 6 6 Tested up to: 6.4.3 7 Stable tag: 1. 1.07 Stable tag: 1.2.0 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
shipink/trunk/admin/class-shipink-admin.php
r3000865 r3053942 5 5 * 6 6 * @link https://shipink.io 7 * @since 1. 1.07 * @since 1.2.0 8 8 * 9 9 * @package Shipink … … 26 26 * The ID of this plugin. 27 27 * 28 * @since 1. 1.028 * @since 1.2.0 29 29 * @access private 30 30 * @var string $plugin_name The ID of this plugin. … … 35 35 * The version of this plugin. 36 36 * 37 * @since 1. 1.037 * @since 1.2.0 38 38 * @access private 39 39 * @var string $version The current version of this plugin. … … 44 44 * Initialize the class and set its properties. 45 45 * 46 * @since 1. 1.046 * @since 1.2.0 47 47 * @param string $plugin_name The name of this plugin. 48 48 * @param string $version The version of this plugin. … … 58 58 * Register the stylesheets for the admin area. 59 59 * 60 * @since 1. 1.060 * @since 1.2.0 61 61 */ 62 62 public function enqueue_styles() { … … 81 81 * Register the JavaScript for the admin area. 82 82 * 83 * @since 1. 1.083 * @since 1.2.0 84 84 */ 85 85 public function enqueue_scripts() { -
shipink/trunk/admin/partials/shipink-admin-display.php
r3000865 r3053942 7 7 * 8 8 * @link https://shipink.io 9 * @since 1. 1.09 * @since 1.2.0 10 10 * 11 11 * @package Shipink -
shipink/trunk/includes/class-shipink-activator.php
r3000865 r3053942 5 5 * 6 6 * @link https://shipink.io 7 * @since 1. 1.07 * @since 1.2.0 8 8 * 9 9 * @package Shipink … … 16 16 * This class defines all code necessary to run during the plugin's activation. 17 17 * 18 * @since 1. 1.018 * @since 1.2.0 19 19 * @package Shipink 20 20 * @subpackage Shipink/includes … … 28 28 * Long Description. 29 29 * 30 * @since 1. 1.030 * @since 1.2.0 31 31 */ 32 32 public static function activate() { -
shipink/trunk/includes/class-shipink-deactivator.php
r3000865 r3053942 5 5 * 6 6 * @link https://shipink.io 7 * @since 1. 1.07 * @since 1.2.0 8 8 * 9 9 * @package Shipink … … 16 16 * This class defines all code necessary to run during the plugin's deactivation. 17 17 * 18 * @since 1. 1.018 * @since 1.2.0 19 19 * @package Shipink 20 20 * @subpackage Shipink/includes … … 28 28 * Long Description. 29 29 * 30 * @since 1. 1.030 * @since 1.2.0 31 31 */ 32 32 public static function deactivate() { -
shipink/trunk/includes/class-shipink-i18n.php
r3000865 r3053942 8 8 * 9 9 * @link https://shipink.io 10 * @since 1. 1.010 * @since 1.2.0 11 11 * 12 12 * @package Shipink … … 20 20 * so that it is ready for translation. 21 21 * 22 * @since 1. 1.022 * @since 1.2.0 23 23 * @package Shipink 24 24 * @subpackage Shipink/includes … … 31 31 * Load the plugin text domain for translation. 32 32 * 33 * @since 1. 1.033 * @since 1.2.0 34 34 */ 35 35 public function load_plugin_textdomain() { -
shipink/trunk/includes/class-shipink-loader.php
r3000865 r3053942 5 5 * 6 6 * @link https://shipink.io 7 * @since 1. 1.07 * @since 1.2.0 8 8 * 9 9 * @package Shipink … … 27 27 * The array of actions registered with WordPress. 28 28 * 29 * @since 1. 1.029 * @since 1.2.0 30 30 * @access protected 31 31 * @var array $actions The actions registered with WordPress to fire when the plugin loads. … … 36 36 * The array of filters registered with WordPress. 37 37 * 38 * @since 1. 1.038 * @since 1.2.0 39 39 * @access protected 40 40 * @var array $filters The filters registered with WordPress to fire when the plugin loads. … … 45 45 * Initialize the collections used to maintain the actions and filters. 46 46 * 47 * @since 1. 1.047 * @since 1.2.0 48 48 */ 49 49 public function __construct() { … … 57 57 * Add a new action to the collection to be registered with WordPress. 58 58 * 59 * @since 1. 1.059 * @since 1.2.0 60 60 * @param string $hook The name of the WordPress action that is being registered. 61 61 * @param object $component A reference to the instance of the object on which the action is defined. … … 71 71 * Add a new filter to the collection to be registered with WordPress. 72 72 * 73 * @since 1. 1.073 * @since 1.2.0 74 74 * @param string $hook The name of the WordPress filter that is being registered. 75 75 * @param object $component A reference to the instance of the object on which the filter is defined. … … 86 86 * collection. 87 87 * 88 * @since 1. 1.088 * @since 1.2.0 89 89 * @access private 90 90 * @param array $hooks The collection of hooks that is being registered (that is, actions or filters). … … 113 113 * Register the filters and actions with WordPress. 114 114 * 115 * @since 1. 1.0115 * @since 1.2.0 116 116 */ 117 117 public function run() { -
shipink/trunk/includes/class-shipink.php
r3053932 r3053942 8 8 * 9 9 * @link https://shipink.io 10 * @since 1. 1.010 * @since 1.2.0 11 11 * 12 12 * @package Shipink … … 23 23 * version of the plugin. 24 24 * 25 * @since 1. 1.025 * @since 1.2.0 26 26 * @package Shipink 27 27 * @subpackage Shipink/includes … … 35 35 * the plugin. 36 36 * 37 * @since 1. 1.037 * @since 1.2.0 38 38 * @access protected 39 39 * @var Shipink_Loader $loader Maintains and registers all hooks for the plugin. … … 44 44 * The unique identifier of this plugin. 45 45 * 46 * @since 1. 1.046 * @since 1.2.0 47 47 * @access protected 48 48 * @var string $plugin_name The string used to uniquely identify this plugin. … … 53 53 * The current version of the plugin. 54 54 * 55 * @since 1. 1.055 * @since 1.2.0 56 56 * @access protected 57 57 * @var string $version The current version of the plugin. … … 66 66 * the public-facing side of the site. 67 67 * 68 * @since 1. 1.068 * @since 1.2.0 69 69 */ 70 70 public function __construct() … … 73 73 $this->version = SHIPINK_VERSION; 74 74 } else { 75 $this->version = '1. 1.0';75 $this->version = '1.2.0'; 76 76 } 77 77 $this->plugin_name = 'shipink'; … … 99 99 * with WordPress. 100 100 * 101 * @since 1. 1.0101 * @since 1.2.0 102 102 * @access private 103 103 */ … … 138 138 * with WordPress. 139 139 * 140 * @since 1. 1.0140 * @since 1.2.0 141 141 * @access private 142 142 */ … … 154 154 * of the plugin. 155 155 * 156 * @since 1. 1.0156 * @since 1.2.0 157 157 * @access private 158 158 */ … … 171 171 * of the plugin. 172 172 * 173 * @since 1. 1.0173 * @since 1.2.0 174 174 * @access private 175 175 */ … … 187 187 * Run the loader to execute all of the hooks with WordPress. 188 188 * 189 * @since 1. 1.0189 * @since 1.2.0 190 190 */ 191 191 public function run() … … 199 199 * 200 200 * @return string The name of the plugin. 201 * @since 1. 1.0201 * @since 1.2.0 202 202 */ 203 203 public function get_plugin_name() … … 210 210 * 211 211 * @return Shipink_Loader Orchestrates the hooks of the plugin. 212 * @since 1. 1.0212 * @since 1.2.0 213 213 */ 214 214 public function get_loader() … … 221 221 * 222 222 * @return string The version number of the plugin. 223 * @since 1. 1.0223 * @since 1.2.0 224 224 */ 225 225 public function get_version() -
shipink/trunk/public/class-shipink-public.php
r3000865 r3053942 5 5 * 6 6 * @link https://shipink.io 7 * @since 1. 1.07 * @since 1.2.0 8 8 * 9 9 * @package Shipink … … 26 26 * The ID of this plugin. 27 27 * 28 * @since 1. 1.028 * @since 1.2.0 29 29 * @access private 30 30 * @var string $plugin_name The ID of this plugin. … … 35 35 * The version of this plugin. 36 36 * 37 * @since 1. 1.037 * @since 1.2.0 38 38 * @access private 39 39 * @var string $version The current version of this plugin. … … 44 44 * Initialize the class and set its properties. 45 45 * 46 * @since 1. 1.046 * @since 1.2.0 47 47 * @param string $plugin_name The name of the plugin. 48 48 * @param string $version The version of this plugin. … … 58 58 * Register the stylesheets for the public-facing side of the site. 59 59 * 60 * @since 1. 1.060 * @since 1.2.0 61 61 */ 62 62 public function enqueue_styles() { … … 81 81 * Register the JavaScript for the public-facing side of the site. 82 82 * 83 * @since 1. 1.083 * @since 1.2.0 84 84 */ 85 85 public function enqueue_scripts() { -
shipink/trunk/public/partials/shipink-public-display.php
r3000865 r3053942 7 7 * 8 8 * @link https://shipink.io 9 * @since 1. 1.09 * @since 1.2.0 10 10 * 11 11 * @package Shipink -
shipink/trunk/shipink.php
r3000865 r3053942 10 10 * 11 11 * @link https://shipink.io 12 * @since 1. 1.012 * @since 1.2.0 13 13 * @package Shipink 14 14 * … … 18 18 * Description: Shipink is a new and innovative way for e-commerce companies to easily integrate and use the shipping companies they want to work with. 19 19 20 * Version: 1. 1.020 * Version: 1.2.0 21 21 * License: GPL-2.0+ 22 22 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define( 'SHIPINK_VERSION', '1. 1.0' );36 define( 'SHIPINK_VERSION', '1.2.0' ); 37 37 38 38 /** … … 70 70 * not affect the page life cycle. 71 71 * 72 * @since 1. 1.072 * @since 1.2.0 73 73 */ 74 74 function run_shipink() { -
shipink/trunk/uninstall.php
r3000865 r3053942 21 21 * 22 22 * @link https://shipink.io 23 * @since 1. 1.023 * @since 1.2.0 24 24 * 25 25 * @package Shipink
Note: See TracChangeset
for help on using the changeset viewer.