Skip to content

Releases: r23/MyOOS

Phönix

04 Dec 14:55
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

MyOOS Shop system 2.4.40 - Beta Phase

System requirements

PHP version 7.4 or higher.
MySQL version 5.6 or higher.
Apache in version 2.4 or higher.
The Apache module mod_rewrite.

The new take-back obligation

Distributors who are obliged to take back products have two obligations as a result of this new regulation:

First, the buyer must be informed about the possibility of free take-back. Furthermore, he or she must be asked in the purchasing process whether he or she wants to return an old device when the new device is delivered. The MyOOS store system now has this query option.

  • Upgrading Smarty 4.0

MyOOS [Dumper] v 5.0.14-dev

In the directory ~/mod is MyOOS [Dumper] and can be installed without the other applications.

MyOOS [Dumper] 5.0.14- dev

  • Upgrading league/flysystem (2.3.1 => 2.3.2)
  • Upgrading league/mime-type-detection (1.8.0 => 1.9.0)
  • Upgrading phpseclib/phpseclib (2.0.34 => 2.0.35)
    Needed for SFTP backup via PHP.

Tasks on the wish list: automatic update script

Wish list / Future attractions

Do you have any suggestions for improvement? Feel free to contact the development team via the forum here.

Contribute

If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/

Phönix

11 Nov 14:20
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

WordPress 5.8.2

Version 5.8.2 fixed a security issue and 2 bugs. For more information, see the release notes.
https://wordpress.org/support/wordpress-version/version-5-8-2/

MyOOS Shop system 2.4.39 - Beta Phase

System requirements

PHP version 7.4 or higher.
MySQL version 5.6 or higher.
Apache in version 2.4 or higher.
The Apache module mod_rewrite.

Wish list has been revised
Downloadable products can be entered.
(Delivery and order not yet possible!)

Store owners can now enter a minimum order value.
If the minimum order value is not reached, an order is not possible.

We have set up 20 Euro minimum order value in our demo store:

Example:
The product does not reach the minimum order value.
https://oos-shop.de/shop/index.php?content=product_info&products_id=1

MyOOS [Dumper] v 5.0.13-dev

In the directory ~/mod is MyOOS [Dumper] and can be installed without the other applications.

MyOOS [Dumper] 5.0.13- dev

  • Upgrading league/flysystem (2.3.0 => 2.3.1)
  • Upgrading phpseclib/phpseclib (2.0.33 => 2.0.34)
    Needed for SFTP backup via PHP.

If you have a memory problem with MyOOS [Dumper], you can now display the memory usage for a database query.

For this in ~/mod/inc/mysqli.php in the function mode_query the function print_mem in line 325 switch on.

From

