Changeset 2427956
- Timestamp:
- 11/28/2020 11:46:32 PM (5 years ago)
- Location:
- wc-poczta/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wc-poczta.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-poczta/trunk/readme.txt
r2427654 r2427956 1 === Obiór osobisty z WooCommerce - InPost Paczkomaty, Poczta, Żabka,Ruch ===1 === Self Pickup with WooCommerce - InPost Paczkomaty, Polish Post, Żabka and Ruch === 2 2 Contributors: RapidDev 3 3 Donate link: https://paypal.me/rapiddev -
wc-poczta/trunk/wc-poczta.php
r2427641 r2427956 1 1 <?php defined('ABSPATH') or die('No script kiddies please!'); 2 2 /** 3 Plugin Name: Obiór osobisty z WooCommerce - InPost Paczkomaty, Poczta, Żabka,Ruch3 Plugin Name: Self Pickup with WooCommerce - InPost Paczkomaty, Polish Post, Żabka and Ruch 4 4 Plugin URI: http://wordpress.org/plugins/wc-poczta/ 5 5 Description: Integration of self pickup in the Inpost Paczkomaty, Polish Post offices, Orlen, Żabka, Ruch stores and others. … … 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT 10 Version: 1.1. 010 Version: 1.1.1 11 11 Text Domain: wc_poczta 12 12 Domain Path: /languages … … 28 28 define( 'RDEV_SELFPICKUP_URL', plugin_dir_url( __FILE__ ) ); 29 29 define( 'RDEV_SELFPICKUP_DOMAIN', 'wc_poczta'); 30 define( 'RDEV_SELFPICKUP_VERSION', '1.1. 0');30 define( 'RDEV_SELFPICKUP_VERSION', '1.1.1'); 31 31 32 32 /* ====================================================================
Note: See TracChangeset
for help on using the changeset viewer.