Mike Jolley
352184cc06
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# i18n/languages/woocommerce.pot
# includes/abstracts/abstract-wc-payment-gateway.php
# includes/abstracts/abstract-wc-shipping-method.php
# includes/admin/settings/class-wc-settings-shipping.php
# includes/wc-core-functions.php
# uninstall.php
2016-02-05 14:58:48 +00:00
Mike Jolley
d4dfec797c
WC Data Interface
...
To be used by zones etc.
cc @claudiosmweb @justinshreve
2016-02-05 14:33:20 +00:00
Claudio Sanches
e75a4b300c
dev
2016-01-18 16:45:14 -02:00
Mike Jolley
c505b37ec5
Master branch is now 2.6 :)
2016-01-18 14:42:01 +00:00
Mike Jolley
aa66f282fa
Changelog and stable tags
2016-01-18 10:39:29 +00:00
Claudio Sanches
64a176920d
RC3 tag and POT
2016-01-15 13:54:52 -02:00
Mike Jolley
bedfa7fc62
RC2 version
2016-01-11 16:31:00 +00:00
Mike Jolley
1076854608
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# includes/abstracts/abstract-wc-shipping-method.php
# includes/class-wc-shipping.php
# includes/shipping/flat-rate/class-wc-shipping-flat-rate.php
# includes/shipping/flat-rate/includes/class-wc-eval-math.php
# includes/shipping/free-shipping/class-wc-shipping-free-shipping.php
#
includes/shipping/legacy-international-delivery/class-wc-shipping-legacy
-international-delivery.php
#
includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-d
elivery.php
2016-01-11 11:48:18 +00:00
Mike Jolley
56d303f4d3
woocommerce_api_request_url filter
...
Closes #10040
2016-01-08 15:01:55 +00:00
Fredrik Forsmo
089ccdd504
Improve docblock comments in WooCommerce class
...
* Added better properties comments.
* Bumped version tag to 2.5, did says 2.4 when version property said
2.5.
2016-01-06 17:15:20 +01:00
Claudio Sanches
2607e68c82
2.5.0-RC1
2016-01-05 13:52:19 -02:00
Mike Jolley
62ca37f651
Merge branch 'master' into shipping-zones
...
# Conflicts:
# includes/admin/class-wc-admin-assets.php
# includes/class-wc-install.php
2016-01-04 14:35:45 +00:00
Mike Jolley
901db7b0f8
zone tweaks
2015-12-18 17:10:58 +00:00
Mike Jolley
5784bb5c43
readme
2015-12-16 13:09:08 +00:00
Mike Jolley
14eeb9f936
Zones first draft with backbone saving of zone names
2015-12-10 11:55:03 +00:00
Claudio Sanches
e811120a40
Beta 2
2015-12-07 15:51:37 -02:00
Patrick Rauland
8284bb3319
changing how WooCommerce products display when theyre embedded
2015-11-25 17:03:37 -07:00
Mike Jolley
cf972273c4
Version
2015-11-09 11:44:43 +00:00
Shiva Poudel
e31dd2a687
I don't think periodic ending is needed here
2015-11-03 22:59:17 +05:45
Claudio Sanches
efa19f799d
Fixed some coding standards for docblocks
2015-11-03 10:28:01 -02:00
Ahmad Awais
c3fdb948da
Better Documentation
...
In accordance with the [WordPress PHP Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/ ). This commit adds
- Short descriptions
- Period endings for comments, short descriptions, and long descriptions.
2015-10-29 19:06:28 +05:00
Mike Jolley
68cb6b11ee
Removed welcome page
...
2.5 release doesn’t have enough user-facing features to justify a
full-blown welcome page, and translation credits are no longer
obtainable after translate.wordpress switch. Removed the page to keep
things streamlined.
@claudiosmweb @mattyza
2015-10-09 11:56:13 +01:00
Mike Jolley
b27635409c
New Session Handler
...
This merges and adapts
https://github.com/kloon/woocommerce-large-sessions for core. Closes
#6846 .
Differences:
- Rather than delete each cache key individually, this invalidates all
at once (idea from https://core.trac.wordpress.org/ticket/4476 )
- Removes ‘replace’ which increments session_id keys unnecessarily.
- Fixes remove/restore cart sessions from making it dirty each page load
Kudos to @kloon for the bulk of the work and testing on Woo.com.
cc @claudiosmweb
2015-10-07 14:47:29 +01:00
Claudio Sanches
c53fe24c20
Removed our own language packs manager
2015-10-06 10:27:17 -03:00
Akeda Bagus
274eede1f6
Initial works on WP-CLI support.
2015-10-01 09:34:03 +02:00
Mike Jolley
7af7f1f6da
Master branch is now 2.5.0-dev
2015-09-15 16:08:17 +01:00
Mike Jolley
f03be47e86
Handle non standard decimals in flat rate costs.
2015-08-24 15:26:08 +01:00
Mike Jolley
0c76845c31
Version
2015-08-20 17:38:15 +01:00
Claudio Sanches
2da4ea0084
Version 2.4.4
2015-08-13 23:53:19 -03:00
Mike Jolley
f490071374
Version bumps
2015-08-12 19:04:19 +01:00
Claudio Sanches
f16468c33c
Version 2.4.2
2015-08-11 14:23:50 -03:00
Claudio Sanches
b1f0da9d76
Version 2.4.1
2015-08-10 18:44:32 -03:00
Mike Jolley
257010695e
Readme, versions, develop blog links
2015-08-10 10:39:08 +01:00
Claudio Sanches
a314726c3c
2.4.0-RC1
2015-07-30 21:54:35 -03:00
Claudio Sanches
2c12c3de24
2.4.0-beta-4
2015-07-27 18:55:08 -03:00
Mike Jolley
3e8228161d
Load session during cron, but not other frontend classes
...
Closes #7183 @claudiosmweb
2015-07-16 17:32:31 +01:00
Claudio Sanches
873dc202a0
Beta 3
2015-07-15 16:40:40 -03:00
Mike Jolley
626b6c68ae
Correct version 2.4.0-beta-2
2015-07-15 11:31:20 +01:00
Mike Jolley
622b11ae9f
Add version check to prevent pre-2.4 logic kicking in when not needed
...
@claudiosmweb
2015-06-16 15:10:53 +01:00
Mike Jolley
68974655d6
Tweak visible child product query and cache
2015-06-08 13:18:23 +01:00
Claudio Sanches
95a4133bb7
Removed WooCommerce::fix_server_vars, closes #14
2015-06-01 13:37:33 +01:00
Claudio Sanches
db23f5faa0
Create initial WC_Auth class and endpoint
2015-04-17 17:41:25 -03:00
Mike Jolley
ad6c173757
WC_DISCOUNT_ROUNDING_MODE half down
2015-04-10 10:28:30 +01:00
Mike Jolley
21c5513526
Added endpoint for faster ajax requests
2015-03-20 12:28:26 +00:00
Mike Jolley
e7429e24de
This branch is 2.4.0-dev
2015-03-16 12:17:13 +00:00
Mike Jolley
f4ebee3fd0
Version bump
2015-03-13 10:45:37 +00:00
Mike Jolley
2335b413c4
include_template_functions at all times
...
Fixes #7581
Adds little to no overhead.
2015-03-02 13:31:55 +00:00
Mike Jolley
ec81ed8312
Version bumps
2015-02-20 16:19:39 +00:00
Mike Jolley
e1b844e449
Readme
2015-02-13 17:08:08 +00:00
Mike Jolley
accdf17f3c
Version bump
2015-02-12 16:41:13 +00:00