function mod_query($query, $error_output=true)
{
	global $config;
	// print_mem();
	if (!isset($config['dbconnection'])) mod_mysqli_connect();

becomes

function mod_query($query, $error_output=true)
{
	global $config;
	print_mem();
	if (!isset($config['dbconnection'])) mod_mysqli_connect();


After evaluation, simply revert the changes.

Member powerpoint has pointed out the error regarding the mismatch of upper and lower case letters
pointed out to us.
https://foren.myoos.de/viewtopic.php?f=41&t=2847

Changes for PHP 8.1 support.

Tasks on the wish list: automatic update script

Wish list / Future attractions

Do you have any suggestions for improvement? Feel free to contact the development team via the forum here.

Contribute

If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/

Phönix

10 Nov 12:57
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

MyOOS Shop system 2.4.38 - Beta Phase

System requirements

PHP version 7.4 or higher.
MySQL version 5.6 or higher.
Apache in version 2.4 or higher.
The Apache module mod_rewrite.

Wish list has been revised
Downloadable products can be entered.
(Delivery and order not yet possible!)

Store owners can now enter a minimum order value.
If the minimum order value is not reached, an order is not possible.

We have set up 20 Euro minimum order value in our demo store:

Example:
The product does not reach the minimum order value.
https://oos-shop.de/shop/index.php?content=product_info&products_id=1

MyOOS [Dumper] v 5.0.13-dev

In the directory ~/mod is MyOOS [Dumper] and can be installed without the other applications.

MyOOS [Dumper] 5.0.13- dev

  • Upgrading league/flysystem (2.3.0 => 2.3.1)
  • Upgrading phpseclib/phpseclib (2.0.33 => 2.0.34)
    Needed for SFTP backup via PHP.

If you have a memory problem with MyOOS [Dumper], you can now display the memory usage for a database query.

For this in ~/mod/inc/mysqli.php in the function mode_query the function print_mem in line 325 switch on.

From

function mod_query($query, $error_output=true)
{
	global $config;
	// print_mem();
	if (!isset($config['dbconnection'])) mod_mysqli_connect();

becomes

function mod_query($query, $error_output=true)
{
	global $config;
	print_mem();
	if (!isset($config['dbconnection'])) mod_mysqli_connect();


After evaluation, simply revert the changes.

Member powerpoint has pointed out the error regarding the mismatch of upper and lower case letters
pointed out to us.
https://foren.myoos.de/viewtopic.php?f=41&t=2847

Changes for PHP 8.1 support.

Tasks on the wish list: automatic update script

Wish list / Future attractions

Do you have any suggestions for improvement? Feel free to contact the development team via the forum here.

Contribute

If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/

Phönix

14 Oct 12:49
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

update smarty v3.1.40
update H5BP Apache Server Configs v5.0.0

Phönix

05 Oct 14:05
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

Update phpBB 3.3.5
Update MyOOS [Dumper] 5.0.12 dev
Update MyOOS Shop System 2.4.36 - Beta Phase

WordPress 5.8.1

Phönix

09 Sep 17:44
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

update WordPress 5.8.1

MyOOS Shopsystem 2.4.35 - Beta Phase

update three.js r131
update PHPMailer 6.5.1
update aframe

add Minimum order value

phpBB 3.3.4
MyOOS [Dumper] 5.0.11 dev

Phönix

23 Aug 22:12
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

MyOOS Shopsystem 2.4.34 - Beta Phase

We have started the beta phase of our store system!

  • Ancillary services share the legal fate of the main service.
  • By voucher free shipping is now possible.

Gift vouchers (value vouchers or also multi-purpose vouchers) still missing

  • full UTF-8 support

  • adodb is now maintained via Composer.

  • Support for WebP

  • Products can be published as Augmented Reality experience.

  • Category images are possible as Interactive 360 degree panoramas.

  • Ancillary services share the legal fate of the main service.

More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619

Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5

Astronaut Augmented Reality Experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4

  • Support for glTF™ 2.0

For 3D graphics, gITF is roughly what JPEG is for images or MP3 for audio data: a compact format for file transfer. PBR here is the 3D art of surfaces; it's about calculating or describing the light and reflection behavior of different materials as photorealistically as possible. In our example, you can clearly see the sunset in the smooth, glossy black surface. In the matte surface, you can see the light imposition of the surroundings.

Demo:
https://oos-shop.de/shop/index.php?content=product_info&products_id=3

You can now install MyOOS Shopsystem starting with PHP 7.4. In the development environment we use PHP 8.x

MyOOS [Dumper] 5.0.11 dev

  • the list of configuration files is sorted alphabetically
  • Restore (delete database was always active?)
  • Upgrading league/flysystem (2.2.1 => 2.2.3)

phpBB 3.3.4

WordPress 5.8

Contribute

If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/

Phönix

23 Jul 01:07
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

MyOOS Shopsystem 2.4.33 - Beta Phase

We have started the beta phase of our store system!
Yes - there is still a long way to go! But we have reached a milestone.

  • update jQuery 3.6.0

  • full UTF-8 support

  • adodb is now maintained via Composer.

  • Support for WebP

  • Products can be published as Augmented Reality experience.

  • Category images are possible as Interactive 360 degree panoramas.

  • Ancillary services share the legal fate of the main service.

More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619

Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5

Astronaut Augmented Reality Experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4

  • Support for glTF™ 2.0

For 3D graphics, gITF is roughly what JPEG is for images or MP3 for audio data: a compact format for file transfer. PBR here is the 3D art of surfaces; it's about calculating or describing the light and reflection behavior of different materials as photorealistically as possible. In our example, you can clearly see the sunset in the smooth, glossy black surface. In the matte surface, you can see the light imposition of the surroundings.

Demo:
https://oos-shop.de/shop/index.php?content=product_info&products_id=3

You can now install MyOOS Shopsystem starting with PHP 7.4. In the development environment we use PHP 8.x

WordPress 5.8

  • Support for WebP

We have included the Sketch Block for Gutenberg plugin.

With it you can just add a small drawing to your blog article online. You only need a pen tablet - digitizer tablet and works in Google Chrome.
More information german)
https://foren.myoos.de/viewtopic.php?f=23&t=2618

  • Plugin Prevent Lazy Loading Primary Featured Image
    The featured image for the primary post on a template should probably not be lazy-loaded, just as the custom logo and header image are not

MyOOS [Dumper] 5.0.10- dev

  • new Credits / Help Page

phpBB 3.3.4

  • Support for WebP

Contribute

If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/

Phönix

20 Jul 19:14
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

WordPress 5.8

  • Support for WebP

We have included the Sketch Block for Gutenberg plugin.

With it you can just add a small drawing to your blog article online. You only need a pen tablet - digitizer tablet and works in Google Chrome.
More information german)
https://foren.myoos.de/viewtopic.php?f=23&t=2618

  • Plugin Prevent Lazy Loading Primary Featured Image
    The featured image for the primary post on a template should probably not be lazy-loaded, just as the custom logo and header image are not

MyOOS Shopsystem 2.4.32 - Beta Phase

We have started the beta phase of our store system!
Yes - there is still a long way to go! But we have reached a milestone.

  • full UTF-8 support

  • adodb is now maintained via Composer.

  • Support for WebP

  • Products can be published as Augmented Reality experience.

  • Category images are possible as Interactive 360 degree panoramas.

  • Ancillary services share the legal fate of the main service.

More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619 (german)

Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5

Astronaut Augmented Reality Experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4

  • Support for glTF™ 2.0

For 3D graphics, gITF is roughly what JPEG is for images or MP3 for audio data: a compact format for file transfer. PBR here is the 3D art of surfaces; it's about calculating or describing the light and reflection behavior of different materials as photorealistically as possible. In our example, you can clearly see the sunset in the smooth, glossy black surface. In the matte surface, you can see the light imposition of the surroundings.

Demo:
https://oos-shop.de/shop/index.php?content=product_info&products_id=3

You can now install MyOOS Shopsystem starting with PHP 7.4. In the development environment we use PHP 8.x

MyOOS [Dumper] 5.0.10- dev

  • new Credits / Help Page

phpBB 3.3.4

  • Support for WebP

Contribute

If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/

Phönix

14 Jul 00:33
@r23 r23
Compare
Choose a tag to compare
Phönix Pre-release
Pre-release

We have started the beta phase of our store system!
Yes - there is still a long way to go! But we have reached a milestone.

MyOOS Shopsystem 2.4.31 - Beta Phase

  • Products can be published as Augmented Reality experience.
  • Category images are possible as Interactive 360 degree panoramas.
  • Ancillary services share the legal fate of the main service.

More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619 (german)

Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5

Astronaut Augmented Reality Experience german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4

You can now install MyOOS System starting with PHP 7.2. In the development environment we use PHP 8.x

WordPress
we have included the Sketch Block for Gutenberg plugin.

With it you can just add a small drawing to your blog article online. You only need a pen tablet - digitizer tablet and works in Google Chrome.
More information german)
https://foren.myoos.de/viewtopic.php?f=23&t=2618

MyOOS [Dumper] 5.0.9- dev

phpBB 3.3.4

Contribute

If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/

Next release is scheduled for July 21. After the WordPress 5.8 release