Skip to content

Releases: wpsharks/wp-sharks-core

WP Sharks Core v170623.59000

23 Jun 16:24
Compare
Choose a tag to compare
  • Adding s::enqueueJsCookieLibs().
  • Updating to latest WebSharks Core lib.
  • Enhancing CSS framework.

WP Sharks Core v170420.14768

20 Apr 04:55
Compare
Choose a tag to compare
  • Adding s::wcProductPost().
  • Adding s::wcProductParent().

WP Sharks Core v170417.43553

17 Apr 12:11
Compare
Choose a tag to compare
  • Adding s::enqueueDeviconLibs().
  • Updating to latest WebSharks Core.
  • Updating for compatibility with WooCommerce 3.0+.

WP Sharks Core v170329.20871

29 Mar 05:58
Compare
Choose a tag to compare
  • Adding s::enqueueStripeLibs().
  • Adding s::enqueueNoUiSliderLibs().
  • Updating to latest WebSharks Core, which now includes Stripe integration.
  • Updating to latest Semantic UI build, now a custom build that comes with the WebSharks Core.
  • Adding support for inline scripts via wp_add_inline_script().
  • Enhancing data-if="" attribute handling and expanding it to cover all menu page areas.

WP Sharks Core v170311.43193

11 Mar 12:03
Compare
Choose a tag to compare
  • Adding new Markup{} utils.
  • Adding reCAPTCHA JS lib.
  • Updating to latest WebSharks core.
  • Adding initial_network_id and initial_site_id to Wp{} class.
  • Enhanced security & flexibility by removing reliance upon wp_salt() for plugin-specific cryptography needs.
  • Enhanced security by adding support for Defuse crypto keys & encryption.
  • Enhanced security by using network-specific and site-specific keys.
  • Removing mcrypt dependency entirely.
  • Reorganizing App class methods.

WP Sharks Core v170226.32361

26 Feb 09:00
Compare
Choose a tag to compare
  • Adding support for Elite variation.
  • Adding support for async scripts.
  • Adding support for explicitly empty SRIs.
  • Adding support for inline styles in our own lib.

WP Sharks Core v170219.18660

19 Feb 05:12
Compare
Choose a tag to compare
  • Bug fix. Missing scripts key in Semantic UI libs.

WP Sharks Core v170218.31677

18 Feb 08:50
Compare
Choose a tag to compare
  • Updating to latest core.
  • Adding Ace scripts/styles.
  • Adding Behave scripts/styles.
  • Adding MarkdownIt scripts/styles.
  • Adding Font Awesome scripts/styles.
  • Adding Highlight.js scripts/styles.
  • Adding jQuery (latest) scripts/styles.
  • Improving organization of CSS/JS framework.
  • Added support for automatic SRIs in scripts/styles.
  • Adding integrity="" attributes for remote scripts.
  • Adding src/client-s/sris.json map file for fast lookups.
  • Refactoring StyleScripts{} class to make it more robust.
  • Adding support for $Form->inputRow(['type' => 'hidden']);.
  • Adding support for $Form->*Row(['if' => 'option=0|1|2|3|etc']);.
  • Adding support for $Form->*Row(['if' => 'option!=0|1|2|3|etc']);.
  • Adding support for $Form->hrRow(); (horizontal dividing row).

WP Sharks Core v170124.73639

24 Jan 20:34
Compare
Choose a tag to compare
  • Bug fix. Undefined index active_label on license keys menu page.
  • Adding home_url and related properties to the centralized Wp base class.
  • Correcting typo in dependency notice. resolove should be resolve.
  • Bug fix. Broken 'Settings' link for some plugins running on the WP Sharks Core. See Issue #5.
  • Enhancing WooCommerce conditionals in Wp base class.
  • Enhancing security by removing basename(__FILE__) from notices.

WP Sharks Core v161026.47592

26 Oct 13:18
Compare
Choose a tag to compare
  • Updating to latest release of the websharks/core.
  • Adding support for recurring notices, errors, and/or warnings.
  • Use WordPress color pickers for <input type="color" ...> fields. See: #3
  • Adding support for free trial copies of pro software with time-limited access to all pro features.
  • Bug fix. Plugins nested inside a woocommerce parent page were not being linked up properly in the list of plugin action links.
  • Adding s::defaultMenuPageUrl() that collects the default menu page URL for the current plugin, based on which menu pages were added via WPSC API calls.
  • Remove Dismiss & from trial notice buttons in favor of more concise calls to action.