Changeset 3368380
- Timestamp:
- 09/26/2025 10:18:21 AM (5 months ago)
- Location:
- woocommerce-products-per-page
- Files:
-
- 2 deleted
- 2 edited
- 7 copied
-
tags/1.2.9 (copied) (copied from woocommerce-products-per-page/trunk)
-
tags/1.2.9/includes/admin/class-wppp-admin-settings.php (copied) (copied from woocommerce-products-per-page/trunk/includes/admin/class-wppp-admin-settings.php)
-
tags/1.2.9/includes/class-wppp-front-end.php (copied) (copied from woocommerce-products-per-page/trunk/includes/class-wppp-front-end.php)
-
tags/1.2.9/languages/woocommerce-products-per-page-sv_SE.MO (copied) (copied from woocommerce-products-per-page/trunk/languages/woocommerce-products-per-page-sv_SE.MO)
-
tags/1.2.9/languages/woocommerce-products-per-page-sv_SE.PO (copied) (copied from woocommerce-products-per-page/trunk/languages/woocommerce-products-per-page-sv_SE.PO)
-
tags/1.2.9/languages/woocommerce-products-per-page-sv_SE.mo (deleted)
-
tags/1.2.9/languages/woocommerce-products-per-page-sv_SE.po (deleted)
-
tags/1.2.9/readme.txt (copied) (copied from woocommerce-products-per-page/trunk/readme.txt) (2 diffs)
-
tags/1.2.9/woocommerce-products-per-page.php (copied) (copied from woocommerce-products-per-page/trunk/woocommerce-products-per-page.php) (3 diffs)
-
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.9/readme.txt
r3359201 r3368380 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 8.26 Stable tag: 1.2.9 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.9 - 26/09/2025 = 73 74 * [Fix] - PHP Deprecation warning of dynamic property creation 75 72 76 = 1.2.8.2 - 10/09/2025 = 73 77 -
woocommerce-products-per-page/tags/1.2.9/woocommerce-products-per-page.php
r3359198 r3368380 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.26 * Version: 1.2.9 7 7 * Author: Jeroen Sormani 8 8 * Author URI: https://jeroensormani.com … … 52 52 * @var string $version Plugin version number. 53 53 */ 54 public $version = '1.2. 8.1';54 public $version = '1.2.9'; 55 55 56 56 … … 63 63 */ 64 64 private static $instance; 65 66 public $admin_settings; 67 public $front_end; 65 68 66 69 -
woocommerce-products-per-page/trunk/readme.txt
r3359201 r3368380 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 8.26 Stable tag: 1.2.9 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.9 - 26/09/2025 = 73 74 * [Fix] - PHP Deprecation warning of dynamic property creation 75 72 76 = 1.2.8.2 - 10/09/2025 = 73 77 -
woocommerce-products-per-page/trunk/woocommerce-products-per-page.php
r3359198 r3368380 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.26 * Version: 1.2.9 7 7 * Author: Jeroen Sormani 8 8 * Author URI: https://jeroensormani.com … … 52 52 * @var string $version Plugin version number. 53 53 */ 54 public $version = '1.2. 8.1';54 public $version = '1.2.9'; 55 55 56 56 … … 63 63 */ 64 64 private static $instance; 65 66 public $admin_settings; 67 public $front_end; 65 68 66 69
Note: See TracChangeset
for help on using the changeset viewer.