Plugin Directory

Changeset 3315560


Ignore:
Timestamp:
06/21/2025 06:36:40 AM (10 months ago)
Author:
shipink
Message:

Added support for WordPress 6.8.1

Location:
shipink/trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • shipink/trunk/README.txt

    r3249163 r3315560  
    11=== Shipink ===
    2 Version: 1.3.0
     2Version: 1.4.0
    33Contributors: shipink
    44Tags: 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
    55Requires at least: 4.5.0
    6 Tested up to: 6.7.2
    7 Stable tag: 1.3.0
     6Tested up to: 6.8.1
     7Stable tag: 1.4.0
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858== Changelog ==
    5959
    60 = 1.3.0 =
     60= 1.4.0 =
     61* Added support for WordPress 6.8.1
     62
     63= 1.4.0 =
    6164* Added support for WordPress 6.7.2
    6265
    63 = 1.3.0 =
     66= 1.4.0 =
    6467* Added "Tracking" button for WooCommerce Orders Page
    6568* Added support for WordPress 6.4.3
  • shipink/trunk/admin/class-shipink-admin.php

    r3249163 r3315560  
    55 *
    66 * @link       https://shipink.io
    7  * @since      1.3.0
     7 * @since      1.4.0
    88 *
    99 * @package    Shipink
     
    2626     * The ID of this plugin.
    2727     *
    28      * @since    1.3.0
     28     * @since    1.4.0
    2929     * @access   private
    3030     * @var      string    $plugin_name    The ID of this plugin.
     
    3535     * The version of this plugin.
    3636     *
    37      * @since    1.3.0
     37     * @since    1.4.0
    3838     * @access   private
    3939     * @var      string    $version    The current version of this plugin.
     
    4444     * Initialize the class and set its properties.
    4545     *
    46      * @since    1.3.0
     46     * @since    1.4.0
    4747     * @param      string    $plugin_name       The name of this plugin.
    4848     * @param      string    $version    The version of this plugin.
     
    5858     * Register the stylesheets for the admin area.
    5959     *
    60      * @since    1.3.0
     60     * @since    1.4.0
    6161     */
    6262    public function enqueue_styles() {
     
    8181     * Register the JavaScript for the admin area.
    8282     *
    83      * @since    1.3.0
     83     * @since    1.4.0
    8484     */
    8585    public function enqueue_scripts() {
  • shipink/trunk/admin/partials/shipink-admin-display.php

    r3249163 r3315560  
    77 *
    88 * @link       https://shipink.io
    9  * @since      1.3.0
     9 * @since      1.4.0
    1010 *
    1111 * @package    Shipink
  • shipink/trunk/includes/class-shipink-activator.php

    r3249163 r3315560  
    55 *
    66 * @link       https://shipink.io
    7  * @since      1.3.0
     7 * @since      1.4.0
    88 *
    99 * @package    Shipink
     
    1616 * This class defines all code necessary to run during the plugin's activation.
    1717 *
    18  * @since      1.3.0
     18 * @since      1.4.0
    1919 * @package    Shipink
    2020 * @subpackage Shipink/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    1.3.0
     30     * @since    1.4.0
    3131     */
    3232    public static function activate() {
  • shipink/trunk/includes/class-shipink-deactivator.php

    r3249163 r3315560  
    55 *
    66 * @link       https://shipink.io
    7  * @since      1.3.0
     7 * @since      1.4.0
    88 *
    99 * @package    Shipink
     
    1616 * This class defines all code necessary to run during the plugin's deactivation.
    1717 *
    18  * @since      1.3.0
     18 * @since      1.4.0
    1919 * @package    Shipink
    2020 * @subpackage Shipink/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    1.3.0
     30     * @since    1.4.0
    3131     */
    3232    public static function deactivate() {
  • shipink/trunk/includes/class-shipink-i18n.php

    r3249163 r3315560  
    88 *
    99 * @link       https://shipink.io
    10  * @since      1.3.0
     10 * @since      1.4.0
    1111 *
    1212 * @package    Shipink
     
    2020 * so that it is ready for translation.
    2121 *
    22  * @since      1.3.0
     22 * @since      1.4.0
    2323 * @package    Shipink
    2424 * @subpackage Shipink/includes
     
    3131     * Load the plugin text domain for translation.
    3232     *
    33      * @since    1.3.0
     33     * @since    1.4.0
    3434     */
    3535    public function load_plugin_textdomain() {
  • shipink/trunk/includes/class-shipink-loader.php

    r3249163 r3315560  
    55 *
    66 * @link       https://shipink.io
    7  * @since      1.3.0
     7 * @since      1.4.0
    88 *
    99 * @package    Shipink
     
    2727     * The array of actions registered with WordPress.
    2828     *
    29      * @since    1.3.0
     29     * @since    1.4.0
    3030     * @access   protected
    3131     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3636     * The array of filters registered with WordPress.
    3737     *
    38      * @since    1.3.0
     38     * @since    1.4.0
    3939     * @access   protected
    4040     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4545     * Initialize the collections used to maintain the actions and filters.
    4646     *
    47      * @since    1.3.0
     47     * @since    1.4.0
    4848     */
    4949    public function __construct() {
     
    5757     * Add a new action to the collection to be registered with WordPress.
    5858     *
    59      * @since    1.3.0
     59     * @since    1.4.0
    6060     * @param    string               $hook             The name of the WordPress action that is being registered.
    6161     * @param    object               $component        A reference to the instance of the object on which the action is defined.
     
    7171     * Add a new filter to the collection to be registered with WordPress.
    7272     *
    73      * @since    1.3.0
     73     * @since    1.4.0
    7474     * @param    string               $hook             The name of the WordPress filter that is being registered.
    7575     * @param    object               $component        A reference to the instance of the object on which the filter is defined.
     
    8686     * collection.
    8787     *
    88      * @since    1.3.0
     88     * @since    1.4.0
    8989     * @access   private
    9090     * @param    array                $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    113113     * Register the filters and actions with WordPress.
    114114     *
    115      * @since    1.3.0
     115     * @since    1.4.0
    116116     */
    117117    public function run() {
  • shipink/trunk/includes/class-shipink.php

    r3249163 r3315560  
    88 *
    99 * @link       https://shipink.io
    10  * @since      1.3.0
     10 * @since      1.4.0
    1111 *
    1212 * @package    Shipink
     
    2323 * version of the plugin.
    2424 *
    25  * @since      1.3.0
     25 * @since      1.4.0
    2626 * @package    Shipink
    2727 * @subpackage Shipink/includes
     
    3535     * the plugin.
    3636     *
    37      * @since    1.3.0
     37     * @since    1.4.0
    3838     * @access   protected
    3939     * @var      Shipink_Loader $loader Maintains and registers all hooks for the plugin.
     
    4444     * The unique identifier of this plugin.
    4545     *
    46      * @since    1.3.0
     46     * @since    1.4.0
    4747     * @access   protected
    4848     * @var      string $plugin_name The string used to uniquely identify this plugin.
     
    5353     * The current version of the plugin.
    5454     *
    55      * @since    1.3.0
     55     * @since    1.4.0
    5656     * @access   protected
    5757     * @var      string $version The current version of the plugin.
     
    6666     * the public-facing side of the site.
    6767     *
    68      * @since    1.3.0
     68     * @since    1.4.0
    6969     */
    7070    public function __construct()
     
    7373            $this->version = SHIPINK_VERSION;
    7474        } else {
    75             $this->version = '1.3.0';
     75            $this->version = '1.4.0';
    7676        }
    7777        $this->plugin_name = 'shipink';
     
    9999     * with WordPress.
    100100     *
    101      * @since    1.3.0
     101     * @since    1.4.0
    102102     * @access   private
    103103     */
     
    138138     * with WordPress.
    139139     *
    140      * @since    1.3.0
     140     * @since    1.4.0
    141141     * @access   private
    142142     */
     
    154154     * of the plugin.
    155155     *
    156      * @since    1.3.0
     156     * @since    1.4.0
    157157     * @access   private
    158158     */
     
    171171     * of the plugin.
    172172     *
    173      * @since    1.3.0
     173     * @since    1.4.0
    174174     * @access   private
    175175     */
     
    187187     * Run the loader to execute all of the hooks with WordPress.
    188188     *
    189      * @since    1.3.0
     189     * @since    1.4.0
    190190     */
    191191    public function run()
     
    199199     *
    200200     * @return    string    The name of the plugin.
    201      * @since     1.3.0
     201     * @since     1.4.0
    202202     */
    203203    public function get_plugin_name()
     
    210210     *
    211211     * @return    Shipink_Loader    Orchestrates the hooks of the plugin.
    212      * @since     1.3.0
     212     * @since     1.4.0
    213213     */
    214214    public function get_loader()
     
    221221     *
    222222     * @return    string    The version number of the plugin.
    223      * @since     1.3.0
     223     * @since     1.4.0
    224224     */
    225225    public function get_version()
  • shipink/trunk/public/class-shipink-public.php

    r3249163 r3315560  
    55 *
    66 * @link       https://shipink.io
    7  * @since      1.3.0
     7 * @since      1.4.0
    88 *
    99 * @package    Shipink
     
    2626     * The ID of this plugin.
    2727     *
    28      * @since    1.3.0
     28     * @since    1.4.0
    2929     * @access   private
    3030     * @var      string    $plugin_name    The ID of this plugin.
     
    3535     * The version of this plugin.
    3636     *
    37      * @since    1.3.0
     37     * @since    1.4.0
    3838     * @access   private
    3939     * @var      string    $version    The current version of this plugin.
     
    4444     * Initialize the class and set its properties.
    4545     *
    46      * @since    1.3.0
     46     * @since    1.4.0
    4747     * @param      string    $plugin_name       The name of the plugin.
    4848     * @param      string    $version    The version of this plugin.
     
    5858     * Register the stylesheets for the public-facing side of the site.
    5959     *
    60      * @since    1.3.0
     60     * @since    1.4.0
    6161     */
    6262    public function enqueue_styles() {
     
    8181     * Register the JavaScript for the public-facing side of the site.
    8282     *
    83      * @since    1.3.0
     83     * @since    1.4.0
    8484     */
    8585    public function enqueue_scripts() {
  • shipink/trunk/public/partials/shipink-public-display.php

    r3249163 r3315560  
    77 *
    88 * @link       https://shipink.io
    9  * @since      1.3.0
     9 * @since      1.4.0
    1010 *
    1111 * @package    Shipink
  • shipink/trunk/shipink.php

    r3249163 r3315560  
    1010 *
    1111 * @link              https://shipink.io
    12  * @since             1.3.0
     12 * @since             1.4.0
    1313 * @package           Shipink
    1414 *
     
    1818 * 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.
    1919
    20  * Version:           1.3.0
     20 * Version:           1.4.0
    2121 * License:           GPL-2.0+
    2222 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define( 'SHIPINK_VERSION', '1.3.0' );
     36define( 'SHIPINK_VERSION', '1.4.0' );
    3737
    3838/**
     
    7070 * not affect the page life cycle.
    7171 *
    72  * @since    1.3.0
     72 * @since    1.4.0
    7373 */
    7474function run_shipink() {
  • shipink/trunk/uninstall.php

    r3249163 r3315560  
    2121 *
    2222 * @link       https://shipink.io
    23  * @since      1.3.0
     23 * @since      1.4.0
    2424 *
    2525 * @package    Shipink
Note: See TracChangeset for help on using the changeset viewer.