Changeset 2336436
- Timestamp:
- 07/07/2020 04:36:57 AM (6 years ago)
- Location:
- poshtiban/trunk
- Files:
-
- 4 edited
-
includes/Main.php (modified) (1 diff)
-
includes/Options/Options.php (modified) (1 diff)
-
poshtiban.php (modified) (1 diff)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
poshtiban/trunk/includes/Main.php
r2335914 r2336436 27 27 * @var string 28 28 */ 29 public static $version = '2.3. 2';29 public static $version = '2.3.3'; 30 30 31 31 /** -
poshtiban/trunk/includes/Options/Options.php
r2335914 r2336436 50 50 }*/ 51 51 $sections = $this->getDirFiles(Bootstrap::$path . 'includes/Options/Sections'); 52 require_once Bootstrap::$path . 'includes/Options/Sections/SectionsAbstract.php'; 52 53 foreach ( $sections as $section ) { 53 include_once $section; 54 if ( $section != Bootstrap::$path . 'includes/Options/Sections/SectionsAbstract.php' ) { 55 include_once $section; 56 } 54 57 } 55 58 -
poshtiban/trunk/poshtiban.php
r2335914 r2336436 5 5 Description: Poshtiban official wordpress plugin 6 6 Author: Poshtiban development team 7 Version: 2.3. 27 Version: 2.3.3 8 8 Author URI: https://poshtiban.com/ 9 9 Text Domain: poshtiban -
poshtiban/trunk/readme.txt
r2335914 r2336436 41 41 42 42 = 2.3.2 = 43 44 43 * Add force download option to woocommerce settings 45 44 * Activate debug mode for admins only … … 50 49 51 50 = 2.3.0 = 52 53 51 * Add debug mode 54 52 * Add support of empty permalink for webhook url … … 58 56 59 57 = 2.2.0 = 60 61 58 * Add new image sizes if the were not exists when file uploaded 62 59 63 60 64 61 = 2.1.0 = 65 66 62 * Add resend button for remote uploads 67 63 * Add admin notice for webhook url problems … … 70 66 71 67 = 2.0.0 = 72 73 68 * Add import and export 74 69 * Replace Flowjs with uppy … … 78 73 79 74 = 1.3.0 = 80 81 75 * Add `poshtiban_show_download_template` filter 82 76 * Add `poshtiban_downloads_template` action … … 85 79 86 80 = 1.2.0 = 87 88 81 * Remove woocommerce settings tabs if woocommerce plugin is not installed 89 82 * Fix secure download link generator for woocommrce
Note: See TracChangeset
for help on using the changeset viewer.