Changeset 2877949
- Timestamp:
- 03/10/2023 02:44:05 PM (3 years ago)
- Location:
- supapress/tags
- Files:
-
- 4 edited
- 41 copied
-
2.22.1 (copied) (copied from supapress/trunk)
-
2.22.1/admin/js/scripts.min.js (copied) (copied from supapress/trunk/admin/js/scripts.min.js)
-
2.22.1/admin/js/scripts.min.js.map (copied) (copied from supapress/trunk/admin/js/scripts.min.js.map)
-
2.22.1/composer.json (copied) (copied from supapress/trunk/composer.json) (1 diff)
-
2.22.1/includes/book.php (modified) (1 diff)
-
2.22.1/includes/functions.php (copied) (copied from supapress/trunk/includes/functions.php)
-
2.22.1/includes/widget.php (copied) (copied from supapress/trunk/includes/widget.php) (1 diff)
-
2.22.1/readme.txt (copied) (copied from supapress/trunk/readme.txt) (2 diffs)
-
2.22.1/supapress.php (copied) (copied from supapress/trunk/supapress.php) (2 diffs)
-
2.22.2 (copied) (copied from supapress/trunk)
-
2.22.2/admin/js/scripts.min.js (copied) (copied from supapress/trunk/admin/js/scripts.min.js)
-
2.22.2/admin/js/scripts.min.js.map (copied) (copied from supapress/trunk/admin/js/scripts.min.js.map)
-
2.22.2/composer.json (copied) (copied from supapress/trunk/composer.json) (1 diff)
-
2.22.2/includes/book.php (modified) (1 diff)
-
2.22.2/includes/functions.php (copied) (copied from supapress/trunk/includes/functions.php)
-
2.22.2/includes/widget.php (copied) (copied from supapress/trunk/includes/widget.php) (1 diff)
-
2.22.2/readme.txt (copied) (copied from supapress/trunk/readme.txt) (2 diffs)
-
2.22.2/supapress.php (copied) (copied from supapress/trunk/supapress.php) (2 diffs)
-
2.22.3 (copied) (copied from supapress/trunk)
-
2.22.3/admin/js/scripts.min.js (copied) (copied from supapress/trunk/admin/js/scripts.min.js)
-
2.22.3/admin/js/scripts.min.js.map (copied) (copied from supapress/trunk/admin/js/scripts.min.js.map)
-
2.22.3/composer.json (copied) (copied from supapress/trunk/composer.json) (1 diff)
-
2.22.3/includes/book.php (modified) (1 diff)
-
2.22.3/includes/functions.php (copied) (copied from supapress/trunk/includes/functions.php)
-
2.22.3/includes/widget.php (copied) (copied from supapress/trunk/includes/widget.php) (1 diff)
-
2.22.3/readme.txt (copied) (copied from supapress/trunk/readme.txt) (2 diffs)
-
2.22.3/supapress.php (copied) (copied from supapress/trunk/supapress.php) (2 diffs)
-
2.22.4 (copied) (copied from supapress/trunk)
-
2.22.4/admin/js/scripts.min.js (copied) (copied from supapress/trunk/admin/js/scripts.min.js)
-
2.22.4/admin/js/scripts.min.js.map (copied) (copied from supapress/trunk/admin/js/scripts.min.js.map)
-
2.22.4/composer.json (copied) (copied from supapress/trunk/composer.json) (1 diff)
-
2.22.4/includes/book.php (modified) (1 diff)
-
2.22.4/includes/functions.php (copied) (copied from supapress/trunk/includes/functions.php)
-
2.22.4/includes/widget.php (copied) (copied from supapress/trunk/includes/widget.php) (1 diff)
-
2.22.4/readme.txt (copied) (copied from supapress/trunk/readme.txt) (2 diffs)
-
2.22.4/supapress.php (copied) (copied from supapress/trunk/supapress.php) (2 diffs)
-
2.23.0 (copied) (copied from supapress/trunk)
-
2.23.0/admin/admin.php (copied) (copied from supapress/trunk/admin/admin.php)
-
2.23.0/admin/functions.php (copied) (copied from supapress/trunk/admin/functions.php)
-
2.23.0/admin/views/add-edit-partials/restrictions.php (copied) (copied from supapress/trunk/admin/views/add-edit-partials/restrictions.php)
-
2.23.0/composer.json (copied) (copied from supapress/trunk/composer.json)
-
2.23.0/includes/widget-template.php (copied) (copied from supapress/trunk/includes/widget-template.php)
-
2.23.0/includes/widget.php (copied) (copied from supapress/trunk/includes/widget.php)
-
2.23.0/readme.txt (copied) (copied from supapress/trunk/readme.txt)
-
2.23.0/supapress.php (copied) (copied from supapress/trunk/supapress.php)
Legend:
- Unmodified
- Added
- Removed
-
supapress/tags/2.22.1/composer.json
r2856101 r2877949 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.22. 0",5 "version": "2.22.1", 6 6 "authors": [ 7 7 { -
supapress/tags/2.22.1/includes/book.php
r2389550 r2877949 751 751 if ( isset( $this->properties['sales_date_format'] ) && $this->properties['sales_date_format'] !== '' ) { 752 752 $d = new DateTime( $date, new DateTimeZone( $salesDate->timezone ) ); 753 $date = $d->format( $this->properties[' pub_date_format'] );753 $date = $d->format( $this->properties['sales_date_format'] ); 754 754 } 755 755 -
supapress/tags/2.22.1/includes/widget.php
r2856087 r2877949 506 506 * Checks attributes for known params and adds to service URL 507 507 */ 508 public function setAdditionalParams( $params, $atts ) {508 public static function setAdditionalParams( $params, $atts ) { 509 509 // Include price for other formats 510 510 if ( isset( $atts['include_price'] ) ) { -
supapress/tags/2.22.1/readme.txt
r2856101 r2877949 4 4 Requires at least: 6.0 5 5 Tested up to: 6.1 6 Stable tag: 2.22. 06 Stable tag: 2.22.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 41 = 2.22.1 = 42 Release Date: January 2023 43 * Fix: error non static method 44 * Fix: sales_date_format fix 40 45 41 46 = 2.22.0 = -
supapress/tags/2.22.1/supapress.php
r2856101 r2877949 7 7 * Plugin URI: https://www.supadu.com 8 8 * Description: Quickly and easily connect your book metadata (ONIX) to your WordPress site. 9 * Version: 2.22. 09 * Version: 2.22.1 10 10 * Author: Supadü 11 11 * Author URI: https://www.supadu.com … … 37 37 defined( 'ABSPATH' ) or die( 'Illegal Access!' ); 38 38 39 define( 'SUPAPRESS_VERSION', '2.22. 0' );39 define( 'SUPAPRESS_VERSION', '2.22.1' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() ); -
supapress/tags/2.22.2/composer.json
r2856101 r2877949 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.22. 0",5 "version": "2.22.2", 6 6 "authors": [ 7 7 { -
supapress/tags/2.22.2/includes/book.php
r2389550 r2877949 751 751 if ( isset( $this->properties['sales_date_format'] ) && $this->properties['sales_date_format'] !== '' ) { 752 752 $d = new DateTime( $date, new DateTimeZone( $salesDate->timezone ) ); 753 $date = $d->format( $this->properties[' pub_date_format'] );753 $date = $d->format( $this->properties['sales_date_format'] ); 754 754 } 755 755 -
supapress/tags/2.22.2/includes/widget.php
r2856087 r2877949 506 506 * Checks attributes for known params and adds to service URL 507 507 */ 508 public function setAdditionalParams( $params, $atts ) {508 public static function setAdditionalParams( $params, $atts ) { 509 509 // Include price for other formats 510 510 if ( isset( $atts['include_price'] ) ) { -
supapress/tags/2.22.2/readme.txt
r2856101 r2877949 4 4 Requires at least: 6.0 5 5 Tested up to: 6.1 6 Stable tag: 2.22. 06 Stable tag: 2.22.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 41 = 2.22.2 = 42 Release Date: January 2023 43 * Fix: SVN issue 44 45 = 2.22.1 = 46 Release Date: January 2023 47 * Fix: error non static method 48 * Fix: sales_date_format fix 40 49 41 50 = 2.22.0 = -
supapress/tags/2.22.2/supapress.php
r2856101 r2877949 7 7 * Plugin URI: https://www.supadu.com 8 8 * Description: Quickly and easily connect your book metadata (ONIX) to your WordPress site. 9 * Version: 2.22. 09 * Version: 2.22.2 10 10 * Author: Supadü 11 11 * Author URI: https://www.supadu.com … … 37 37 defined( 'ABSPATH' ) or die( 'Illegal Access!' ); 38 38 39 define( 'SUPAPRESS_VERSION', '2.22. 0' );39 define( 'SUPAPRESS_VERSION', '2.22.2' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() ); -
supapress/tags/2.22.3/composer.json
r2856101 r2877949 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.22. 0",5 "version": "2.22.1", 6 6 "authors": [ 7 7 { -
supapress/tags/2.22.3/includes/book.php
r2389550 r2877949 751 751 if ( isset( $this->properties['sales_date_format'] ) && $this->properties['sales_date_format'] !== '' ) { 752 752 $d = new DateTime( $date, new DateTimeZone( $salesDate->timezone ) ); 753 $date = $d->format( $this->properties[' pub_date_format'] );753 $date = $d->format( $this->properties['sales_date_format'] ); 754 754 } 755 755 -
supapress/tags/2.22.3/includes/widget.php
r2856087 r2877949 506 506 * Checks attributes for known params and adds to service URL 507 507 */ 508 public function setAdditionalParams( $params, $atts ) {508 public static function setAdditionalParams( $params, $atts ) { 509 509 // Include price for other formats 510 510 if ( isset( $atts['include_price'] ) ) { -
supapress/tags/2.22.3/readme.txt
r2856101 r2877949 4 4 Requires at least: 6.0 5 5 Tested up to: 6.1 6 Stable tag: 2.22. 06 Stable tag: 2.22.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 41 = 2.22.1 = 42 Release Date: January 2023 43 * Fix: error non static method 44 * Fix: sales_date_format fix 40 45 41 46 = 2.22.0 = -
supapress/tags/2.22.3/supapress.php
r2856101 r2877949 7 7 * Plugin URI: https://www.supadu.com 8 8 * Description: Quickly and easily connect your book metadata (ONIX) to your WordPress site. 9 * Version: 2.22. 09 * Version: 2.22.1 10 10 * Author: Supadü 11 11 * Author URI: https://www.supadu.com … … 37 37 defined( 'ABSPATH' ) or die( 'Illegal Access!' ); 38 38 39 define( 'SUPAPRESS_VERSION', '2.22. 0' );39 define( 'SUPAPRESS_VERSION', '2.22.1' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() ); -
supapress/tags/2.22.4/composer.json
r2856101 r2877949 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.22. 0",5 "version": "2.22.4", 6 6 "authors": [ 7 7 { -
supapress/tags/2.22.4/includes/book.php
r2389550 r2877949 751 751 if ( isset( $this->properties['sales_date_format'] ) && $this->properties['sales_date_format'] !== '' ) { 752 752 $d = new DateTime( $date, new DateTimeZone( $salesDate->timezone ) ); 753 $date = $d->format( $this->properties[' pub_date_format'] );753 $date = $d->format( $this->properties['sales_date_format'] ); 754 754 } 755 755 -
supapress/tags/2.22.4/includes/widget.php
r2856087 r2877949 506 506 * Checks attributes for known params and adds to service URL 507 507 */ 508 public function setAdditionalParams( $params, $atts ) {508 public static function setAdditionalParams( $params, $atts ) { 509 509 // Include price for other formats 510 510 if ( isset( $atts['include_price'] ) ) { -
supapress/tags/2.22.4/readme.txt
r2856101 r2877949 4 4 Requires at least: 6.0 5 5 Tested up to: 6.1 6 Stable tag: 2.22. 06 Stable tag: 2.22.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 41 = 2.22.4 = 42 Release Date: January 2023 43 * Fix: fix issue with SVN from previous release 44 45 = 2.22.1 = 46 Release Date: January 2023 47 * Fix: error non static method 48 * Fix: sales_date_format fix 40 49 41 50 = 2.22.0 = -
supapress/tags/2.22.4/supapress.php
r2856101 r2877949 7 7 * Plugin URI: https://www.supadu.com 8 8 * Description: Quickly and easily connect your book metadata (ONIX) to your WordPress site. 9 * Version: 2.22. 09 * Version: 2.22.4 10 10 * Author: Supadü 11 11 * Author URI: https://www.supadu.com … … 37 37 defined( 'ABSPATH' ) or die( 'Illegal Access!' ); 38 38 39 define( 'SUPAPRESS_VERSION', '2.22. 0' );39 define( 'SUPAPRESS_VERSION', '2.22.4' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() );
Note: See TracChangeset
for help on using the changeset viewer.