Changeset 3359198
- Timestamp:
- 09/10/2025 12:51:24 PM (6 months ago)
- Location:
- woocommerce-products-per-page
- Files:
-
- 4 added
- 4 deleted
- 4 edited
- 4 copied
-
tags/1.2.8.2 (copied) (copied from woocommerce-products-per-page/trunk)
-
tags/1.2.8.2/includes/admin/class-wppp-admin-settings.php (modified) (2 diffs)
-
tags/1.2.8.2/includes/class-wppp-front-end.php (copied) (copied from woocommerce-products-per-page/trunk/includes/class-wppp-front-end.php)
-
tags/1.2.8.2/languages/woocommerce-products-per-page-sv_SE.MO (added)
-
tags/1.2.8.2/languages/woocommerce-products-per-page-sv_SE.PO (added)
-
tags/1.2.8.2/languages/woocommerce-products-per-page-sv_SE.mo (deleted)
-
tags/1.2.8.2/languages/woocommerce-products-per-page-sv_SE.po (deleted)
-
tags/1.2.8.2/readme.txt (copied) (copied from woocommerce-products-per-page/trunk/readme.txt) (2 diffs)
-
tags/1.2.8.2/woocommerce-products-per-page.php (copied) (copied from woocommerce-products-per-page/trunk/woocommerce-products-per-page.php) (3 diffs)
-
trunk/includes/admin/class-wppp-admin-settings.php (modified) (2 diffs)
-
trunk/languages/woocommerce-products-per-page-sv_SE.MO (added)
-
trunk/languages/woocommerce-products-per-page-sv_SE.PO (added)
-
trunk/languages/woocommerce-products-per-page-sv_SE.mo (deleted)
-
trunk/languages/woocommerce-products-per-page-sv_SE.po (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-products-per-page.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-products-per-page/tags/1.2.8.2/includes/admin/class-wppp-admin-settings.php
r1314907 r3359198 5 5 * Class WPPP_Admin_Settings. 6 6 * 7 * WooCommerce Products Per Page Admin settings class.7 * Products Per Page for WooCommerce Admin settings class. 8 8 * 9 9 * @class WPPP_Admin_Settings … … 55 55 56 56 array( 57 'title' => ' WooCommerce Products Per Page',57 'title' => 'Products Per Page for WooCommerce', 58 58 'type' => 'title', 59 59 'desc' => '', -
woocommerce-products-per-page/tags/1.2.8.2/readme.txt
r3328064 r3359198 1 === WooCommerce Products Per Page ===1 === Products Per Page for WooCommerce === 2 2 Contributors: sormano 3 Tags: woocommerce, products per page, woocommerce products, woocommerce products per page, product s3 Tags: woocommerce, products per page, woocommerce products, woocommerce products per page, product page 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2.8. 16 Stable tag: 1.2.8.2 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 70 70 == Changelog == 71 71 72 = 1.2.8.2 - 10/09/2025 = 73 74 * [Change] - Plugin name from WooCommerce Products Per Page > Products Per Page for WooCommerce 75 72 76 = 1.2.8.1 - 15/07/2025 = 73 77 -
woocommerce-products-per-page/tags/1.2.8.2/woocommerce-products-per-page.php
r3328064 r3359198 1 1 <?php 2 2 /* 3 * Plugin Name: Woocommerce Products Per Page3 * Plugin Name: Products Per Page for WooCommerce 4 4 * Plugin URI: https://wordpress.org/plugins/woocommerce-products-per-page/ 5 5 * Description: Integrate a 'products per page' dropdown on your WooCommerce website! Set-up in <strong>seconds</strong>! 6 * Version: 1.2.8. 16 * Version: 1.2.8.2 7 7 * Author: Jeroen Sormani 8 8 * Author URI: https://jeroensormani.com … … 10 10 * 11 11 * WC requires at least: 6.0 12 * WC tested up to: 9.912 * WC tested up to: 10.1 13 13 14 14 * Copyright Jeroen Sormani 15 15 * 16 * This file is part of Woocommerce Products Per Page,16 * This file is part of Products Per Page for WooCommerce, 17 17 * a plugin for WordPress. 18 18 * 19 * Woocommerce Products Per Page is free software:19 * Products Per Page for WooCommerce is free software: 20 20 * You can redistribute it and/or modify it under the terms of the 21 21 * GNU General Public License as published by the Free Software … … 23 23 * any later version. 24 24 * 25 * Woocommerce Products Per Page is distributed in the hope that25 * Products Per Page for WooCommerce is distributed in the hope that 26 26 * it will be useful, but WITHOUT ANY WARRANTY; without even the 27 27 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -
woocommerce-products-per-page/trunk/includes/admin/class-wppp-admin-settings.php
r1314907 r3359198 5 5 * Class WPPP_Admin_Settings. 6 6 * 7 * WooCommerce Products Per Page Admin settings class.7 * Products Per Page for WooCommerce Admin settings class. 8 8 * 9 9 * @class WPPP_Admin_Settings … … 55 55 56 56 array( 57 'title' => ' WooCommerce Products Per Page',57 'title' => 'Products Per Page for WooCommerce', 58 58 'type' => 'title', 59 59 'desc' => '', -
woocommerce-products-per-page/trunk/readme.txt
r3328064 r3359198 1 === WooCommerce Products Per Page ===1 === Products Per Page for WooCommerce === 2 2 Contributors: sormano 3 Tags: woocommerce, products per page, woocommerce products, woocommerce products per page, product s3 Tags: woocommerce, products per page, woocommerce products, woocommerce products per page, product page 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2.8. 16 Stable tag: 1.2.8.2 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 70 70 == Changelog == 71 71 72 = 1.2.8.2 - 10/09/2025 = 73 74 * [Change] - Plugin name from WooCommerce Products Per Page > Products Per Page for WooCommerce 75 72 76 = 1.2.8.1 - 15/07/2025 = 73 77 -
woocommerce-products-per-page/trunk/woocommerce-products-per-page.php
r3328064 r3359198 1 1 <?php 2 2 /* 3 * Plugin Name: Woocommerce Products Per Page3 * Plugin Name: Products Per Page for WooCommerce 4 4 * Plugin URI: https://wordpress.org/plugins/woocommerce-products-per-page/ 5 5 * Description: Integrate a 'products per page' dropdown on your WooCommerce website! Set-up in <strong>seconds</strong>! 6 * Version: 1.2.8. 16 * Version: 1.2.8.2 7 7 * Author: Jeroen Sormani 8 8 * Author URI: https://jeroensormani.com … … 10 10 * 11 11 * WC requires at least: 6.0 12 * WC tested up to: 9.912 * WC tested up to: 10.1 13 13 14 14 * Copyright Jeroen Sormani 15 15 * 16 * This file is part of Woocommerce Products Per Page,16 * This file is part of Products Per Page for WooCommerce, 17 17 * a plugin for WordPress. 18 18 * 19 * Woocommerce Products Per Page is free software:19 * Products Per Page for WooCommerce is free software: 20 20 * You can redistribute it and/or modify it under the terms of the 21 21 * GNU General Public License as published by the Free Software … … 23 23 * any later version. 24 24 * 25 * Woocommerce Products Per Page is distributed in the hope that25 * Products Per Page for WooCommerce is distributed in the hope that 26 26 * it will be useful, but WITHOUT ANY WARRANTY; without even the 27 27 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Note: See TracChangeset
for help on using the changeset viewer.